Jun 10,2022 9:51:40 ⟥ Module stress 29ms [bash] bash# ./tests/stress/run.sh 1s 939ms [bash] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. 2s 240ms [bash] + dpkg -i package_folder/clickhouse-common-static_21.1.11.3.altinitystable_amd64.deb 2s 252ms [bash] Selecting previously unselected package clickhouse-common-static. 2s 264ms [bash] (Reading database ... 23165 files and directories currently installed.) 2s 264ms [bash] Preparing to unpack .../clickhouse-common-static_21.1.11.3.altinitystable_amd64.deb ... 2s 265ms [bash] Unpacking clickhouse-common-static (21.1.11.3.altinitystable) ... 4s 944ms [bash] Setting up clickhouse-common-static (21.1.11.3.altinitystable) ... 4s 955ms [bash] + dpkg -i package_folder/clickhouse-common-static-dbg_21.1.11.3.altinitystable_amd64.deb 4s 965ms [bash] Selecting previously unselected package clickhouse-common-static-dbg. 4s 975ms [bash] (Reading database ... 23176 files and directories currently installed.) 4s 975ms [bash] Preparing to unpack .../clickhouse-common-static-dbg_21.1.11.3.altinitystable_amd64.deb ... 4s 976ms [bash] Unpacking clickhouse-common-static-dbg (21.1.11.3.altinitystable) ... 7s 680ms [bash] Setting up clickhouse-common-static-dbg (21.1.11.3.altinitystable) ... 7s 687ms [bash] + dpkg -i package_folder/clickhouse-server_21.1.11.3.altinitystable_all.deb 7s 698ms [bash] Selecting previously unselected package clickhouse-server. 7s 708ms [bash] (Reading database ... 23185 files and directories currently installed.) 7s 708ms [bash] Preparing to unpack .../clickhouse-server_21.1.11.3.altinitystable_all.deb ... 7s 710ms [bash] Unpacking clickhouse-server (21.1.11.3.altinitystable) ... 7s 719ms [bash] Setting up clickhouse-server (21.1.11.3.altinitystable) ... 7s 823ms [bash] ClickHouse binary is already located at /usr/bin/clickhouse 7s 823ms [bash] Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. 7s 823ms [bash] Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. 7s 823ms [bash] Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. 7s 823ms [bash] Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. 7s 823ms [bash] Creating clickhouse group if it does not exist. 7s 823ms [bash] groupadd -r clickhouse 7s 823ms [bash] Creating clickhouse user if it does not exist. 7s 823ms [bash] useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse 7s 823ms [bash] Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. 7s 823ms [bash] Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. 7s 823ms [bash] Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. 7s 823ms [bash] Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. 7s 823ms [bash] /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. 7s 823ms [bash] /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. 7s 824ms [bash] Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. 7s 824ms [bash] chown --recursive clickhouse:clickhouse '/etc/clickhouse-server' 7s 824ms [bash] Creating log directory /var/log/clickhouse-server/. 7s 824ms [bash] Creating data directory /var/lib/clickhouse/. 7s 824ms [bash] Creating pid directory /var/run/clickhouse-server. 7s 824ms [bash] chown --recursive clickhouse:clickhouse '/var/log/clickhouse-server/' 7s 824ms [bash] chown --recursive clickhouse:clickhouse '/var/run/clickhouse-server' 7s 824ms [bash] chown clickhouse:clickhouse '/var/lib/clickhouse/' 7s 824ms [bash] Password for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. 7s 824ms [bash] Setting capabilities for clickhouse binary. This is optional. 7s 824ms [bash] command -v setcap >/dev/null && echo > /tmp/test_setcap.sh && chmod a+x /tmp/test_setcap.sh && /tmp/test_setcap.sh && setcap 'cap_net_admin,cap_ipc_lock,cap_sys_nice+ep' /tmp/test_setcap.sh && /tmp/test_setcap.sh && rm /tmp/test_setcap.sh && setcap 'cap_net_admin,cap_ipc_lock,cap_sys_nice+ep' /usr/bin/clickhouse || echo "Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually." 7s 824ms [bash] 7s 824ms [bash] ClickHouse has been successfully installed. 7s 824ms [bash] 7s 824ms [bash] Start clickhouse-server with: 7s 824ms [bash] sudo clickhouse start 7s 824ms [bash] 7s 824ms [bash] Start clickhouse-client with: 7s 824ms [bash] clickhouse-client 7s 824ms [bash] 7s 834ms [bash] Processing triggers for systemd (245.4-4ubuntu3.7) ... 7s 841ms [bash] + dpkg -i package_folder/clickhouse-client_21.1.11.3.altinitystable_all.deb 7s 851ms [bash] Selecting previously unselected package clickhouse-client. 7s 861ms [bash] (Reading database ... 23202 files and directories currently installed.) 7s 862ms [bash] Preparing to unpack .../clickhouse-client_21.1.11.3.altinitystable_all.deb ... 7s 863ms [bash] Unpacking clickhouse-client (21.1.11.3.altinitystable) ... 7s 871ms [bash] Setting up clickhouse-client (21.1.11.3.altinitystable) ... 7s 881ms [bash] + dpkg -i package_folder/clickhouse-test_21.1.11.3.altinitystable_all.deb 7s 894ms [bash] Selecting previously unselected package clickhouse-test. 7s 903ms [bash] (Reading database ... 23217 files and directories currently installed.) 7s 904ms [bash] Preparing to unpack .../clickhouse-test_21.1.11.3.altinitystable_all.deb ... 7s 905ms [bash] Unpacking clickhouse-test (21.1.11.3.altinitystable) ... 8s 346ms [bash] Setting up clickhouse-test (21.1.11.3.altinitystable) ... 8s 355ms [bash] + cat /etc/clickhouse-server/config.d/listen.xml 8s 355ms [bash] cat: /etc/clickhouse-server/config.d/listen.xml: No such file or directory 8s 356ms [bash] + configure 8s 356ms [bash] + /usr/share/clickhouse-test/config/install.sh 8s 356ms [bash] + DEST_SERVER_PATH=/etc/clickhouse-server 8s 356ms [bash] + DEST_CLIENT_PATH=/etc/clickhouse-client 8s 357ms [bash] +++ dirname /usr/share/clickhouse-test/config/install.sh 8s 357ms [bash] ++ cd /usr/share/clickhouse-test/config 8s 358ms [bash] ++ pwd -P 8s 358ms [bash] + SRC_PATH=/usr/share/clickhouse-test/config 8s 358ms [bash] Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server 8s 358ms [bash] + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' 8s 358ms [bash] + mkdir -p /etc/clickhouse-server/config.d/ 8s 359ms [bash] + mkdir -p /etc/clickhouse-server/users.d/ 8s 359ms [bash] + mkdir -p /etc/clickhouse-client 8s 360ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ 8s 361ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ 8s 361ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/part_log.xml /etc/clickhouse-server/config.d/ 8s 362ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ 8s 363ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/metric_log.xml /etc/clickhouse-server/config.d/ 8s 363ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ 8s 364ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ 8s 364ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/ 8s 365ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ 8s 366ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ 8s 366ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ 8s 367ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ 8s 368ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ 8s 368ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ 8s 369ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/test_keeper_port.xml /etc/clickhouse-server/config.d/ 8s 370ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ 8s 370ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ 8s 371ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ 8s 372ms [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ 8s 372ms [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ 8s 373ms [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ 8s 373ms [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ 8s 374ms [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ 8s 375ms [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ 8s 375ms [bash] + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ 8s 376ms [bash] + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ 8s 377ms [bash] + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ 8s 377ms [bash] + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ 8s 378ms [bash] + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ 8s 378ms [bash] + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ 8s 379ms [bash] + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ 8s 380ms [bash] + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ 8s 380ms [bash] + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ 8s 381ms [bash] + [[ -n '' ]] 8s 381ms [bash] + [[ -n '' ]] 8s 381ms [bash] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml 8s 382ms [bash] + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' 8s 382ms [bash] + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' 8s 382ms [bash] + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' 8s 383ms [bash] + sudo chown root: /var/lib/clickhouse 8s 387ms [bash] + echo '1' 8s 387ms [bash] + echo '0.5' 8s 387ms [bash] + echo 'Enable IPv4' 8s 387ms [bash] + sed -i s/::/0.0.0.0/g /etc/clickhouse-server/config.d/listen.xml 8s 387ms [bash] Enable IPv4 8s 388ms [bash] + start 8s 388ms [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' 8s 388ms [bash] + counter=0 8s 388ms [bash] + clickhouse-client --query 'SELECT 1' 8s 399ms [bash] Code: 210. DB::NetException: Connection refused (localhost:9000) 8s 402ms [bash] 8s 402ms [bash] + '[' 0 -gt 120 ']' 8s 403ms [bash] + clickhouse start --user root 9s 426ms [bash] + sleep 0.5 9s 929ms [bash] + counter=1 9s 929ms [bash] + clickhouse-client --query 'SELECT 1' 9s 988ms [bash] 1 9s 992ms [bash] + echo ' 9s 992ms [bash] set follow-fork-mode child 9s 993ms [bash] handle all noprint 9s 993ms [bash] handle SIGSEGV stop print 9s 993ms [bash] handle SIGBUS stop print 9s 993ms [bash] handle SIGABRT stop print 9s 993ms [bash] continue 9s 993ms [bash] thread apply all backtrace 9s 993ms [bash] detach 9s 993ms [bash] quit 9s 993ms [bash] ' 9s 993ms [bash] + /s3downloader --dataset-names hits visits 9s 993ms [bash] ++ cat /var/run/clickhouse-server/clickhouse-server.pid 9s 994ms [bash] + gdb -batch -command script.gdb -p 155 10s 79ms [bash] INFO:root:Will fetch following datasets: hits, visits 10s 79ms [bash] INFO:root:Processing hits 10s 80ms [bash] INFO:root:Downloading from https://clickhouse-datasets.s3.yandex.net/hits/partitions/hits_v1.tar to temp path /tmp/vjprj_ot 10s 761ms [bash] INFO:root:Content length is 1271623680 bytes 30s 183ms [bash] INFO:root:Downloading finished 30s 183ms [bash] INFO:root:Will unpack data from temp path /tmp/vjprj_ot to clickhouse db /var/lib/clickhouse/ 31s 341ms [bash] INFO:root:Unpack finished 31s 341ms [bash] INFO:root:Will remove dowloaded file /tmp/vjprj_ot from filesystem if it exists 31s 448ms [bash] INFO:root:Processing of hits finished 31s 448ms [bash] INFO:root:Processing visits 31s 448ms [bash] INFO:root:Downloading from https://clickhouse-datasets.s3.yandex.net/visits/partitions/visits_v1.tar to temp path /tmp/suwek32_ 32s 758ms [bash] INFO:root:Content length is 563968000 bytes 40s 891ms [bash] INFO:root:Downloading finished 40s 891ms [bash] INFO:root:Will unpack data from temp path /tmp/suwek32_ to clickhouse db /var/lib/clickhouse/ 41s 333ms [bash] INFO:root:Unpack finished 41s 333ms [bash] INFO:root:Will remove dowloaded file /tmp/suwek32_ from filesystem if it exists 41s 380ms [bash] 41s 380ms [bash] 41s 380ms [bash] INFO:root:Processing of visits finished 41s 380ms [bash] INFO:root:Fetch finished, enjoy your tables! 41s 387ms [bash] + chmod 777 -R /var/lib/clickhouse 41s 392ms [bash] + clickhouse-client --query 'ATTACH DATABASE IF NOT EXISTS datasets ENGINE = Ordinary' 41s 422ms [bash] + clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test' 41s 442ms [bash] + stop 41s 442ms [bash] + clickhouse stop 53s 793ms [bash] script.gdb:9: Error in sourced command file: 53s 793ms [bash] The program is not being run. 54s 489ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 489ms [bash] The process with pid = 155 is running. 54s 489ms [bash] Sent terminate signal to process with pid 155. 54s 489ms [bash] Waiting for server to stop 54s 490ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 490ms [bash] The process with pid = 155 is running. 54s 490ms [bash] Waiting for server to stop 54s 490ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 490ms [bash] The process with pid = 155 is running. 54s 490ms [bash] Waiting for server to stop 54s 490ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 490ms [bash] The process with pid = 155 is running. 54s 490ms [bash] Waiting for server to stop 54s 490ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 490ms [bash] The process with pid = 155 is running. 54s 490ms [bash] Waiting for server to stop 54s 490ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 491ms [bash] The process with pid = 155 is running. 54s 491ms [bash] Waiting for server to stop 54s 491ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 491ms [bash] The process with pid = 155 is running. 54s 491ms [bash] Waiting for server to stop 54s 491ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 491ms [bash] The process with pid = 155 is running. 54s 491ms [bash] Waiting for server to stop 54s 491ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 491ms [bash] The process with pid = 155 is running. 54s 491ms [bash] Waiting for server to stop 54s 491ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 491ms [bash] The process with pid = 155 is running. 54s 491ms [bash] Waiting for server to stop 54s 492ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 492ms [bash] The process with pid = 155 is running. 54s 492ms [bash] Waiting for server to stop 54s 492ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 492ms [bash] The process with pid = 155 is running. 54s 492ms [bash] Waiting for server to stop 54s 492ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 492ms [bash] The process with pid = 155 is running. 54s 492ms [bash] Waiting for server to stop 54s 492ms [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 155. 54s 492ms [bash] The process with pid = 155 is running. 54s 492ms [bash] Waiting for server to stop 54s 493ms [bash] Now there is no clickhouse-server process. 54s 493ms [bash] Server stopped 54s 493ms [bash] + start 54s 493ms [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' 54s 493ms [bash] + log_file_counter=1 54s 494ms [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log.1 ']' 54s 494ms [bash] + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.log.1 54s 495ms [bash] + counter=0 54s 495ms [bash] + clickhouse-client --query 'SELECT 1' 54s 505ms [bash] Code: 210. DB::NetException: Connection refused (localhost:9000) 54s 505ms [bash] 54s 507ms [bash] + '[' 0 -gt 120 ']' 54s 507ms [bash] + clickhouse start --user root 55s 530ms [bash] + sleep 0.5 56s 33ms [bash] + counter=1 56s 33ms [bash] + clickhouse-client --query 'SELECT 1' 56s 64ms [bash] 1 56s 67ms [bash] + echo ' 56s 67ms [bash] set follow-fork-mode child 56s 67ms [bash] handle all noprint 56s 67ms [bash] handle SIGSEGV stop print 56s 67ms [bash] handle SIGBUS stop print 56s 67ms [bash] handle SIGABRT stop print 56s 67ms [bash] continue 56s 67ms [bash] thread apply all backtrace 56s 67ms [bash] detach 56s 67ms [bash] quit 56s 67ms [bash] ' 56s 67ms [bash] + clickhouse-client --query 'SHOW TABLES FROM datasets' 56s 67ms [bash] ++ cat /var/run/clickhouse-server/clickhouse-server.pid 56s 68ms [bash] + gdb -batch -command script.gdb -p 242 56s 83ms [bash] hits_v1 56s 83ms [bash] visits_v1 56s 85ms [bash] + clickhouse-client --query 'SHOW TABLES FROM test' 56s 104ms [bash] + clickhouse-client --query 'RENAME TABLE datasets.hits_v1 TO test.hits' 59s 420ms [bash] + clickhouse-client --query 'RENAME TABLE datasets.visits_v1 TO test.visits' 59s 441ms [bash] + clickhouse-client --query 'SHOW TABLES FROM test' 59s 457ms [bash] hits 59s 457ms [bash] visits 59s 460ms [bash] + /stress --hung-check --drop-databases --output-folder /test_output --skip-func-tests '' 59s 490ms [bash] 2022-06-10 12:52:40,078 Run func tests '/usr/bin/clickhouse-test --use-skip-list --client-option='join_use_nulls=1' --client-option="join_algorithm='partial_merge'" --client-option="join_algorithm='auto'" --client-option="max_rows_in_join=1000" --global_time_limit=3600 ' 59s 992ms [bash] 2022-06-10 12:52:40,580 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --db-engine=Ordinary --database=test_1 --global_time_limit=3600 ' 1m 0s [bash] 2022-06-10 12:52:41,082 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --client-option='allow_experimental_database_replicated=1' --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --global_time_limit=3600 ' 1m 0s [bash] 2022-06-10 12:52:41,584 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --database=test_3 --global_time_limit=3600 ' 1m 1s [bash] 2022-06-10 12:52:42,089 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --db-engine=Ordinary --global_time_limit=3600 ' 1m 2s [bash] 2022-06-10 12:52:42,631 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --client-option='allow_experimental_database_replicated=1' --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --global_time_limit=3600 ' 1m 2s [bash] 2022-06-10 12:52:43,183 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --global_time_limit=3600 ' 1m 3s [bash] 2022-06-10 12:52:43,726 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --db-engine=Ordinary --database=test_7 --client-option='join_use_nulls=1' --global_time_limit=3600 ' 1m 3s [bash] 2022-06-10 12:52:44,261 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --client-option='allow_experimental_database_replicated=1' --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --global_time_limit=3600 ' 1m 4s [bash] 2022-06-10 12:52:44,799 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --database=test_9 --global_time_limit=3600 ' 1m 4s [bash] 2022-06-10 12:52:45,326 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --db-engine=Ordinary --global_time_limit=3600 ' 1m 5s [bash] 2022-06-10 12:52:45,839 Run func tests '/usr/bin/clickhouse-test --use-skip-list --order=random --client-option='allow_experimental_database_replicated=1' --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --global_time_limit=3600 ' 1m 5s [bash] 2022-06-10 12:52:46,350 Will wait functests to finish 1m 5s [bash] 2022-06-10 12:52:46,350 Finished 0 from 12 processes 1m 10s [bash] 2022-06-10 12:52:51,361 Finished 0 from 12 processes 1m 15s [bash] 2022-06-10 12:52:56,365 Finished 1 from 12 processes 1m 20s [bash] 2022-06-10 12:53:01,374 Finished 1 from 12 processes 1m 25s [bash] 2022-06-10 12:53:06,386 Finished 2 from 12 processes 1m 30s [bash] 2022-06-10 12:53:11,390 Finished 2 from 12 processes 1m 35s [bash] 2022-06-10 12:53:16,393 Finished 2 from 12 processes 1m 40s [bash] 2022-06-10 12:53:21,410 Finished 3 from 12 processes 1m 45s [bash] 2022-06-10 12:53:26,418 Finished 3 from 12 processes 1m 50s [bash] 2022-06-10 12:53:31,420 Finished 3 from 12 processes 1m 55s [bash] 2022-06-10 12:53:36,430 Finished 3 from 12 processes 2m 0s [bash] 2022-06-10 12:53:41,438 Finished 3 from 12 processes 2m 5s [bash] 2022-06-10 12:53:46,444 Finished 3 from 12 processes 2m 10s [bash] 2022-06-10 12:53:51,449 Finished 3 from 12 processes 2m 15s [bash] 2022-06-10 12:53:56,453 Finished 4 from 12 processes 2m 20s [bash] 2022-06-10 12:54:01,457 Finished 4 from 12 processes 2m 25s [bash] 2022-06-10 12:54:06,472 Finished 4 from 12 processes 2m 30s [bash] 2022-06-10 12:54:11,478 Finished 4 from 12 processes 2m 35s [bash] 2022-06-10 12:54:16,493 Finished 4 from 12 processes 2m 40s [bash] 2022-06-10 12:54:21,500 Finished 4 from 12 processes 2m 45s [bash] 2022-06-10 12:54:26,513 Finished 4 from 12 processes 2m 50s [bash] 2022-06-10 12:54:31,518 Finished 4 from 12 processes 2m 55s [bash] 2022-06-10 12:54:36,539 Finished 4 from 12 processes 3m 0s [bash] 2022-06-10 12:54:41,544 Finished 4 from 12 processes 3m 6s [bash] 2022-06-10 12:54:46,577 Finished 4 from 12 processes 3m 11s [bash] 2022-06-10 12:54:51,592 Finished 4 from 12 processes 3m 16s [bash] 2022-06-10 12:54:56,602 Finished 4 from 12 processes 3m 21s [bash] 2022-06-10 12:55:01,618 Finished 4 from 12 processes 3m 26s [bash] 2022-06-10 12:55:06,628 Finished 4 from 12 processes 3m 31s [bash] 2022-06-10 12:55:11,638 Finished 4 from 12 processes 3m 36s [bash] 2022-06-10 12:55:16,647 Finished 4 from 12 processes 3m 41s [bash] 2022-06-10 12:55:21,665 Finished 4 from 12 processes 3m 46s [bash] 2022-06-10 12:55:26,681 Finished 4 from 12 processes 3m 51s [bash] 2022-06-10 12:55:31,688 Finished 4 from 12 processes 3m 56s [bash] 2022-06-10 12:55:36,692 Finished 4 from 12 processes 4m 1s [bash] 2022-06-10 12:55:41,696 Finished 4 from 12 processes 4m 6s [bash] 2022-06-10 12:55:46,701 Finished 4 from 12 processes 4m 11s [bash] 2022-06-10 12:55:51,705 Finished 4 from 12 processes 4m 16s [bash] 2022-06-10 12:55:56,709 Finished 4 from 12 processes 4m 21s [bash] 2022-06-10 12:56:01,732 Finished 4 from 12 processes 4m 26s [bash] 2022-06-10 12:56:06,742 Finished 4 from 12 processes 4m 31s [bash] 2022-06-10 12:56:11,749 Finished 4 from 12 processes 4m 36s [bash] 2022-06-10 12:56:16,756 Finished 4 from 12 processes 4m 41s [bash] 2022-06-10 12:56:21,771 Finished 4 from 12 processes 4m 46s [bash] 2022-06-10 12:56:26,773 Finished 4 from 12 processes 4m 51s [bash] 2022-06-10 12:56:31,778 Finished 4 from 12 processes 4m 56s [bash] 2022-06-10 12:56:36,794 Finished 4 from 12 processes 5m 1s [bash] 2022-06-10 12:56:41,801 Finished 4 from 12 processes 5m 6s [bash] 2022-06-10 12:56:46,821 Finished 4 from 12 processes 5m 11s [bash] 2022-06-10 12:56:51,824 Finished 4 from 12 processes 5m 16s [bash] 2022-06-10 12:56:56,829 Finished 4 from 12 processes 5m 19s [bash] [Attaching after Thread 0x7f0e87266000 (LWP 1442) vfork to child process 17095] 5m 19s [bash] [Detaching vfork parent process 242 after child exec] 5m 20s [bash] [Attaching after process 17095 fork to child process 17174] 5m 20s [bash] [Detaching after fork from parent process 17095] 5m 21s [bash] 2022-06-10 12:57:01,835 Finished 4 from 12 processes 5m 21s [bash] script.gdb:9: Error in sourced command file: 5m 21s [bash] The program is not being run. 5m 26s [bash] 2022-06-10 12:57:06,836 Finished 4 from 12 processes 5m 31s [bash] 2022-06-10 12:57:11,840 Finished 4 from 12 processes 5m 36s [bash] 2022-06-10 12:57:16,864 Finished 4 from 12 processes 5m 41s [bash] 2022-06-10 12:57:21,877 Finished 4 from 12 processes 5m 46s [bash] 2022-06-10 12:57:26,890 Finished 4 from 12 processes 5m 51s [bash] 2022-06-10 12:57:31,892 Finished 4 from 12 processes 5m 56s [bash] 2022-06-10 12:57:36,898 Finished 4 from 12 processes 6m 1s [bash] 2022-06-10 12:57:41,899 Finished 4 from 12 processes 6m 6s [bash] 2022-06-10 12:57:46,903 Finished 4 from 12 processes 6m 11s [bash] 2022-06-10 12:57:51,917 Finished 4 from 12 processes 6m 16s [bash] 2022-06-10 12:57:56,929 Finished 4 from 12 processes 6m 21s [bash] 2022-06-10 12:58:01,933 Finished 4 from 12 processes 6m 26s [bash] 2022-06-10 12:58:06,936 Finished 4 from 12 processes 6m 31s [bash] 2022-06-10 12:58:11,946 Finished 4 from 12 processes 6m 36s [bash] 2022-06-10 12:58:16,965 Finished 4 from 12 processes 6m 41s [bash] 2022-06-10 12:58:21,968 Finished 4 from 12 processes 6m 46s [bash] 2022-06-10 12:58:26,973 Finished 4 from 12 processes 6m 51s [bash] 2022-06-10 12:58:31,978 Finished 4 from 12 processes 6m 56s [bash] 2022-06-10 12:58:36,998 Finished 4 from 12 processes 7m 1s [bash] 2022-06-10 12:58:42,017 Finished 4 from 12 processes 7m 6s [bash] 2022-06-10 12:58:47,025 Finished 4 from 12 processes 7m 11s [bash] 2022-06-10 12:58:52,029 Finished 4 from 12 processes 7m 16s [bash] 2022-06-10 12:58:57,045 Finished 4 from 12 processes 7m 21s [bash] 2022-06-10 12:59:02,060 Finished 4 from 12 processes 7m 26s [bash] 2022-06-10 12:59:07,079 Finished 4 from 12 processes 7m 31s [bash] 2022-06-10 12:59:12,086 Finished 4 from 12 processes 7m 36s [bash] 2022-06-10 12:59:17,090 Finished 4 from 12 processes 7m 41s [bash] 2022-06-10 12:59:22,092 Finished 4 from 12 processes 7m 46s [bash] 2022-06-10 12:59:27,098 Finished 4 from 12 processes 7m 51s [bash] 2022-06-10 12:59:32,100 Finished 4 from 12 processes 7m 56s [bash] 2022-06-10 12:59:37,104 Finished 4 from 12 processes 8m 1s [bash] 2022-06-10 12:59:42,108 Finished 4 from 12 processes 8m 6s [bash] 2022-06-10 12:59:47,122 Finished 4 from 12 processes 8m 11s [bash] 2022-06-10 12:59:52,135 Finished 4 from 12 processes 8m 16s [bash] 2022-06-10 12:59:57,148 Finished 4 from 12 processes 8m 21s [bash] 2022-06-10 13:00:02,157 Finished 4 from 12 processes 8m 26s [bash] 2022-06-10 13:00:07,161 Finished 4 from 12 processes 8m 31s [bash] 2022-06-10 13:00:12,173 Finished 4 from 12 processes 8m 36s [bash] 2022-06-10 13:00:17,180 Finished 4 from 12 processes 8m 41s [bash] 2022-06-10 13:00:22,184 Finished 4 from 12 processes 8m 46s [bash] 2022-06-10 13:00:27,203 Finished 4 from 12 processes 8m 51s [bash] 2022-06-10 13:00:32,207 Finished 4 from 12 processes 8m 56s [bash] 2022-06-10 13:00:37,216 Finished 4 from 12 processes 9m 1s [bash] 2022-06-10 13:00:42,240 Finished 4 from 12 processes 9m 6s [bash] 2022-06-10 13:00:47,244 Finished 4 from 12 processes 9m 11s [bash] 2022-06-10 13:00:52,248 Finished 4 from 12 processes 9m 16s [bash] 2022-06-10 13:00:57,256 Finished 4 from 12 processes 9m 21s [bash] 2022-06-10 13:01:02,272 Finished 4 from 12 processes 9m 26s [bash] 2022-06-10 13:01:07,276 Finished 4 from 12 processes 9m 31s [bash] 2022-06-10 13:01:12,291 Finished 4 from 12 processes 9m 36s [bash] 2022-06-10 13:01:17,305 Finished 4 from 12 processes 9m 41s [bash] 2022-06-10 13:01:22,308 Finished 4 from 12 processes 9m 46s [bash] 2022-06-10 13:01:27,312 Finished 4 from 12 processes 9m 51s [bash] 2022-06-10 13:01:32,324 Finished 4 from 12 processes 9m 56s [bash] 2022-06-10 13:01:37,329 Finished 4 from 12 processes 10m 1s [bash] 2022-06-10 13:01:42,335 Finished 4 from 12 processes 10m 6s [bash] 2022-06-10 13:01:47,337 Finished 4 from 12 processes 10m 11s [bash] 2022-06-10 13:01:52,344 Finished 4 from 12 processes 10m 16s [bash] 2022-06-10 13:01:57,349 Finished 4 from 12 processes 10m 21s [bash] 2022-06-10 13:02:02,360 Finished 4 from 12 processes 10m 26s [bash] 2022-06-10 13:02:07,365 Finished 4 from 12 processes 10m 31s [bash] 2022-06-10 13:02:12,372 Finished 4 from 12 processes 10m 36s [bash] 2022-06-10 13:02:17,390 Finished 4 from 12 processes 10m 41s [bash] 2022-06-10 13:02:22,392 Finished 4 from 12 processes 10m 46s [bash] 2022-06-10 13:02:27,404 Finished 4 from 12 processes 10m 51s [bash] 2022-06-10 13:02:32,417 Finished 4 from 12 processes 10m 56s [bash] 2022-06-10 13:02:37,429 Finished 4 from 12 processes 11m 1s [bash] 2022-06-10 13:02:42,436 Finished 4 from 12 processes 11m 6s [bash] 2022-06-10 13:02:47,448 Finished 4 from 12 processes 11m 11s [bash] 2022-06-10 13:02:52,460 Finished 4 from 12 processes 11m 16s [bash] 2022-06-10 13:02:57,480 Finished 4 from 12 processes 11m 21s [bash] 2022-06-10 13:03:02,488 Finished 4 from 12 processes 11m 26s [bash] 2022-06-10 13:03:07,492 Finished 4 from 12 processes 11m 31s [bash] 2022-06-10 13:03:12,497 Finished 4 from 12 processes 11m 36s [bash] 2022-06-10 13:03:17,512 Finished 4 from 12 processes 11m 41s [bash] 2022-06-10 13:03:22,524 Finished 4 from 12 processes 11m 46s [bash] 2022-06-10 13:03:27,532 Finished 4 from 12 processes 11m 51s [bash] 2022-06-10 13:03:32,536 Finished 4 from 12 processes 11m 56s [bash] 2022-06-10 13:03:37,556 Finished 4 from 12 processes 12m 2s [bash] 2022-06-10 13:03:42,568 Finished 4 from 12 processes 12m 7s [bash] 2022-06-10 13:03:47,572 Finished 4 from 12 processes 12m 12s [bash] 2022-06-10 13:03:52,592 Finished 4 from 12 processes 12m 17s [bash] 2022-06-10 13:03:57,596 Finished 4 from 12 processes 12m 22s [bash] 2022-06-10 13:04:02,600 Finished 4 from 12 processes 12m 27s [bash] 2022-06-10 13:04:07,604 Finished 4 from 12 processes 12m 32s [bash] 2022-06-10 13:04:12,613 Finished 4 from 12 processes 12m 37s [bash] 2022-06-10 13:04:17,628 Finished 4 from 12 processes 12m 42s [bash] 2022-06-10 13:04:22,636 Finished 4 from 12 processes 12m 47s [bash] 2022-06-10 13:04:27,653 Finished 4 from 12 processes 12m 52s [bash] 2022-06-10 13:04:32,668 Finished 4 from 12 processes 12m 57s [bash] 2022-06-10 13:04:37,680 Finished 4 from 12 processes 13m 2s [bash] 2022-06-10 13:04:42,684 Finished 4 from 12 processes 13m 7s [bash] 2022-06-10 13:04:47,689 Finished 4 from 12 processes 13m 12s [bash] 2022-06-10 13:04:52,692 Finished 4 from 12 processes 13m 17s [bash] 2022-06-10 13:04:57,701 Finished 4 from 12 processes 13m 22s [bash] 2022-06-10 13:05:02,705 Finished 4 from 12 processes 13m 27s [bash] 2022-06-10 13:05:07,712 Finished 4 from 12 processes 13m 32s [bash] 2022-06-10 13:05:12,725 Finished 4 from 12 processes 13m 37s [bash] 2022-06-10 13:05:17,733 Finished 4 from 12 processes 13m 42s [bash] 2022-06-10 13:05:22,753 Finished 4 from 12 processes 13m 47s [bash] 2022-06-10 13:05:27,766 Finished 4 from 12 processes 13m 52s [bash] 2022-06-10 13:05:32,789 Finished 4 from 12 processes 13m 57s [bash] 2022-06-10 13:05:37,797 Finished 4 from 12 processes 14m 2s [bash] 2022-06-10 13:05:42,801 Finished 4 from 12 processes 14m 7s [bash] 2022-06-10 13:05:47,806 Finished 4 from 12 processes 14m 12s [bash] 2022-06-10 13:05:52,817 Finished 4 from 12 processes 14m 17s [bash] 2022-06-10 13:05:57,829 Finished 4 from 12 processes 14m 22s [bash] 2022-06-10 13:06:02,833 Finished 4 from 12 processes 14m 27s [bash] 2022-06-10 13:06:07,845 Finished 4 from 12 processes 14m 32s [bash] 2022-06-10 13:06:12,866 Finished 4 from 12 processes 14m 37s [bash] 2022-06-10 13:06:17,872 Finished 4 from 12 processes 14m 42s [bash] 2022-06-10 13:06:22,876 Finished 4 from 12 processes 14m 47s [bash] 2022-06-10 13:06:27,893 Finished 4 from 12 processes 14m 52s [bash] 2022-06-10 13:06:32,897 Finished 4 from 12 processes 14m 57s [bash] 2022-06-10 13:06:37,914 Finished 4 from 12 processes 15m 2s [bash] 2022-06-10 13:06:42,961 Finished 4 from 12 processes 15m 7s [bash] 2022-06-10 13:06:47,977 Finished 4 from 12 processes 15m 12s [bash] 2022-06-10 13:06:52,989 Finished 4 from 12 processes 15m 17s [bash] 2022-06-10 13:06:57,997 Finished 4 from 12 processes 15m 22s [bash] 2022-06-10 13:07:03,001 Finished 4 from 12 processes 15m 27s [bash] 2022-06-10 13:07:08,012 Finished 4 from 12 processes 15m 32s [bash] 2022-06-10 13:07:13,027 Finished 4 from 12 processes 15m 37s [bash] 2022-06-10 13:07:18,032 Finished 4 from 12 processes 15m 42s [bash] 2022-06-10 13:07:23,038 Finished 4 from 12 processes 15m 47s [bash] 2022-06-10 13:07:28,040 Finished 4 from 12 processes 15m 52s [bash] 2022-06-10 13:07:33,044 Finished 4 from 12 processes 15m 57s [bash] 2022-06-10 13:07:38,049 Finished 4 from 12 processes 16m 2s [bash] 2022-06-10 13:07:43,053 Finished 4 from 12 processes 16m 7s [bash] 2022-06-10 13:07:48,060 Finished 4 from 12 processes 16m 12s [bash] 2022-06-10 13:07:53,064 Finished 4 from 12 processes 16m 17s [bash] 2022-06-10 13:07:58,073 Finished 4 from 12 processes 16m 22s [bash] 2022-06-10 13:08:03,076 Finished 4 from 12 processes 16m 27s [bash] 2022-06-10 13:08:08,081 Finished 4 from 12 processes 16m 32s [bash] 2022-06-10 13:08:13,084 Finished 4 from 12 processes 16m 37s [bash] 2022-06-10 13:08:18,088 Finished 4 from 12 processes 16m 42s [bash] 2022-06-10 13:08:23,092 Finished 4 from 12 processes 16m 47s [bash] 2022-06-10 13:08:28,096 Finished 4 from 12 processes 16m 52s [bash] 2022-06-10 13:08:33,103 Finished 4 from 12 processes 16m 57s [bash] 2022-06-10 13:08:38,105 Finished 4 from 12 processes 17m 2s [bash] 2022-06-10 13:08:43,109 Finished 4 from 12 processes 17m 7s [bash] 2022-06-10 13:08:48,113 Finished 4 from 12 processes 17m 12s [bash] 2022-06-10 13:08:53,117 Finished 4 from 12 processes 17m 17s [bash] 2022-06-10 13:08:58,132 Finished 4 from 12 processes 17m 22s [bash] 2022-06-10 13:09:03,136 Finished 4 from 12 processes 17m 27s [bash] 2022-06-10 13:09:08,140 Finished 4 from 12 processes 17m 32s [bash] 2022-06-10 13:09:13,144 Finished 4 from 12 processes 17m 37s [bash] 2022-06-10 13:09:18,153 Finished 4 from 12 processes 17m 42s [bash] 2022-06-10 13:09:23,156 Finished 4 from 12 processes 17m 47s [bash] 2022-06-10 13:09:28,162 Finished 4 from 12 processes 17m 52s [bash] 2022-06-10 13:09:33,165 Finished 4 from 12 processes 17m 57s [bash] 2022-06-10 13:09:38,181 Finished 4 from 12 processes 18m 2s [bash] 2022-06-10 13:09:43,185 Finished 4 from 12 processes 18m 7s [bash] 2022-06-10 13:09:48,188 Finished 4 from 12 processes 18m 12s [bash] 2022-06-10 13:09:53,193 Finished 4 from 12 processes 18m 17s [bash] 2022-06-10 13:09:58,212 Finished 4 from 12 processes 18m 22s [bash] 2022-06-10 13:10:03,216 Finished 4 from 12 processes 18m 27s [bash] 2022-06-10 13:10:08,221 Finished 4 from 12 processes 18m 32s [bash] 2022-06-10 13:10:13,224 Finished 4 from 12 processes 18m 37s [bash] 2022-06-10 13:10:18,229 Finished 4 from 12 processes 18m 42s [bash] 2022-06-10 13:10:23,233 Finished 4 from 12 processes 18m 47s [bash] 2022-06-10 13:10:28,236 Finished 4 from 12 processes 18m 52s [bash] 2022-06-10 13:10:33,262 Finished 4 from 12 processes 18m 57s [bash] 2022-06-10 13:10:38,273 Finished 4 from 12 processes 19m 2s [bash] 2022-06-10 13:10:43,285 Finished 4 from 12 processes 19m 7s [bash] 2022-06-10 13:10:48,288 Finished 4 from 12 processes 19m 12s [bash] 2022-06-10 13:10:53,297 Finished 4 from 12 processes 19m 17s [bash] 2022-06-10 13:10:58,301 Finished 4 from 12 processes 19m 22s [bash] 2022-06-10 13:11:03,304 Finished 4 from 12 processes 19m 27s [bash] 2022-06-10 13:11:08,308 Finished 4 from 12 processes 19m 32s [bash] 2022-06-10 13:11:13,321 Finished 4 from 12 processes 19m 37s [bash] 2022-06-10 13:11:18,329 Finished 4 from 12 processes 19m 42s [bash] 2022-06-10 13:11:23,332 Finished 4 from 12 processes 19m 47s [bash] 2022-06-10 13:11:28,336 Finished 4 from 12 processes 19m 52s [bash] 2022-06-10 13:11:33,340 Finished 4 from 12 processes 19m 57s [bash] 2022-06-10 13:11:38,344 Finished 4 from 12 processes 20m 2s [bash] 2022-06-10 13:11:43,348 Finished 4 from 12 processes 20m 7s [bash] 2022-06-10 13:11:48,352 Finished 4 from 12 processes 20m 12s [bash] 2022-06-10 13:11:53,356 Finished 4 from 12 processes 20m 17s [bash] 2022-06-10 13:11:58,360 Finished 4 from 12 processes 20m 22s [bash] 2022-06-10 13:12:03,365 Finished 4 from 12 processes 20m 27s [bash] 2022-06-10 13:12:08,368 Finished 4 from 12 processes 20m 32s [bash] 2022-06-10 13:12:13,372 Finished 4 from 12 processes 20m 37s [bash] 2022-06-10 13:12:18,377 Finished 4 from 12 processes 20m 42s [bash] 2022-06-10 13:12:23,381 Finished 4 from 12 processes 20m 47s [bash] 2022-06-10 13:12:28,384 Finished 4 from 12 processes 20m 52s [bash] 2022-06-10 13:12:33,403 Finished 4 from 12 processes 20m 57s [bash] 2022-06-10 13:12:38,407 Finished 4 from 12 processes 21m 2s [bash] 2022-06-10 13:12:43,417 Finished 4 from 12 processes 21m 7s [bash] 2022-06-10 13:12:48,426 Finished 4 from 12 processes 21m 12s [bash] 2022-06-10 13:12:53,432 Finished 4 from 12 processes 21m 17s [bash] 2022-06-10 13:12:58,438 Finished 4 from 12 processes 21m 22s [bash] 2022-06-10 13:13:03,441 Finished 4 from 12 processes 21m 27s [bash] 2022-06-10 13:13:08,445 Finished 4 from 12 processes 21m 32s [bash] 2022-06-10 13:13:13,448 Finished 4 from 12 processes 21m 37s [bash] 2022-06-10 13:13:18,452 Finished 4 from 12 processes 21m 42s [bash] 2022-06-10 13:13:23,457 Finished 4 from 12 processes 21m 47s [bash] 2022-06-10 13:13:28,461 Finished 4 from 12 processes 21m 52s [bash] 2022-06-10 13:13:33,469 Finished 4 from 12 processes 21m 57s [bash] 2022-06-10 13:13:38,472 Finished 4 from 12 processes 22m 2s [bash] 2022-06-10 13:13:43,478 Finished 4 from 12 processes 22m 7s [bash] 2022-06-10 13:13:48,481 Finished 4 from 12 processes 22m 12s [bash] 2022-06-10 13:13:53,484 Finished 4 from 12 processes 22m 17s [bash] 2022-06-10 13:13:58,491 Finished 4 from 12 processes 22m 22s [bash] 2022-06-10 13:14:03,497 Finished 4 from 12 processes 22m 27s [bash] 2022-06-10 13:14:08,502 Finished 4 from 12 processes 22m 32s [bash] 2022-06-10 13:14:13,512 Finished 4 from 12 processes 22m 37s [bash] 2022-06-10 13:14:18,517 Finished 4 from 12 processes 22m 42s [bash] 2022-06-10 13:14:23,520 Finished 4 from 12 processes 22m 47s [bash] 2022-06-10 13:14:28,525 Finished 4 from 12 processes 22m 52s [bash] 2022-06-10 13:14:33,528 Finished 4 from 12 processes 22m 57s [bash] 2022-06-10 13:14:38,533 Finished 4 from 12 processes 23m 2s [bash] 2022-06-10 13:14:43,537 Finished 4 from 12 processes 23m 7s [bash] 2022-06-10 13:14:48,541 Finished 4 from 12 processes 23m 12s [bash] 2022-06-10 13:14:53,544 Finished 4 from 12 processes 23m 17s [bash] 2022-06-10 13:14:58,549 Finished 4 from 12 processes 23m 22s [bash] 2022-06-10 13:15:03,552 Finished 4 from 12 processes 23m 27s [bash] 2022-06-10 13:15:08,556 Finished 4 from 12 processes 23m 32s [bash] 2022-06-10 13:15:13,561 Finished 4 from 12 processes 23m 37s [bash] 2022-06-10 13:15:18,565 Finished 4 from 12 processes 23m 42s [bash] 2022-06-10 13:15:23,570 Finished 4 from 12 processes 23m 47s [bash] 2022-06-10 13:15:28,573 Finished 4 from 12 processes 23m 52s [bash] 2022-06-10 13:15:33,577 Finished 4 from 12 processes 23m 57s [bash] 2022-06-10 13:15:38,580 Finished 4 from 12 processes 24m 2s [bash] 2022-06-10 13:15:43,584 Finished 4 from 12 processes 24m 8s [bash] 2022-06-10 13:15:48,588 Finished 4 from 12 processes 24m 13s [bash] 2022-06-10 13:15:53,592 Finished 4 from 12 processes 24m 18s [bash] 2022-06-10 13:15:58,596 Finished 4 from 12 processes 24m 23s [bash] 2022-06-10 13:16:03,600 Finished 4 from 12 processes 24m 28s [bash] 2022-06-10 13:16:08,605 Finished 4 from 12 processes 24m 33s [bash] 2022-06-10 13:16:13,608 Finished 4 from 12 processes 24m 38s [bash] 2022-06-10 13:16:18,613 Finished 4 from 12 processes 24m 43s [bash] 2022-06-10 13:16:23,616 Finished 4 from 12 processes 24m 48s [bash] 2022-06-10 13:16:28,622 Finished 4 from 12 processes 24m 53s [bash] 2022-06-10 13:16:33,627 Finished 4 from 12 processes 24m 58s [bash] 2022-06-10 13:16:38,641 Finished 4 from 12 processes 25m 3s [bash] 2022-06-10 13:16:43,648 Finished 4 from 12 processes 25m 8s [bash] 2022-06-10 13:16:48,655 Finished 4 from 12 processes 25m 13s [bash] 2022-06-10 13:16:53,660 Finished 4 from 12 processes 25m 18s [bash] 2022-06-10 13:16:58,668 Finished 4 from 12 processes 25m 23s [bash] 2022-06-10 13:17:03,673 Finished 4 from 12 processes 25m 28s [bash] 2022-06-10 13:17:08,677 Finished 4 from 12 processes 25m 33s [bash] 2022-06-10 13:17:13,686 Finished 4 from 12 processes 25m 38s [bash] 2022-06-10 13:17:18,689 Finished 4 from 12 processes 25m 43s [bash] 2022-06-10 13:17:23,692 Finished 4 from 12 processes 25m 48s [bash] 2022-06-10 13:17:28,721 Finished 4 from 12 processes 25m 53s [bash] 2022-06-10 13:17:33,724 Finished 4 from 12 processes 25m 58s [bash] 2022-06-10 13:17:38,728 Finished 4 from 12 processes 26m 3s [bash] 2022-06-10 13:17:43,732 Finished 4 from 12 processes 26m 8s [bash] 2022-06-10 13:17:48,736 Finished 4 from 12 processes 26m 13s [bash] 2022-06-10 13:17:53,740 Finished 4 from 12 processes 26m 18s [bash] 2022-06-10 13:17:58,746 Finished 4 from 12 processes 26m 23s [bash] 2022-06-10 13:18:03,748 Finished 4 from 12 processes 26m 28s [bash] 2022-06-10 13:18:08,752 Finished 4 from 12 processes 26m 33s [bash] 2022-06-10 13:18:13,756 Finished 4 from 12 processes 26m 38s [bash] 2022-06-10 13:18:18,761 Finished 4 from 12 processes 26m 43s [bash] 2022-06-10 13:18:23,765 Finished 4 from 12 processes 26m 48s [bash] 2022-06-10 13:18:28,774 Finished 4 from 12 processes 26m 53s [bash] 2022-06-10 13:18:33,776 Finished 4 from 12 processes 26m 58s [bash] 2022-06-10 13:18:38,780 Finished 4 from 12 processes 27m 3s [bash] 2022-06-10 13:18:43,784 Finished 4 from 12 processes 27m 8s [bash] 2022-06-10 13:18:48,788 Finished 4 from 12 processes 27m 13s [bash] 2022-06-10 13:18:53,793 Finished 4 from 12 processes 27m 18s [bash] 2022-06-10 13:18:58,796 Finished 4 from 12 processes 27m 23s [bash] 2022-06-10 13:19:03,800 Finished 4 from 12 processes 27m 28s [bash] 2022-06-10 13:19:08,807 Finished 4 from 12 processes 27m 33s [bash] 2022-06-10 13:19:13,815 Finished 4 from 12 processes 27m 38s [bash] 2022-06-10 13:19:18,820 Finished 4 from 12 processes 27m 43s [bash] 2022-06-10 13:19:23,824 Finished 4 from 12 processes 27m 48s [bash] 2022-06-10 13:19:28,828 Finished 4 from 12 processes 27m 53s [bash] 2022-06-10 13:19:33,832 Finished 4 from 12 processes 27m 58s [bash] 2022-06-10 13:19:38,836 Finished 4 from 12 processes 28m 3s [bash] 2022-06-10 13:19:43,840 Finished 4 from 12 processes 28m 8s [bash] 2022-06-10 13:19:48,844 Finished 4 from 12 processes 28m 13s [bash] 2022-06-10 13:19:53,848 Finished 4 from 12 processes 28m 18s [bash] 2022-06-10 13:19:58,852 Finished 4 from 12 processes 28m 23s [bash] 2022-06-10 13:20:03,856 Finished 4 from 12 processes 28m 28s [bash] 2022-06-10 13:20:08,860 Finished 4 from 12 processes 28m 33s [bash] 2022-06-10 13:20:13,864 Finished 4 from 12 processes 28m 38s [bash] 2022-06-10 13:20:18,868 Finished 4 from 12 processes 28m 43s [bash] 2022-06-10 13:20:23,872 Finished 4 from 12 processes 28m 48s [bash] 2022-06-10 13:20:28,876 Finished 4 from 12 processes 28m 53s [bash] 2022-06-10 13:20:33,880 Finished 4 from 12 processes 28m 58s [bash] 2022-06-10 13:20:38,884 Finished 4 from 12 processes 29m 3s [bash] 2022-06-10 13:20:43,888 Finished 4 from 12 processes 29m 8s [bash] 2022-06-10 13:20:48,892 Finished 4 from 12 processes 29m 13s [bash] 2022-06-10 13:20:53,896 Finished 4 from 12 processes 29m 18s [bash] 2022-06-10 13:20:58,900 Finished 4 from 12 processes 29m 23s [bash] 2022-06-10 13:21:03,904 Finished 4 from 12 processes 29m 28s [bash] 2022-06-10 13:21:08,908 Finished 4 from 12 processes 29m 33s [bash] 2022-06-10 13:21:13,912 Finished 4 from 12 processes 29m 38s [bash] 2022-06-10 13:21:18,916 Finished 4 from 12 processes 29m 43s [bash] 2022-06-10 13:21:23,920 Finished 4 from 12 processes 29m 48s [bash] 2022-06-10 13:21:28,925 Finished 4 from 12 processes 29m 53s [bash] 2022-06-10 13:21:33,928 Finished 4 from 12 processes 29m 58s [bash] 2022-06-10 13:21:38,934 Finished 4 from 12 processes 30m 3s [bash] 2022-06-10 13:21:43,936 Finished 4 from 12 processes 30m 8s [bash] 2022-06-10 13:21:48,940 Finished 4 from 12 processes 30m 13s [bash] 2022-06-10 13:21:53,944 Finished 4 from 12 processes 30m 18s [bash] 2022-06-10 13:21:58,948 Finished 4 from 12 processes 30m 23s [bash] 2022-06-10 13:22:03,952 Finished 4 from 12 processes 30m 28s [bash] 2022-06-10 13:22:08,956 Finished 4 from 12 processes 30m 33s [bash] 2022-06-10 13:22:13,960 Finished 4 from 12 processes 30m 38s [bash] 2022-06-10 13:22:18,964 Finished 4 from 12 processes 30m 43s [bash] 2022-06-10 13:22:23,968 Finished 4 from 12 processes 30m 48s [bash] 2022-06-10 13:22:28,972 Finished 4 from 12 processes 30m 53s [bash] 2022-06-10 13:22:33,976 Finished 4 from 12 processes 30m 58s [bash] 2022-06-10 13:22:38,980 Finished 4 from 12 processes 31m 3s [bash] 2022-06-10 13:22:43,984 Finished 4 from 12 processes 31m 8s [bash] 2022-06-10 13:22:48,988 Finished 4 from 12 processes 31m 13s [bash] 2022-06-10 13:22:54,006 Finished 4 from 12 processes 31m 18s [bash] 2022-06-10 13:22:59,011 Finished 4 from 12 processes 31m 23s [bash] 2022-06-10 13:23:04,016 Finished 4 from 12 processes 31m 28s [bash] 2022-06-10 13:23:09,033 Finished 4 from 12 processes 31m 33s [bash] 2022-06-10 13:23:14,037 Finished 4 from 12 processes 31m 38s [bash] 2022-06-10 13:23:19,042 Finished 4 from 12 processes 31m 43s [bash] 2022-06-10 13:23:24,053 Finished 4 from 12 processes 31m 48s [bash] 2022-06-10 13:23:29,061 Finished 4 from 12 processes 31m 53s [bash] 2022-06-10 13:23:34,064 Finished 4 from 12 processes 31m 58s [bash] 2022-06-10 13:23:39,068 Finished 4 from 12 processes 32m 3s [bash] 2022-06-10 13:23:44,075 Finished 4 from 12 processes 32m 8s [bash] 2022-06-10 13:23:49,076 Finished 4 from 12 processes 32m 13s [bash] 2022-06-10 13:23:54,080 Finished 4 from 12 processes 32m 18s [bash] 2022-06-10 13:23:59,084 Finished 4 from 12 processes 32m 23s [bash] 2022-06-10 13:24:04,089 Finished 4 from 12 processes 32m 28s [bash] 2022-06-10 13:24:09,093 Finished 4 from 12 processes 32m 33s [bash] 2022-06-10 13:24:14,096 Finished 4 from 12 processes 32m 38s [bash] 2022-06-10 13:24:19,100 Finished 4 from 12 processes 32m 43s [bash] 2022-06-10 13:24:24,104 Finished 4 from 12 processes 32m 48s [bash] 2022-06-10 13:24:29,109 Finished 4 from 12 processes 32m 53s [bash] 2022-06-10 13:24:34,112 Finished 4 from 12 processes 32m 58s [bash] 2022-06-10 13:24:39,122 Finished 4 from 12 processes 33m 3s [bash] 2022-06-10 13:24:44,124 Finished 4 from 12 processes 33m 8s [bash] 2022-06-10 13:24:49,128 Finished 4 from 12 processes 33m 13s [bash] 2022-06-10 13:24:54,134 Finished 4 from 12 processes 33m 18s [bash] 2022-06-10 13:24:59,138 Finished 4 from 12 processes 33m 23s [bash] 2022-06-10 13:25:04,140 Finished 4 from 12 processes 33m 28s [bash] 2022-06-10 13:25:09,144 Finished 4 from 12 processes 33m 33s [bash] 2022-06-10 13:25:14,149 Finished 4 from 12 processes 33m 38s [bash] 2022-06-10 13:25:19,152 Finished 4 from 12 processes 33m 43s [bash] 2022-06-10 13:25:24,156 Finished 4 from 12 processes 33m 48s [bash] 2022-06-10 13:25:29,161 Finished 4 from 12 processes 33m 53s [bash] 2022-06-10 13:25:34,164 Finished 4 from 12 processes 33m 58s [bash] 2022-06-10 13:25:39,176 Finished 4 from 12 processes 34m 3s [bash] 2022-06-10 13:25:44,190 Finished 4 from 12 processes 34m 8s [bash] 2022-06-10 13:25:49,198 Finished 4 from 12 processes 34m 13s [bash] 2022-06-10 13:25:54,200 Finished 4 from 12 processes 34m 18s [bash] 2022-06-10 13:25:59,205 Finished 4 from 12 processes 34m 23s [bash] 2022-06-10 13:26:04,208 Finished 4 from 12 processes 34m 28s [bash] 2022-06-10 13:26:09,212 Finished 4 from 12 processes 34m 33s [bash] 2022-06-10 13:26:14,216 Finished 4 from 12 processes 34m 38s [bash] 2022-06-10 13:26:19,221 Finished 4 from 12 processes 34m 43s [bash] 2022-06-10 13:26:24,224 Finished 4 from 12 processes 34m 48s [bash] 2022-06-10 13:26:29,228 Finished 4 from 12 processes 34m 53s [bash] 2022-06-10 13:26:34,232 Finished 4 from 12 processes 34m 58s [bash] 2022-06-10 13:26:39,237 Finished 4 from 12 processes 35m 3s [bash] 2022-06-10 13:26:44,241 Finished 4 from 12 processes 35m 8s [bash] 2022-06-10 13:26:49,244 Finished 4 from 12 processes 35m 13s [bash] 2022-06-10 13:26:54,248 Finished 4 from 12 processes 35m 18s [bash] 2022-06-10 13:26:59,254 Finished 4 from 12 processes 35m 23s [bash] 2022-06-10 13:27:04,261 Finished 4 from 12 processes 35m 28s [bash] 2022-06-10 13:27:09,265 Finished 4 from 12 processes 35m 33s [bash] 2022-06-10 13:27:14,268 Finished 4 from 12 processes 35m 38s [bash] 2022-06-10 13:27:19,273 Finished 4 from 12 processes 35m 43s [bash] 2022-06-10 13:27:24,276 Finished 4 from 12 processes 35m 48s [bash] 2022-06-10 13:27:29,280 Finished 4 from 12 processes 35m 53s [bash] 2022-06-10 13:27:34,286 Finished 4 from 12 processes 35m 58s [bash] 2022-06-10 13:27:39,288 Finished 4 from 12 processes 36m 3s [bash] 2022-06-10 13:27:44,293 Finished 4 from 12 processes 36m 8s [bash] 2022-06-10 13:27:49,296 Finished 4 from 12 processes 36m 13s [bash] 2022-06-10 13:27:54,301 Finished 4 from 12 processes 36m 18s [bash] 2022-06-10 13:27:59,304 Finished 4 from 12 processes 36m 23s [bash] 2022-06-10 13:28:04,307 Finished 4 from 12 processes 36m 28s [bash] 2022-06-10 13:28:09,312 Finished 4 from 12 processes 36m 33s [bash] 2022-06-10 13:28:14,316 Finished 4 from 12 processes 36m 38s [bash] 2022-06-10 13:28:19,320 Finished 4 from 12 processes 36m 43s [bash] 2022-06-10 13:28:24,324 Finished 4 from 12 processes 36m 48s [bash] 2022-06-10 13:28:29,328 Finished 4 from 12 processes 36m 53s [bash] 2022-06-10 13:28:34,332 Finished 4 from 12 processes 36m 58s [bash] 2022-06-10 13:28:39,336 Finished 4 from 12 processes 37m 3s [bash] 2022-06-10 13:28:44,339 Finished 4 from 12 processes 37m 8s [bash] 2022-06-10 13:28:49,346 Finished 4 from 12 processes 37m 13s [bash] 2022-06-10 13:28:54,348 Finished 4 from 12 processes 37m 18s [bash] 2022-06-10 13:28:59,352 Finished 4 from 12 processes 37m 23s [bash] 2022-06-10 13:29:04,356 Finished 4 from 12 processes 37m 28s [bash] 2022-06-10 13:29:09,360 Finished 4 from 12 processes 37m 33s [bash] 2022-06-10 13:29:14,365 Finished 4 from 12 processes 37m 38s [bash] 2022-06-10 13:29:19,368 Finished 4 from 12 processes 37m 43s [bash] 2022-06-10 13:29:24,372 Finished 4 from 12 processes 37m 48s [bash] 2022-06-10 13:29:29,381 Finished 4 from 12 processes 37m 53s [bash] 2022-06-10 13:29:34,386 Finished 4 from 12 processes 37m 58s [bash] 2022-06-10 13:29:39,389 Finished 4 from 12 processes 38m 3s [bash] 2022-06-10 13:29:44,393 Finished 4 from 12 processes 38m 8s [bash] 2022-06-10 13:29:49,396 Finished 4 from 12 processes 38m 13s [bash] 2022-06-10 13:29:54,402 Finished 4 from 12 processes 38m 18s [bash] 2022-06-10 13:29:59,405 Finished 4 from 12 processes 38m 23s [bash] 2022-06-10 13:30:04,411 Finished 4 from 12 processes 38m 28s [bash] 2022-06-10 13:30:09,418 Finished 4 from 12 processes 38m 33s [bash] 2022-06-10 13:30:14,420 Finished 4 from 12 processes 38m 38s [bash] 2022-06-10 13:30:19,424 Finished 4 from 12 processes 38m 43s [bash] 2022-06-10 13:30:24,428 Finished 4 from 12 processes 38m 48s [bash] 2022-06-10 13:30:29,432 Finished 4 from 12 processes 38m 53s [bash] 2022-06-10 13:30:34,436 Finished 4 from 12 processes 38m 58s [bash] 2022-06-10 13:30:39,440 Finished 4 from 12 processes 39m 3s [bash] 2022-06-10 13:30:44,444 Finished 4 from 12 processes 39m 8s [bash] 2022-06-10 13:30:49,461 Finished 4 from 12 processes 39m 13s [bash] 2022-06-10 13:30:54,466 Finished 4 from 12 processes 39m 18s [bash] 2022-06-10 13:30:59,470 Finished 4 from 12 processes 39m 23s [bash] 2022-06-10 13:31:04,476 Finished 4 from 12 processes 39m 28s [bash] 2022-06-10 13:31:09,480 Finished 4 from 12 processes 39m 33s [bash] 2022-06-10 13:31:14,484 Finished 4 from 12 processes 39m 38s [bash] 2022-06-10 13:31:19,488 Finished 4 from 12 processes 39m 43s [bash] 2022-06-10 13:31:24,492 Finished 4 from 12 processes 39m 48s [bash] 2022-06-10 13:31:29,499 Finished 4 from 12 processes 39m 53s [bash] 2022-06-10 13:31:34,504 Finished 4 from 12 processes 39m 58s [bash] 2022-06-10 13:31:39,509 Finished 4 from 12 processes 40m 3s [bash] 2022-06-10 13:31:44,512 Finished 4 from 12 processes 40m 8s [bash] 2022-06-10 13:31:49,518 Finished 4 from 12 processes 40m 13s [bash] 2022-06-10 13:31:54,523 Finished 4 from 12 processes 40m 18s [bash] 2022-06-10 13:31:59,525 Finished 4 from 12 processes 40m 23s [bash] 2022-06-10 13:32:04,544 Finished 4 from 12 processes 40m 28s [bash] 2022-06-10 13:32:09,550 Finished 4 from 12 processes 40m 33s [bash] 2022-06-10 13:32:14,554 Finished 4 from 12 processes 40m 38s [bash] 2022-06-10 13:32:19,556 Finished 4 from 12 processes 40m 43s [bash] 2022-06-10 13:32:24,560 Finished 4 from 12 processes 40m 48s [bash] 2022-06-10 13:32:29,564 Finished 4 from 12 processes 40m 53s [bash] 2022-06-10 13:32:34,569 Finished 4 from 12 processes 40m 58s [bash] 2022-06-10 13:32:39,572 Finished 4 from 12 processes 41m 3s [bash] 2022-06-10 13:32:44,576 Finished 4 from 12 processes 41m 9s [bash] 2022-06-10 13:32:49,581 Finished 4 from 12 processes 41m 13s [bash] 2022-06-10 13:32:54,585 Finished 4 from 12 processes 41m 19s [bash] 2022-06-10 13:32:59,589 Finished 4 from 12 processes 41m 24s [bash] 2022-06-10 13:33:04,594 Finished 4 from 12 processes 41m 29s [bash] 2022-06-10 13:33:09,597 Finished 4 from 12 processes 41m 34s [bash] 2022-06-10 13:33:14,601 Finished 4 from 12 processes 41m 39s [bash] 2022-06-10 13:33:19,604 Finished 4 from 12 processes 41m 44s [bash] 2022-06-10 13:33:24,611 Finished 4 from 12 processes 41m 49s [bash] 2022-06-10 13:33:29,617 Finished 4 from 12 processes 41m 54s [bash] 2022-06-10 13:33:34,621 Finished 4 from 12 processes 41m 59s [bash] 2022-06-10 13:33:39,624 Finished 4 from 12 processes 42m 4s [bash] 2022-06-10 13:33:44,628 Finished 4 from 12 processes 42m 9s [bash] 2022-06-10 13:33:49,635 Finished 4 from 12 processes 42m 14s [bash] 2022-06-10 13:33:54,640 Finished 4 from 12 processes 42m 19s [bash] 2022-06-10 13:33:59,644 Finished 4 from 12 processes 42m 24s [bash] 2022-06-10 13:34:04,649 Finished 4 from 12 processes 42m 29s [bash] 2022-06-10 13:34:09,657 Finished 4 from 12 processes 42m 34s [bash] 2022-06-10 13:34:14,661 Finished 4 from 12 processes 42m 39s [bash] 2022-06-10 13:34:19,664 Finished 4 from 12 processes 42m 44s [bash] 2022-06-10 13:34:24,669 Finished 4 from 12 processes 42m 49s [bash] 2022-06-10 13:34:29,673 Finished 4 from 12 processes 42m 54s [bash] 2022-06-10 13:34:34,691 Finished 4 from 12 processes 42m 59s [bash] 2022-06-10 13:34:39,698 Finished 4 from 12 processes 43m 4s [bash] 2022-06-10 13:34:44,703 Finished 4 from 12 processes 43m 9s [bash] 2022-06-10 13:34:49,714 Finished 4 from 12 processes 43m 14s [bash] 2022-06-10 13:34:54,716 Finished 4 from 12 processes 43m 19s [bash] 2022-06-10 13:34:59,720 Finished 4 from 12 processes 43m 24s [bash] 2022-06-10 13:35:04,724 Finished 4 from 12 processes 43m 29s [bash] 2022-06-10 13:35:09,729 Finished 4 from 12 processes 43m 34s [bash] 2022-06-10 13:35:14,732 Finished 4 from 12 processes 43m 39s [bash] 2022-06-10 13:35:19,737 Finished 4 from 12 processes 43m 44s [bash] 2022-06-10 13:35:24,740 Finished 4 from 12 processes 43m 49s [bash] 2022-06-10 13:35:29,744 Finished 4 from 12 processes 43m 54s [bash] 2022-06-10 13:35:34,749 Finished 4 from 12 processes 43m 59s [bash] 2022-06-10 13:35:39,752 Finished 4 from 12 processes 44m 4s [bash] 2022-06-10 13:35:44,756 Finished 4 from 12 processes 44m 9s [bash] 2022-06-10 13:35:49,760 Finished 4 from 12 processes 44m 14s [bash] 2022-06-10 13:35:54,764 Finished 4 from 12 processes 44m 19s [bash] 2022-06-10 13:35:59,768 Finished 4 from 12 processes 44m 24s [bash] 2022-06-10 13:36:04,772 Finished 4 from 12 processes 44m 29s [bash] 2022-06-10 13:36:09,776 Finished 4 from 12 processes 44m 34s [bash] 2022-06-10 13:36:14,780 Finished 4 from 12 processes 44m 39s [bash] 2022-06-10 13:36:19,784 Finished 4 from 12 processes 44m 44s [bash] 2022-06-10 13:36:24,789 Finished 4 from 12 processes 44m 49s [bash] 2022-06-10 13:36:29,792 Finished 4 from 12 processes 44m 54s [bash] 2022-06-10 13:36:34,800 Finished 4 from 12 processes 44m 59s [bash] 2022-06-10 13:36:39,804 Finished 4 from 12 processes 45m 4s [bash] 2022-06-10 13:36:44,808 Finished 4 from 12 processes 45m 9s [bash] 2022-06-10 13:36:49,812 Finished 4 from 12 processes 45m 14s [bash] 2022-06-10 13:36:54,816 Finished 4 from 12 processes 45m 19s [bash] 2022-06-10 13:36:59,820 Finished 4 from 12 processes 45m 24s [bash] 2022-06-10 13:37:04,824 Finished 4 from 12 processes 45m 29s [bash] 2022-06-10 13:37:09,828 Finished 4 from 12 processes 45m 34s [bash] 2022-06-10 13:37:14,833 Finished 4 from 12 processes 45m 39s [bash] 2022-06-10 13:37:19,836 Finished 4 from 12 processes 45m 44s [bash] 2022-06-10 13:37:24,840 Finished 4 from 12 processes 45m 49s [bash] 2022-06-10 13:37:29,845 Finished 4 from 12 processes 45m 54s [bash] 2022-06-10 13:37:34,849 Finished 4 from 12 processes 45m 59s [bash] 2022-06-10 13:37:39,852 Finished 4 from 12 processes 46m 4s [bash] 2022-06-10 13:37:44,856 Finished 4 from 12 processes 46m 9s [bash] 2022-06-10 13:37:49,860 Finished 4 from 12 processes 46m 14s [bash] 2022-06-10 13:37:54,864 Finished 4 from 12 processes 46m 19s [bash] 2022-06-10 13:37:59,868 Finished 4 from 12 processes 46m 24s [bash] 2022-06-10 13:38:04,872 Finished 4 from 12 processes 46m 29s [bash] 2022-06-10 13:38:09,876 Finished 4 from 12 processes 46m 34s [bash] 2022-06-10 13:38:14,880 Finished 4 from 12 processes 46m 39s [bash] 2022-06-10 13:38:19,901 Finished 4 from 12 processes 46m 44s [bash] 2022-06-10 13:38:24,910 Finished 4 from 12 processes 46m 49s [bash] 2022-06-10 13:38:29,915 Finished 4 from 12 processes 46m 54s [bash] 2022-06-10 13:38:34,920 Finished 4 from 12 processes 46m 59s [bash] 2022-06-10 13:38:39,925 Finished 4 from 12 processes 47m 4s [bash] 2022-06-10 13:38:44,937 Finished 4 from 12 processes 47m 9s [bash] 2022-06-10 13:38:49,941 Finished 4 from 12 processes 47m 14s [bash] 2022-06-10 13:38:54,946 Finished 4 from 12 processes 47m 19s [bash] 2022-06-10 13:38:59,948 Finished 4 from 12 processes 47m 24s [bash] 2022-06-10 13:39:04,952 Finished 4 from 12 processes 47m 29s [bash] 2022-06-10 13:39:09,957 Finished 4 from 12 processes 47m 34s [bash] 2022-06-10 13:39:14,960 Finished 4 from 12 processes 47m 39s [bash] 2022-06-10 13:39:19,977 Finished 4 from 12 processes 47m 44s [bash] 2022-06-10 13:39:24,980 Finished 4 from 12 processes 47m 49s [bash] 2022-06-10 13:39:29,984 Finished 4 from 12 processes 47m 54s [bash] 2022-06-10 13:39:34,988 Finished 4 from 12 processes 47m 59s [bash] 2022-06-10 13:39:39,992 Finished 4 from 12 processes 48m 4s [bash] 2022-06-10 13:39:44,997 Finished 4 from 12 processes 48m 9s [bash] 2022-06-10 13:39:50,000 Finished 4 from 12 processes 48m 14s [bash] 2022-06-10 13:39:55,006 Finished 4 from 12 processes 48m 19s [bash] 2022-06-10 13:40:00,009 Finished 4 from 12 processes 48m 24s [bash] 2022-06-10 13:40:05,012 Finished 4 from 12 processes 48m 29s [bash] 2022-06-10 13:40:10,016 Finished 4 from 12 processes 48m 34s [bash] 2022-06-10 13:40:15,023 Finished 4 from 12 processes 48m 39s [bash] 2022-06-10 13:40:20,029 Finished 4 from 12 processes 48m 44s [bash] 2022-06-10 13:40:25,042 Finished 4 from 12 processes 48m 49s [bash] 2022-06-10 13:40:30,044 Finished 4 from 12 processes 48m 54s [bash] 2022-06-10 13:40:35,049 Finished 4 from 12 processes 48m 59s [bash] 2022-06-10 13:40:40,052 Finished 4 from 12 processes 49m 4s [bash] 2022-06-10 13:40:45,056 Finished 4 from 12 processes 49m 9s [bash] 2022-06-10 13:40:50,060 Finished 4 from 12 processes 49m 14s [bash] 2022-06-10 13:40:55,064 Finished 4 from 12 processes 49m 19s [bash] 2022-06-10 13:41:00,074 Finished 4 from 12 processes 49m 24s [bash] 2022-06-10 13:41:05,076 Finished 4 from 12 processes 49m 29s [bash] 2022-06-10 13:41:10,080 Finished 4 from 12 processes 49m 34s [bash] 2022-06-10 13:41:15,085 Finished 4 from 12 processes 49m 39s [bash] 2022-06-10 13:41:20,089 Finished 4 from 12 processes 49m 44s [bash] 2022-06-10 13:41:25,092 Finished 4 from 12 processes 49m 49s [bash] 2022-06-10 13:41:30,096 Finished 4 from 12 processes 49m 54s [bash] 2022-06-10 13:41:35,100 Finished 4 from 12 processes 49m 59s [bash] 2022-06-10 13:41:40,106 Finished 4 from 12 processes 50m 4s [bash] 2022-06-10 13:41:45,110 Finished 4 from 12 processes 50m 9s [bash] 2022-06-10 13:41:50,112 Finished 4 from 12 processes 50m 14s [bash] 2022-06-10 13:41:55,116 Finished 4 from 12 processes 50m 19s [bash] 2022-06-10 13:42:00,120 Finished 4 from 12 processes 50m 24s [bash] 2022-06-10 13:42:05,124 Finished 4 from 12 processes 50m 29s [bash] 2022-06-10 13:42:10,128 Finished 4 from 12 processes 50m 34s [bash] 2022-06-10 13:42:15,132 Finished 4 from 12 processes 50m 39s [bash] 2022-06-10 13:42:20,136 Finished 4 from 12 processes 50m 44s [bash] 2022-06-10 13:42:25,140 Finished 4 from 12 processes 50m 49s [bash] 2022-06-10 13:42:30,144 Finished 4 from 12 processes 50m 54s [bash] 2022-06-10 13:42:35,148 Finished 4 from 12 processes 50m 59s [bash] 2022-06-10 13:42:40,152 Finished 4 from 12 processes 51m 4s [bash] 2022-06-10 13:42:45,156 Finished 4 from 12 processes 51m 9s [bash] 2022-06-10 13:42:50,163 Finished 4 from 12 processes 51m 14s [bash] 2022-06-10 13:42:55,168 Finished 4 from 12 processes 51m 19s [bash] 2022-06-10 13:43:00,172 Finished 4 from 12 processes 51m 24s [bash] 2022-06-10 13:43:05,176 Finished 4 from 12 processes 51m 29s [bash] 2022-06-10 13:43:10,180 Finished 4 from 12 processes 51m 34s [bash] 2022-06-10 13:43:15,184 Finished 4 from 12 processes 51m 39s [bash] 2022-06-10 13:43:20,189 Finished 4 from 12 processes 51m 44s [bash] 2022-06-10 13:43:25,192 Finished 4 from 12 processes 51m 49s [bash] 2022-06-10 13:43:30,198 Finished 4 from 12 processes 51m 54s [bash] 2022-06-10 13:43:35,201 Finished 4 from 12 processes 51m 59s [bash] 2022-06-10 13:43:40,204 Finished 4 from 12 processes 52m 4s [bash] 2022-06-10 13:43:45,208 Finished 4 from 12 processes 52m 9s [bash] 2022-06-10 13:43:50,212 Finished 4 from 12 processes 52m 14s [bash] 2022-06-10 13:43:55,216 Finished 4 from 12 processes 52m 19s [bash] 2022-06-10 13:44:00,220 Finished 4 from 12 processes 52m 24s [bash] 2022-06-10 13:44:05,224 Finished 4 from 12 processes 52m 29s [bash] 2022-06-10 13:44:10,228 Finished 4 from 12 processes 52m 34s [bash] 2022-06-10 13:44:15,232 Finished 4 from 12 processes 52m 39s [bash] 2022-06-10 13:44:20,236 Finished 4 from 12 processes 52m 44s [bash] 2022-06-10 13:44:25,240 Finished 4 from 12 processes 52m 49s [bash] 2022-06-10 13:44:30,244 Finished 4 from 12 processes 52m 54s [bash] 2022-06-10 13:44:35,248 Finished 4 from 12 processes 52m 59s [bash] 2022-06-10 13:44:40,252 Finished 4 from 12 processes 53m 4s [bash] 2022-06-10 13:44:45,256 Finished 4 from 12 processes 53m 9s [bash] 2022-06-10 13:44:50,260 Finished 4 from 12 processes 53m 14s [bash] 2022-06-10 13:44:55,264 Finished 4 from 12 processes 53m 19s [bash] 2022-06-10 13:45:00,268 Finished 4 from 12 processes 53m 24s [bash] 2022-06-10 13:45:05,272 Finished 4 from 12 processes 53m 29s [bash] 2022-06-10 13:45:10,276 Finished 4 from 12 processes 53m 34s [bash] 2022-06-10 13:45:15,282 Finished 4 from 12 processes 53m 39s [bash] 2022-06-10 13:45:20,284 Finished 4 from 12 processes 53m 44s [bash] 2022-06-10 13:45:25,288 Finished 4 from 12 processes 53m 49s [bash] 2022-06-10 13:45:30,294 Finished 4 from 12 processes 53m 54s [bash] 2022-06-10 13:45:35,299 Finished 4 from 12 processes 53m 59s [bash] 2022-06-10 13:45:40,304 Finished 4 from 12 processes 54m 4s [bash] 2022-06-10 13:45:45,309 Finished 4 from 12 processes 54m 9s [bash] 2022-06-10 13:45:50,315 Finished 4 from 12 processes 54m 14s [bash] 2022-06-10 13:45:55,317 Finished 4 from 12 processes 54m 19s [bash] 2022-06-10 13:46:00,320 Finished 4 from 12 processes 54m 24s [bash] 2022-06-10 13:46:05,324 Finished 4 from 12 processes 54m 29s [bash] 2022-06-10 13:46:10,328 Finished 4 from 12 processes 54m 34s [bash] 2022-06-10 13:46:15,332 Finished 4 from 12 processes 54m 39s [bash] 2022-06-10 13:46:20,336 Finished 4 from 12 processes 54m 44s [bash] 2022-06-10 13:46:25,340 Finished 4 from 12 processes 54m 49s [bash] 2022-06-10 13:46:30,345 Finished 4 from 12 processes 54m 54s [bash] 2022-06-10 13:46:35,351 Finished 4 from 12 processes 54m 59s [bash] 2022-06-10 13:46:40,352 Finished 4 from 12 processes 55m 4s [bash] 2022-06-10 13:46:45,358 Finished 4 from 12 processes 55m 9s [bash] 2022-06-10 13:46:50,360 Finished 4 from 12 processes 55m 14s [bash] 2022-06-10 13:46:55,365 Finished 4 from 12 processes 55m 19s [bash] 2022-06-10 13:47:00,370 Finished 4 from 12 processes 55m 24s [bash] 2022-06-10 13:47:05,372 Finished 4 from 12 processes 55m 29s [bash] 2022-06-10 13:47:10,376 Finished 4 from 12 processes 55m 34s [bash] 2022-06-10 13:47:15,380 Finished 4 from 12 processes 55m 39s [bash] 2022-06-10 13:47:20,384 Finished 4 from 12 processes 55m 44s [bash] 2022-06-10 13:47:25,388 Finished 4 from 12 processes 55m 49s [bash] 2022-06-10 13:47:30,392 Finished 4 from 12 processes 55m 54s [bash] 2022-06-10 13:47:35,393 Finished 4 from 12 processes 55m 59s [bash] 2022-06-10 13:47:40,394 Finished 4 from 12 processes 56m 4s [bash] 2022-06-10 13:47:45,396 Finished 4 from 12 processes 56m 9s [bash] 2022-06-10 13:47:50,400 Finished 4 from 12 processes 56m 14s [bash] 2022-06-10 13:47:55,406 Finished 4 from 12 processes 56m 19s [bash] 2022-06-10 13:48:00,410 Finished 4 from 12 processes 56m 24s [bash] 2022-06-10 13:48:05,413 Finished 4 from 12 processes 56m 29s [bash] 2022-06-10 13:48:10,416 Finished 4 from 12 processes 56m 34s [bash] 2022-06-10 13:48:15,420 Finished 4 from 12 processes 56m 39s [bash] 2022-06-10 13:48:20,424 Finished 4 from 12 processes 56m 44s [bash] 2022-06-10 13:48:25,430 Finished 4 from 12 processes 56m 49s [bash] 2022-06-10 13:48:30,432 Finished 4 from 12 processes 56m 54s [bash] 2022-06-10 13:48:35,436 Finished 4 from 12 processes 56m 59s [bash] 2022-06-10 13:48:40,440 Finished 4 from 12 processes 57m 4s [bash] 2022-06-10 13:48:45,444 Finished 4 from 12 processes 57m 9s [bash] 2022-06-10 13:48:50,448 Finished 4 from 12 processes 57m 14s [bash] 2022-06-10 13:48:55,454 Finished 4 from 12 processes 57m 19s [bash] 2022-06-10 13:49:00,456 Finished 4 from 12 processes 57m 24s [bash] 2022-06-10 13:49:05,461 Finished 4 from 12 processes 57m 29s [bash] 2022-06-10 13:49:10,465 Finished 4 from 12 processes 57m 34s [bash] 2022-06-10 13:49:15,470 Finished 4 from 12 processes 57m 39s [bash] 2022-06-10 13:49:20,489 Finished 4 from 12 processes 57m 44s [bash] 2022-06-10 13:49:25,493 Finished 4 from 12 processes 57m 49s [bash] 2022-06-10 13:49:30,497 Finished 4 from 12 processes 57m 54s [bash] 2022-06-10 13:49:35,510 Finished 4 from 12 processes 57m 59s [bash] 2022-06-10 13:49:40,513 Finished 4 from 12 processes 58m 4s [bash] 2022-06-10 13:49:45,516 Finished 4 from 12 processes 58m 9s [bash] 2022-06-10 13:49:50,520 Finished 4 from 12 processes 58m 14s [bash] 2022-06-10 13:49:55,524 Finished 4 from 12 processes 58m 19s [bash] 2022-06-10 13:50:00,528 Finished 4 from 12 processes 58m 24s [bash] 2022-06-10 13:50:05,532 Finished 4 from 12 processes 58m 29s [bash] 2022-06-10 13:50:10,537 Finished 4 from 12 processes 58m 34s [bash] 2022-06-10 13:50:15,540 Finished 4 from 12 processes 58m 39s [bash] 2022-06-10 13:50:20,544 Finished 4 from 12 processes 58m 44s [bash] 2022-06-10 13:50:25,549 Finished 4 from 12 processes 58m 49s [bash] 2022-06-10 13:50:30,552 Finished 4 from 12 processes 58m 54s [bash] 2022-06-10 13:50:35,556 Finished 4 from 12 processes 58m 59s [bash] 2022-06-10 13:50:40,561 Finished 4 from 12 processes 59m 4s [bash] 2022-06-10 13:50:45,564 Finished 4 from 12 processes 59m 9s [bash] 2022-06-10 13:50:50,569 Finished 4 from 12 processes 59m 14s [bash] 2022-06-10 13:50:55,572 Finished 4 from 12 processes 59m 19s [bash] 2022-06-10 13:51:00,578 Finished 4 from 12 processes 59m 24s [bash] 2022-06-10 13:51:05,580 Finished 4 from 12 processes 59m 29s [bash] 2022-06-10 13:51:10,584 Finished 4 from 12 processes 59m 35s [bash] 2022-06-10 13:51:15,589 Finished 4 from 12 processes 59m 40s [bash] 2022-06-10 13:51:20,594 Finished 4 from 12 processes 59m 45s [bash] 2022-06-10 13:51:25,596 Finished 4 from 12 processes 59m 50s [bash] 2022-06-10 13:51:30,600 Finished 4 from 12 processes 59m 55s [bash] 2022-06-10 13:51:35,604 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:51:40,609 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:51:45,612 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:51:50,621 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:51:55,624 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:00,628 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:05,634 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:10,636 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:15,640 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:20,644 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:25,648 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:30,653 Finished 4 from 12 processes 1h 0m [bash] 2022-06-10 13:52:35,657 Finished 4 from 12 processes 1h 1m [bash] 2022-06-10 13:52:40,660 Finished 4 from 12 processes 1h 1m [bash] 2022-06-10 13:52:45,664 Finished 4 from 12 processes 1h 1m [bash] 2022-06-10 13:52:50,668 Finished 5 from 12 processes 1h 1m [bash] 2022-06-10 13:52:55,672 Finished 5 from 12 processes 1h 1m [bash] 2022-06-10 13:53:00,677 Finished 5 from 12 processes 1h 1m [bash] 2022-06-10 13:53:05,682 Finished 5 from 12 processes 1h 1m [bash] 2022-06-10 13:53:10,687 Finished 6 from 12 processes 1h 1m [bash] 2022-06-10 13:53:15,692 Finished 6 from 12 processes 1h 1m [bash] 2022-06-10 13:53:20,696 Finished 6 from 12 processes 1h 1m [bash] 2022-06-10 13:53:25,701 Finished 7 from 12 processes 1h 1m [bash] 2022-06-10 13:53:30,704 Finished 7 from 12 processes 1h 1m [bash] 2022-06-10 13:53:35,708 Finished 7 from 12 processes 1h 2m [bash] 2022-06-10 13:53:40,712 Finished 7 from 12 processes 1h 2m [bash] 2022-06-10 13:53:45,716 Finished 7 from 12 processes 1h 2m [bash] 2022-06-10 13:53:50,720 Finished 8 from 12 processes 1h 2m [bash] 2022-06-10 13:53:55,724 Finished 8 from 12 processes 1h 2m [bash] 2022-06-10 13:54:00,728 Finished 8 from 12 processes 1h 2m [bash] 2022-06-10 13:54:05,732 Finished 8 from 12 processes 1h 2m [bash] 2022-06-10 13:54:10,736 Finished 9 from 12 processes 1h 2m [bash] 2022-06-10 13:54:15,740 Finished 9 from 12 processes 1h 2m [bash] 2022-06-10 13:54:20,744 Finished 9 from 12 processes 1h 2m [bash] 2022-06-10 13:54:25,748 Finished 10 from 12 processes 1h 2m [bash] 2022-06-10 13:54:30,752 Finished 10 from 12 processes 1h 2m [bash] 2022-06-10 13:54:35,756 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:54:40,760 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:54:45,764 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:54:50,768 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:54:55,772 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:00,776 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:05,780 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:10,784 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:15,788 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:20,792 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:25,796 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:30,800 Finished 10 from 12 processes 1h 3m [bash] 2022-06-10 13:55:35,804 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:55:40,808 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:55:45,812 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:55:50,816 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:55:55,820 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:00,824 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:05,828 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:10,832 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:15,836 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:20,841 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:25,844 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:30,848 Finished 10 from 12 processes 1h 4m [bash] 2022-06-10 13:56:35,852 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:56:40,856 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:56:45,860 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:56:50,864 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:56:55,868 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:00,872 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:05,877 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:10,880 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:15,884 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:20,888 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:25,892 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:30,896 Finished 10 from 12 processes 1h 5m [bash] 2022-06-10 13:57:35,900 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:57:40,904 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:57:45,908 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:57:50,912 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:57:55,916 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:00,920 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:05,924 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:10,929 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:15,934 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:20,936 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:25,940 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:30,944 Finished 10 from 12 processes 1h 6m [bash] 2022-06-10 13:58:35,948 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:58:40,952 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:58:45,956 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:58:50,960 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:58:55,964 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:00,968 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:05,972 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:10,976 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:15,980 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:20,984 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:25,988 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:30,992 Finished 10 from 12 processes 1h 7m [bash] 2022-06-10 13:59:35,996 Finished 10 from 12 processes 1h 8m [bash] 2022-06-10 13:59:41,002 Finished 10 from 12 processes 1h 8m [bash] 2022-06-10 13:59:46,008 Finished 10 from 12 processes 1h 8m [bash] 2022-06-10 13:59:51,012 Finished 10 from 12 processes 1h 8m [bash] 2022-06-10 13:59:56,016 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:01,020 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:06,026 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:11,031 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:16,036 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:21,042 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:26,044 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:31,048 Finished 11 from 12 processes 1h 8m [bash] 2022-06-10 14:00:36,052 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:00:41,056 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:00:46,060 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:00:51,064 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:00:56,068 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:01,072 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:06,076 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:11,080 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:16,084 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:21,088 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:26,092 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:31,096 Finished 11 from 12 processes 1h 9m [bash] 2022-06-10 14:01:36,100 Finished 11 from 12 processes 1h 10m [bash] 2022-06-10 14:01:41,106 Finished 11 from 12 processes 1h 10m [bash] 2022-06-10 14:01:46,108 Finished 11 from 12 processes 1h 10m [bash] 2022-06-10 14:01:51,112 Finished 11 from 12 processes 1h 10m [bash] 2022-06-10 14:01:56,116 Finished 11 from 12 processes 1h 10m [bash] 2022-06-10 14:02:01,120 All processes finished 1h 10m [bash] 2022-06-10 14:02:01,121 Compressing stress logs 1h 10m [bash] 2022-06-10 14:02:02,050 Logs compressed 1h 10m [bash] 2022-06-10 14:02:02,051 Will terminate gdb (if any) 1h 10m [bash] /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or 1h 10m [bash] kill -l [exitstatus] 1h 10m [bash] Received exception from server (version 21.1.11): 1h 10m [bash] Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for user) exceeded: would use 1.00 GiB (attempt to allocate chunk of 4194390 bytes), maximum: 1.00 GiB. 1h 10m [bash] Received exception from server (version 21.1.11): 1h 10m [bash] Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for user) exceeded: would use 1.00 GiB (attempt to allocate chunk of 4194390 bytes), maximum: 1.00 GiB. 1h 10m [bash] Received exception from server (version 21.1.11): 1h 10m [bash] Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for user) exceeded: would use 1.00 GiB (attempt to allocate chunk of 4194368 bytes), maximum: 1.00 GiB. 1h 10m [bash] Received exception from server (version 21.1.11): 1h 10m [bash] Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for user) exceeded: would use 1.00 GiB (attempt to allocate chunk of 4196014 bytes), maximum: 1.00 GiB. 1h 10m [bash] Received exception from server (version 21.1.11): 1h 10m [bash] Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for user) exceeded: would use 1.00 GiB (attempt to allocate chunk of 4194310 bytes), maximum: 1.00 GiB. 1h 15m [bash] 2022-06-10 14:07:26,321 Checking if some queries hung 1h 15m [bash] Using queries from '/usr/share/clickhouse-test/queries' directory 1h 15m [bash] Using clickhouse-client as client program (expecting unbundled mode) 1h 15m [bash] Connecting to ClickHouse server... OK 1h 15m [bash] 1h 15m [bash] Running 1 stateless tests. 1h 15m [bash] 1h 17m [bash] 00001_select_1: [ OK ] 1h 17m [bash] 1h 17m [bash] 1 tests passed. 0 tests skipped. 1h 17m [bash] Won't run stateful tests because test data wasn't loaded. 1h 17m [bash] 1h 17m [bash] Found hung queries in processlist: 1h 17m [bash] Row 1: 1h 17m [bash] ────── 1h 17m [bash] is_initial_query: 1 1h 17m [bash] user: default 1h 17m [bash] query_id: 29c484d0-987c-497f-bfd3-feefea450b28 1h 17m [bash] address: ::ffff:127.0.0.1 1h 17m [bash] port: 47874 1h 17m [bash] initial_user: default 1h 17m [bash] initial_query_id: 29c484d0-987c-497f-bfd3-feefea450b28 1h 17m [bash] initial_address: ::ffff:127.0.0.1 1h 17m [bash] initial_port: 47874 1h 17m [bash] interface: 1 1h 17m [bash] os_user: 1h 17m [bash] client_hostname: altinity-builder 1h 17m [bash] client_name: ClickHouse 1h 17m [bash] client_revision: 54443 1h 17m [bash] client_version_major: 21 1h 17m [bash] client_version_minor: 1 1h 17m [bash] client_version_patch: 11 1h 17m [bash] http_method: 0 1h 17m [bash] http_user_agent: 1h 17m [bash] forwarded_for: 1h 17m [bash] quota_key: 1h 17m [bash] elapsed: 4231.263010008 1h 17m [bash] is_cancelled: 0 1h 17m [bash] read_rows: 0 1h 17m [bash] read_bytes: 0 1h 17m [bash] total_rows_approx: 0 1h 17m [bash] written_rows: 0 1h 17m [bash] written_bytes: 0 1h 17m [bash] memory_usage: 0 1h 17m [bash] peak_memory_usage: 0 1h 17m [bash] query: DROP TABLE IF EXISTS r1; 1h 17m [bash] 1h 17m [bash] thread_ids: [2199] 1h 17m [bash] ProfileEvents.Names: ['Query','ReadCompressedBytes','CompressedReadBufferBlocks','CompressedReadBufferBytes','IOBufferAllocs','IOBufferAllocBytes','ZooKeeperTransactions','ZooKeeperRemove','ReplicaPartialShutdown','ContextLock'] 1h 17m [bash] ProfileEvents.Values: [1,36,1,10,1,89,2,2,1,6] 1h 17m [bash] Settings.Names: ['use_uncompressed_cache','load_balancing','log_queries','opentelemetry_start_trace_probability','max_memory_usage','send_logs_level','database_atomic_wait_for_drop_and_detach_synchronously'] 1h 17m [bash] Settings.Values: ['0','random','1','0.1','10000000000','warning','1'] 1h 17m [bash] 1h 17m [bash] 1h 17m [bash] Located ClickHouse server process 242 listening at TCP port 9000 1h 17m [bash] 1h 17m [bash] Collecting stacktraces from all running threads with gdb: 1h 17m [bash] [New LWP 243] 1h 17m [bash] [New LWP 247] 1h 17m [bash] [New LWP 248] 1h 17m [bash] [New LWP 249] 1h 17m [bash] [New LWP 250] 1h 17m [bash] [New LWP 251] 1h 17m [bash] [New LWP 252] 1h 17m [bash] [New LWP 253] 1h 17m [bash] [New LWP 254] 1h 17m [bash] [New LWP 255] 1h 17m [bash] [New LWP 256] 1h 17m [bash] [New LWP 257] 1h 17m [bash] [New LWP 258] 1h 17m [bash] [New LWP 259] 1h 17m [bash] [New LWP 260] 1h 17m [bash] [New LWP 261] 1h 17m [bash] [New LWP 262] 1h 17m [bash] [New LWP 263] 1h 17m [bash] [New LWP 264] 1h 17m [bash] [New LWP 265] 1h 17m [bash] [New LWP 266] 1h 17m [bash] [New LWP 267] 1h 17m [bash] [New LWP 268] 1h 17m [bash] [New LWP 269] 1h 17m [bash] [New LWP 270] 1h 17m [bash] [New LWP 271] 1h 17m [bash] [New LWP 272] 1h 17m [bash] [New LWP 273] 1h 17m [bash] [New LWP 274] 1h 17m [bash] [New LWP 275] 1h 17m [bash] [New LWP 276] 1h 17m [bash] [New LWP 277] 1h 17m [bash] [New LWP 278] 1h 17m [bash] [New LWP 279] 1h 17m [bash] [New LWP 280] 1h 17m [bash] [New LWP 281] 1h 17m [bash] [New LWP 282] 1h 17m [bash] [New LWP 283] 1h 17m [bash] [New LWP 284] 1h 17m [bash] [New LWP 285] 1h 17m [bash] [New LWP 286] 1h 17m [bash] [New LWP 287] 1h 17m [bash] [New LWP 288] 1h 17m [bash] [New LWP 289] 1h 17m [bash] [New LWP 290] 1h 17m [bash] [New LWP 291] 1h 17m [bash] [New LWP 292] 1h 17m [bash] [New LWP 293] 1h 17m [bash] [New LWP 295] 1h 17m [bash] [New LWP 313] 1h 17m [bash] [New LWP 314] 1h 17m [bash] [New LWP 315] 1h 17m [bash] [New LWP 316] 1h 17m [bash] [New LWP 317] 1h 17m [bash] [New LWP 318] 1h 17m [bash] [New LWP 319] 1h 17m [bash] [New LWP 508] 1h 17m [bash] [New LWP 510] 1h 17m [bash] [New LWP 512] 1h 17m [bash] [New LWP 513] 1h 17m [bash] [New LWP 519] 1h 17m [bash] [New LWP 523] 1h 17m [bash] [New LWP 637] 1h 17m [bash] [New LWP 1003] 1h 17m [bash] [New LWP 1020] 1h 17m [bash] [New LWP 1021] 1h 17m [bash] [New LWP 1023] 1h 17m [bash] [New LWP 1024] 1h 17m [bash] [New LWP 1029] 1h 17m [bash] [New LWP 1032] 1h 17m [bash] [New LWP 1844] 1h 17m [bash] [New LWP 1851] 1h 17m [bash] [New LWP 1852] 1h 17m [bash] [New LWP 1853] 1h 17m [bash] [New LWP 1856] 1h 17m [bash] [New LWP 1860] 1h 17m [bash] [New LWP 1863] 1h 17m [bash] [New LWP 1868] 1h 17m [bash] [New LWP 1876] 1h 17m [bash] [New LWP 1884] 1h 17m [bash] [New LWP 1888] 1h 17m [bash] [New LWP 1984] 1h 17m [bash] [New LWP 1987] 1h 17m [bash] [New LWP 2000] 1h 17m [bash] [New LWP 2010] 1h 17m [bash] [New LWP 2024] 1h 17m [bash] [New LWP 2039] 1h 17m [bash] [New LWP 2063] 1h 17m [bash] [New LWP 2073] 1h 17m [bash] [New LWP 2081] 1h 17m [bash] [New LWP 2094] 1h 17m [bash] [New LWP 2097] 1h 17m [bash] [New LWP 2181] 1h 17m [bash] [New LWP 2199] 1h 17m [bash] [New LWP 2200] 1h 17m [bash] [New LWP 2214] 1h 17m [bash] [New LWP 2243] 1h 17m [bash] [New LWP 2249] 1h 17m [bash] [New LWP 2258] 1h 17m [bash] [New LWP 2265] 1h 17m [bash] [New LWP 2287] 1h 17m [bash] [New LWP 2298] 1h 17m [bash] [New LWP 2425] 1h 17m [bash] [New LWP 2426] 1h 17m [bash] [New LWP 2431] 1h 17m [bash] [New LWP 2440] 1h 17m [bash] [New LWP 2455] 1h 17m [bash] [New LWP 2464] 1h 17m [bash] [New LWP 2474] 1h 17m [bash] [New LWP 2477] 1h 17m [bash] [New LWP 2480] 1h 17m [bash] [New LWP 2484] 1h 17m [bash] [New LWP 2495] 1h 17m [bash] [New LWP 2500] 1h 17m [bash] [New LWP 2501] 1h 17m [bash] [New LWP 2504] 1h 17m [bash] [New LWP 2506] 1h 17m [bash] [New LWP 2508] 1h 17m [bash] [New LWP 2510] 1h 17m [bash] [New LWP 2512] 1h 17m [bash] [New LWP 2573] 1h 17m [bash] [New LWP 2586] 1h 17m [bash] [New LWP 2592] 1h 17m [bash] [New LWP 2593] 1h 17m [bash] [New LWP 2594] 1h 17m [bash] [New LWP 2596] 1h 17m [bash] [New LWP 2735] 1h 17m [bash] [New LWP 2739] 1h 17m [bash] [New LWP 2741] 1h 17m [bash] [New LWP 2761] 1h 17m [bash] [New LWP 2779] 1h 17m [bash] [New LWP 2801] 1h 17m [bash] [New LWP 2806] 1h 17m [bash] [New LWP 2814] 1h 17m [bash] [New LWP 3009] 1h 17m [bash] [New LWP 3012] 1h 17m [bash] [New LWP 3013] 1h 17m [bash] [New LWP 3015] 1h 17m [bash] [New LWP 3019] 1h 17m [bash] [New LWP 3024] 1h 17m [bash] [New LWP 3029] 1h 17m [bash] [New LWP 3037] 1h 17m [bash] [New LWP 3039] 1h 17m [bash] [New LWP 3041] 1h 17m [bash] [New LWP 3044] 1h 17m [bash] [New LWP 3224] 1h 17m [bash] [New LWP 3230] 1h 17m [bash] [New LWP 3236] 1h 17m [bash] [New LWP 3240] 1h 17m [bash] [New LWP 3243] 1h 17m [bash] [New LWP 3303] 1h 17m [bash] [New LWP 3305] 1h 17m [bash] [New LWP 3308] 1h 17m [bash] [New LWP 3316] 1h 17m [bash] [New LWP 3324] 1h 17m [bash] [New LWP 3327] 1h 17m [bash] [New LWP 3328] 1h 17m [bash] [New LWP 3338] 1h 17m [bash] [New LWP 3342] 1h 17m [bash] [New LWP 3348] 1h 17m [bash] [New LWP 3354] 1h 17m [bash] [New LWP 3404] 1h 17m [bash] [New LWP 3409] 1h 17m [bash] [New LWP 3413] 1h 17m [bash] [New LWP 3417] 1h 17m [bash] [New LWP 3425] 1h 17m [bash] [New LWP 3428] 1h 17m [bash] [New LWP 3433] 1h 17m [bash] [New LWP 3444] 1h 17m [bash] [New LWP 3446] 1h 17m [bash] [New LWP 3456] 1h 17m [bash] [New LWP 3462] 1h 17m [bash] [New LWP 3464] 1h 17m [bash] [New LWP 3467] 1h 17m [bash] [New LWP 3470] 1h 17m [bash] [New LWP 3477] 1h 17m [bash] [New LWP 3484] 1h 17m [bash] [New LWP 3495] 1h 17m [bash] [New LWP 3500] 1h 17m [bash] [New LWP 3515] 1h 17m [bash] [New LWP 3541] 1h 17m [bash] [New LWP 3542] 1h 17m [bash] [New LWP 3544] 1h 17m [bash] [New LWP 3548] 1h 17m [bash] [New LWP 3552] 1h 17m [bash] [New LWP 8337] 1h 17m [bash] [New LWP 11538] 1h 17m [bash] [New LWP 11543] 1h 17m [bash] [New LWP 11547] 1h 17m [bash] [New LWP 11552] 1h 17m [bash] [New LWP 11559] 1h 17m [bash] [New LWP 11560] 1h 17m [bash] [New LWP 11564] 1h 17m [bash] [New LWP 11574] 1h 17m [bash] [New LWP 11579] 1h 17m [bash] [New LWP 11582] 1h 17m [bash] [New LWP 11584] 1h 17m [bash] [New LWP 11587] 1h 17m [bash] [New LWP 11595] 1h 17m [bash] [New LWP 11600] 1h 17m [bash] [New LWP 11603] 1h 17m [bash] [New LWP 11604] 1h 17m [bash] [New LWP 11612] 1h 17m [bash] [New LWP 11614] 1h 17m [bash] [New LWP 11618] 1h 17m [bash] [New LWP 11621] 1h 17m [bash] [New LWP 11623] 1h 17m [bash] [New LWP 11624] 1h 17m [bash] [New LWP 11625] 1h 17m [bash] [New LWP 16006] 1h 17m [bash] [New LWP 16035] 1h 17m [bash] [New LWP 16036] 1h 17m [bash] [New LWP 16038] 1h 17m [bash] [New LWP 16045] 1h 17m [bash] [New LWP 16065] 1h 17m [bash] [New LWP 16069] 1h 17m [bash] [New LWP 16070] 1h 17m [bash] [New LWP 16074] 1h 17m [bash] [New LWP 16092] 1h 17m [bash] [New LWP 16095] 1h 17m [bash] [New LWP 16096] 1h 17m [bash] [New LWP 16097] 1h 17m [bash] [New LWP 16101] 1h 17m [bash] [New LWP 16102] 1h 17m [bash] [New LWP 16105] 1h 17m [bash] [New LWP 16124] 1h 17m [bash] [New LWP 16126] 1h 17m [bash] [New LWP 16243] 1h 17m [bash] [New LWP 16269] 1h 17m [bash] [New LWP 16289] 1h 17m [bash] [New LWP 16290] 1h 17m [bash] [New LWP 16294] 1h 17m [bash] [New LWP 16315] 1h 17m [bash] [New LWP 16319] 1h 17m [bash] [New LWP 16462] 1h 17m [bash] [New LWP 16483] 1h 17m [bash] [New LWP 16487] 1h 17m [bash] [New LWP 16489] 1h 17m [bash] [New LWP 16512] 1h 17m [bash] [New LWP 16514] 1h 17m [bash] [New LWP 16534] 1h 17m [bash] [New LWP 16563] 1h 17m [bash] [New LWP 17014] 1h 17m [bash] [New LWP 17016] 1h 17m [bash] [New LWP 17020] 1h 17m [bash] [New LWP 17021] 1h 17m [bash] [New LWP 17022] 1h 17m [bash] [New LWP 17023] 1h 17m [bash] [New LWP 17024] 1h 17m [bash] [New LWP 17025] 1h 17m [bash] [New LWP 17026] 1h 17m [bash] [New LWP 17028] 1h 17m [bash] [New LWP 17029] 1h 17m [bash] [New LWP 17030] 1h 17m [bash] [New LWP 17070] 1h 17m [bash] [New LWP 17071] 1h 17m [bash] [New LWP 17072] 1h 17m [bash] [New LWP 17077] 1h 17m [bash] [New LWP 17081] 1h 17m [bash] [New LWP 18169] 1h 17m [bash] [New LWP 18170] 1h 17m [bash] [New LWP 18171] 1h 17m [bash] [New LWP 18172] 1h 17m [bash] [New LWP 18173] 1h 17m [bash] [New LWP 34708] 1h 17m [bash] [New LWP 34709] 1h 17m [bash] [New LWP 35516] 1h 17m [bash] [New LWP 62995] 1h 17m [bash] [New LWP 63001] 1h 17m [bash] [New LWP 105513] 1h 17m [bash] [New LWP 152365] 1h 17m [bash] [New LWP 152366] 1h 17m [bash] [New LWP 203802] 1h 17m [bash] [New LWP 203803] 1h 17m [bash] [New LWP 203804] 1h 17m [bash] [New LWP 203805] 1h 17m [bash] [New LWP 203807] 1h 17m [bash] [New LWP 203808] 1h 17m [bash] [New LWP 203809] 1h 17m [bash] [New LWP 203810] 1h 17m [bash] [New LWP 203811] 1h 17m [bash] [New LWP 203812] 1h 17m [bash] [New LWP 203813] 1h 17m [bash] [New LWP 203814] 1h 17m [bash] [New LWP 203815] 1h 17m [bash] [New LWP 203816] 1h 17m [bash] [New LWP 203817] 1h 17m [bash] [New LWP 203818] 1h 17m [bash] [New LWP 203819] 1h 17m [bash] [New LWP 203820] 1h 17m [bash] [New LWP 203821] 1h 17m [bash] [New LWP 203822] 1h 17m [bash] [New LWP 203823] 1h 17m [bash] [New LWP 203824] 1h 17m [bash] [New LWP 203826] 1h 17m [bash] [New LWP 203827] 1h 17m [bash] [New LWP 203828] 1h 17m [bash] [New LWP 203829] 1h 17m [bash] [New LWP 203830] 1h 17m [bash] [New LWP 203832] 1h 17m [bash] [New LWP 203833] 1h 17m [bash] [New LWP 203834] 1h 17m [bash] [New LWP 203835] 1h 17m [bash] [New LWP 203836] 1h 17m [bash] [New LWP 203837] 1h 17m [bash] [New LWP 203838] 1h 17m [bash] [New LWP 203840] 1h 17m [bash] [New LWP 203842] 1h 17m [bash] [New LWP 203843] 1h 17m [bash] [New LWP 203844] 1h 17m [bash] [New LWP 203845] 1h 17m [bash] [New LWP 203847] 1h 17m [bash] [New LWP 203848] 1h 17m [bash] [New LWP 203853] 1h 17m [bash] [New LWP 203856] 1h 17m [bash] [New LWP 203859] 1h 17m [bash] [New LWP 203865] 1h 17m [bash] [New LWP 203867] 1h 17m [bash] [New LWP 203868] 1h 17m [bash] [New LWP 203869] 1h 17m [bash] [New LWP 203870] 1h 17m [bash] [New LWP 203871] 1h 17m [bash] [New LWP 203872] 1h 17m [bash] [New LWP 203874] 1h 17m [bash] [New LWP 203875] 1h 17m [bash] [New LWP 203876] 1h 17m [bash] [New LWP 203877] 1h 17m [bash] [New LWP 203878] 1h 17m [bash] [New LWP 203880] 1h 17m [bash] [New LWP 203881] 1h 17m [bash] [New LWP 203882] 1h 17m [bash] [New LWP 203883] 1h 17m [bash] [New LWP 203884] 1h 17m [bash] [New LWP 203885] 1h 17m [bash] [New LWP 203887] 1h 17m [bash] [New LWP 203888] 1h 17m [bash] [New LWP 203889] 1h 17m [bash] [New LWP 203905] 1h 17m [bash] [New LWP 203906] 1h 17m [bash] [New LWP 203908] 1h 17m [bash] [New LWP 203909] 1h 17m [bash] [New LWP 203910] 1h 17m [bash] [New LWP 203912] 1h 17m [bash] [New LWP 203913] 1h 17m [bash] [New LWP 203914] 1h 17m [bash] [New LWP 203915] 1h 17m [bash] [New LWP 203916] 1h 17m [bash] [New LWP 203917] 1h 17m [bash] [New LWP 203918] 1h 17m [bash] [New LWP 203919] 1h 17m [bash] [New LWP 203920] 1h 17m [bash] [New LWP 203921] 1h 17m [bash] [New LWP 203922] 1h 17m [bash] [New LWP 203923] 1h 17m [bash] [New LWP 203925] 1h 17m [bash] [New LWP 203926] 1h 17m [bash] [New LWP 203928] 1h 17m [bash] [New LWP 203929] 1h 17m [bash] [New LWP 203930] 1h 17m [bash] [New LWP 203931] 1h 17m [bash] [New LWP 203932] 1h 17m [bash] [New LWP 203933] 1h 17m [bash] [New LWP 203934] 1h 17m [bash] [New LWP 203935] 1h 17m [bash] [New LWP 203936] 1h 17m [bash] [New LWP 203937] 1h 17m [bash] [New LWP 203938] 1h 17m [bash] [New LWP 203939] 1h 17m [bash] [New LWP 203940] 1h 17m [bash] [New LWP 203941] 1h 17m [bash] [New LWP 203942] 1h 17m [bash] [New LWP 203943] 1h 17m [bash] [New LWP 203944] 1h 17m [bash] [New LWP 203945] 1h 17m [bash] [New LWP 203947] 1h 17m [bash] [New LWP 203949] 1h 17m [bash] [New LWP 203950] 1h 17m [bash] [New LWP 203951] 1h 17m [bash] [New LWP 203952] 1h 17m [bash] [New LWP 203953] 1h 17m [bash] [New LWP 203955] 1h 17m [bash] [New LWP 203956] 1h 17m [bash] [New LWP 203959] 1h 17m [bash] [New LWP 203960] 1h 17m [bash] [New LWP 203961] 1h 17m [bash] [New LWP 203962] 1h 17m [bash] [New LWP 203963] 1h 17m [bash] [New LWP 203964] 1h 17m [bash] [New LWP 203966] 1h 17m [bash] [New LWP 203968] 1h 17m [bash] [New LWP 203969] 1h 17m [bash] [New LWP 203970] 1h 17m [bash] [New LWP 203971] 1h 17m [bash] [New LWP 203972] 1h 17m [bash] [New LWP 203973] 1h 17m [bash] [New LWP 203974] 1h 17m [bash] [New LWP 203975] 1h 17m [bash] [New LWP 203976] 1h 17m [bash] [New LWP 203977] 1h 17m [bash] [New LWP 203978] 1h 17m [bash] [New LWP 203979] 1h 17m [bash] [New LWP 203980] 1h 17m [bash] [New LWP 203981] 1h 17m [bash] [New LWP 203982] 1h 17m [bash] [New LWP 203983] 1h 17m [bash] [New LWP 203984] 1h 17m [bash] [New LWP 203986] 1h 17m [bash] [New LWP 203987] 1h 17m [bash] [New LWP 203988] 1h 17m [bash] [New LWP 203989] 1h 17m [bash] [New LWP 203990] 1h 17m [bash] [New LWP 203991] 1h 17m [bash] [New LWP 203992] 1h 17m [bash] [New LWP 203993] 1h 17m [bash] [New LWP 203994] 1h 17m [bash] [New LWP 203995] 1h 17m [bash] [New LWP 203996] 1h 17m [bash] [New LWP 203997] 1h 17m [bash] [New LWP 203998] 1h 17m [bash] [New LWP 203999] 1h 17m [bash] [New LWP 204000] 1h 17m [bash] [New LWP 204001] 1h 17m [bash] [New LWP 204002] 1h 17m [bash] [New LWP 204003] 1h 17m [bash] [New LWP 204004] 1h 17m [bash] [New LWP 204005] 1h 17m [bash] [New LWP 204006] 1h 17m [bash] [New LWP 204007] 1h 17m [bash] [New LWP 204011] 1h 17m [bash] [New LWP 204012] 1h 17m [bash] [New LWP 204014] 1h 17m [bash] [New LWP 204016] 1h 17m [bash] [New LWP 204017] 1h 17m [bash] [New LWP 204018] 1h 17m [bash] [New LWP 204019] 1h 17m [bash] [New LWP 204021] 1h 17m [bash] [New LWP 204022] 1h 17m [bash] [New LWP 204023] 1h 17m [bash] [New LWP 204024] 1h 17m [bash] [New LWP 204025] 1h 17m [bash] [New LWP 204026] 1h 17m [bash] [New LWP 204027] 1h 17m [bash] [New LWP 204028] 1h 17m [bash] [New LWP 204029] 1h 17m [bash] [New LWP 204030] 1h 17m [bash] [New LWP 204031] 1h 17m [bash] [New LWP 204032] 1h 17m [bash] [New LWP 204033] 1h 17m [bash] [New LWP 204034] 1h 17m [bash] [New LWP 204035] 1h 17m [bash] [New LWP 204036] 1h 17m [bash] [New LWP 204039] 1h 17m [bash] [New LWP 204040] 1h 17m [bash] [New LWP 204041] 1h 17m [bash] [New LWP 204042] 1h 17m [bash] [New LWP 204043] 1h 17m [bash] [New LWP 204044] 1h 17m [bash] [New LWP 204045] 1h 17m [bash] [New LWP 204046] 1h 17m [bash] [New LWP 204047] 1h 17m [bash] [New LWP 204048] 1h 17m [bash] [New LWP 204049] 1h 17m [bash] [New LWP 204050] 1h 17m [bash] [New LWP 204051] 1h 17m [bash] [New LWP 204052] 1h 17m [bash] [New LWP 204053] 1h 17m [bash] [New LWP 204054] 1h 17m [bash] [New LWP 204055] 1h 17m [bash] [New LWP 204056] 1h 17m [bash] [New LWP 204057] 1h 17m [bash] [New LWP 204058] 1h 17m [bash] [New LWP 204059] 1h 17m [bash] [New LWP 204063] 1h 17m [bash] [New LWP 204064] 1h 17m [bash] [New LWP 204065] 1h 17m [bash] [New LWP 204066] 1h 17m [bash] [New LWP 204067] 1h 17m [bash] [New LWP 204068] 1h 17m [bash] [New LWP 204069] 1h 17m [bash] [New LWP 204071] 1h 17m [bash] [New LWP 204072] 1h 17m [bash] [New LWP 204073] 1h 17m [bash] [New LWP 204075] 1h 17m [bash] [New LWP 204076] 1h 17m [bash] [New LWP 204079] 1h 17m [bash] [New LWP 204080] 1h 17m [bash] [New LWP 204081] 1h 17m [bash] [New LWP 204082] 1h 17m [bash] [New LWP 204084] 1h 17m [bash] [New LWP 204086] 1h 17m [bash] [New LWP 204087] 1h 17m [bash] [New LWP 204091] 1h 17m [bash] [New LWP 204096] 1h 17m [bash] [New LWP 204097] 1h 17m [bash] [New LWP 204098] 1h 17m [bash] [New LWP 204099] 1h 17m [bash] [New LWP 204113] 1h 17m [bash] [New LWP 204115] 1h 17m [bash] [New LWP 204119] 1h 17m [bash] [New LWP 204120] 1h 17m [bash] [New LWP 204121] 1h 17m [bash] [New LWP 204122] 1h 17m [bash] [New LWP 204124] 1h 17m [bash] [New LWP 204127] 1h 17m [bash] [New LWP 204128] 1h 17m [bash] [New LWP 204129] 1h 17m [bash] [New LWP 204130] 1h 17m [bash] [New LWP 204132] 1h 17m [bash] [New LWP 204133] 1h 17m [bash] [New LWP 204134] 1h 17m [bash] [New LWP 204135] 1h 17m [bash] [New LWP 204136] 1h 17m [bash] [New LWP 204137] 1h 17m [bash] [New LWP 204139] 1h 17m [bash] [New LWP 204142] 1h 17m [bash] [New LWP 204143] 1h 17m [bash] [New LWP 204145] 1h 17m [bash] [New LWP 204146] 1h 17m [bash] [New LWP 204150] 1h 17m [bash] [New LWP 204151] 1h 17m [bash] [New LWP 204152] 1h 17m [bash] [New LWP 204153] 1h 17m [bash] [New LWP 204154] 1h 17m [bash] [New LWP 204155] 1h 17m [bash] [New LWP 204157] 1h 17m [bash] [New LWP 204158] 1h 17m [bash] [New LWP 204159] 1h 17m [bash] [New LWP 204161] 1h 17m [bash] [New LWP 204163] 1h 17m [bash] [New LWP 204164] 1h 17m [bash] [New LWP 204165] 1h 17m [bash] [New LWP 204166] 1h 17m [bash] [New LWP 204167] 1h 17m [bash] [New LWP 204168] 1h 17m [bash] [New LWP 204169] 1h 17m [bash] [New LWP 204170] 1h 17m [bash] [New LWP 204173] 1h 17m [bash] [New LWP 204174] 1h 17m [bash] [New LWP 204176] 1h 17m [bash] [New LWP 204177] 1h 17m [bash] [New LWP 204178] 1h 17m [bash] [New LWP 204179] 1h 17m [bash] [New LWP 204180] 1h 17m [bash] [New LWP 204181] 1h 17m [bash] [New LWP 204182] 1h 17m [bash] [New LWP 204183] 1h 17m [bash] [New LWP 204184] 1h 17m [bash] [New LWP 204185] 1h 17m [bash] [New LWP 204186] 1h 17m [bash] [New LWP 204187] 1h 17m [bash] [New LWP 204188] 1h 17m [bash] [New LWP 204189] 1h 17m [bash] [New LWP 204190] 1h 17m [bash] [New LWP 204191] 1h 17m [bash] [New LWP 204192] 1h 17m [bash] [New LWP 204193] 1h 17m [bash] [New LWP 204194] 1h 17m [bash] [New LWP 204195] 1h 17m [bash] [New LWP 204197] 1h 17m [bash] [New LWP 204198] 1h 17m [bash] [New LWP 204207] 1h 17m [bash] [New LWP 204208] 1h 17m [bash] [New LWP 204209] 1h 17m [bash] [New LWP 204210] 1h 17m [bash] [New LWP 204211] 1h 17m [bash] [New LWP 204212] 1h 17m [bash] [New LWP 204213] 1h 17m [bash] [New LWP 204214] 1h 17m [bash] [New LWP 204215] 1h 17m [bash] [New LWP 204216] 1h 17m [bash] [New LWP 204217] 1h 17m [bash] [New LWP 204218] 1h 17m [bash] [New LWP 204219] 1h 17m [bash] [New LWP 204220] 1h 17m [bash] [New LWP 204221] 1h 17m [bash] [New LWP 204222] 1h 17m [bash] [New LWP 204223] 1h 17m [bash] [New LWP 204224] 1h 17m [bash] [New LWP 204226] 1h 17m [bash] [New LWP 204227] 1h 17m [bash] [New LWP 204228] 1h 17m [bash] [New LWP 204229] 1h 17m [bash] [New LWP 204231] 1h 17m [bash] [New LWP 204232] 1h 17m [bash] [New LWP 204233] 1h 17m [bash] [New LWP 204234] 1h 17m [bash] [New LWP 204235] 1h 17m [bash] [New LWP 204236] 1h 17m [bash] [New LWP 204238] 1h 17m [bash] [New LWP 204239] 1h 17m [bash] [New LWP 204240] 1h 17m [bash] [New LWP 204242] 1h 17m [bash] [New LWP 204243] 1h 17m [bash] [New LWP 204245] 1h 17m [bash] [New LWP 204246] 1h 17m [bash] [New LWP 204247] 1h 17m [bash] [New LWP 204249] 1h 17m [bash] [New LWP 204250] 1h 17m [bash] [New LWP 204251] 1h 17m [bash] [New LWP 204252] 1h 17m [bash] [New LWP 204253] 1h 17m [bash] [New LWP 204254] 1h 17m [bash] [New LWP 204255] 1h 17m [bash] [New LWP 204256] 1h 17m [bash] [New LWP 204257] 1h 17m [bash] [New LWP 204258] 1h 17m [bash] [New LWP 204259] 1h 17m [bash] [New LWP 204260] 1h 17m [bash] [New LWP 204261] 1h 17m [bash] [New LWP 204263] 1h 17m [bash] [New LWP 204264] 1h 17m [bash] [New LWP 204265] 1h 17m [bash] [New LWP 204266] 1h 17m [bash] [New LWP 204267] 1h 17m [bash] [New LWP 204269] 1h 17m [bash] [New LWP 204270] 1h 17m [bash] [New LWP 204271] 1h 17m [bash] [New LWP 204272] 1h 17m [bash] [New LWP 204273] 1h 17m [bash] [New LWP 204277] 1h 17m [bash] [New LWP 204278] 1h 17m [bash] [New LWP 204279] 1h 17m [bash] [New LWP 204280] 1h 17m [bash] [New LWP 204281] 1h 17m [bash] [New LWP 204282] 1h 17m [bash] [New LWP 204283] 1h 17m [bash] [New LWP 204284] 1h 17m [bash] [New LWP 204286] 1h 17m [bash] [New LWP 204289] 1h 17m [bash] [New LWP 204290] 1h 17m [bash] [New LWP 204291] 1h 17m [bash] [New LWP 204292] 1h 17m [bash] [New LWP 204293] 1h 17m [bash] [New LWP 204294] 1h 17m [bash] [New LWP 204295] 1h 17m [bash] [New LWP 204296] 1h 17m [bash] [New LWP 204297] 1h 17m [bash] [New LWP 204299] 1h 17m [bash] [New LWP 204300] 1h 17m [bash] [New LWP 204301] 1h 17m [bash] [New LWP 204302] 1h 17m [bash] [New LWP 204303] 1h 17m [bash] [New LWP 204305] 1h 17m [bash] [New LWP 204306] 1h 17m [bash] [New LWP 204308] 1h 17m [bash] [New LWP 204310] 1h 17m [bash] [New LWP 204311] 1h 17m [bash] [New LWP 204312] 1h 17m [bash] [New LWP 204314] 1h 17m [bash] [New LWP 204315] 1h 17m [bash] [New LWP 204316] 1h 17m [bash] [New LWP 204318] 1h 17m [bash] [New LWP 204319] 1h 17m [bash] [New LWP 204320] 1h 17m [bash] [New LWP 204321] 1h 17m [bash] [New LWP 204322] 1h 17m [bash] [New LWP 204323] 1h 17m [bash] [New LWP 204325] 1h 17m [bash] [New LWP 204326] 1h 17m [bash] [New LWP 204327] 1h 17m [bash] [New LWP 204328] 1h 17m [bash] [New LWP 204329] 1h 17m [bash] [New LWP 204332] 1h 17m [bash] [New LWP 204335] 1h 17m [bash] [New LWP 204336] 1h 17m [bash] [New LWP 204337] 1h 17m [bash] [New LWP 204339] 1h 17m [bash] [New LWP 204340] 1h 17m [bash] [New LWP 204342] 1h 17m [bash] [New LWP 204343] 1h 17m [bash] [New LWP 204344] 1h 17m [bash] [New LWP 204345] 1h 17m [bash] [New LWP 204346] 1h 17m [bash] [New LWP 204347] 1h 17m [bash] [New LWP 204348] 1h 17m [bash] [New LWP 204349] 1h 17m [bash] [New LWP 204350] 1h 17m [bash] [New LWP 204351] 1h 17m [bash] [New LWP 204354] 1h 17m [bash] [New LWP 204355] 1h 17m [bash] [New LWP 204356] 1h 17m [bash] [New LWP 204357] 1h 17m [bash] [New LWP 204358] 1h 17m [bash] [New LWP 204359] 1h 17m [bash] [New LWP 204360] 1h 17m [bash] [New LWP 204361] 1h 17m [bash] [New LWP 204362] 1h 17m [bash] [New LWP 204363] 1h 17m [bash] [New LWP 204364] 1h 17m [bash] [New LWP 204365] 1h 17m [bash] [New LWP 204366] 1h 17m [bash] [New LWP 204367] 1h 17m [bash] [New LWP 204368] 1h 17m [bash] [New LWP 204369] 1h 17m [bash] [New LWP 204370] 1h 17m [bash] [New LWP 204371] 1h 17m [bash] [New LWP 204372] 1h 17m [bash] [New LWP 204373] 1h 17m [bash] [New LWP 204375] 1h 17m [bash] [New LWP 204376] 1h 17m [bash] [New LWP 204377] 1h 17m [bash] [New LWP 204378] 1h 17m [bash] [New LWP 204381] 1h 17m [bash] [New LWP 204383] 1h 17m [bash] [New LWP 204384] 1h 17m [bash] [New LWP 204385] 1h 17m [bash] [New LWP 204386] 1h 17m [bash] [New LWP 204387] 1h 17m [bash] [New LWP 204388] 1h 17m [bash] [New LWP 204389] 1h 17m [bash] [New LWP 204390] 1h 17m [bash] [New LWP 204391] 1h 17m [bash] [New LWP 204393] 1h 17m [bash] [New LWP 204394] 1h 17m [bash] [New LWP 204395] 1h 17m [bash] [New LWP 204396] 1h 17m [bash] [New LWP 204397] 1h 17m [bash] [New LWP 204398] 1h 17m [bash] [New LWP 204399] 1h 17m [bash] [New LWP 204400] 1h 17m [bash] [New LWP 204401] 1h 17m [bash] [New LWP 204402] 1h 17m [bash] [New LWP 204403] 1h 17m [bash] [New LWP 204404] 1h 17m [bash] [New LWP 204405] 1h 17m [bash] [New LWP 204406] 1h 17m [bash] [New LWP 204407] 1h 17m [bash] [New LWP 204408] 1h 17m [bash] [New LWP 204411] 1h 17m [bash] [New LWP 204412] 1h 17m [bash] [New LWP 204418] 1h 17m [bash] [New LWP 204419] 1h 17m [bash] [New LWP 204420] 1h 17m [bash] [New LWP 204421] 1h 17m [bash] [New LWP 204422] 1h 17m [bash] [New LWP 204428] 1h 17m [bash] [New LWP 204429] 1h 17m [bash] [New LWP 204431] 1h 17m [bash] [New LWP 204432] 1h 17m [bash] [New LWP 204433] 1h 17m [bash] [New LWP 204434] 1h 17m [bash] [New LWP 204435] 1h 17m [bash] [New LWP 204436] 1h 17m [bash] [New LWP 204438] 1h 17m [bash] [New LWP 204439] 1h 17m [bash] [New LWP 204441] 1h 17m [bash] [New LWP 204442] 1h 17m [bash] [New LWP 204443] 1h 17m [bash] [New LWP 204444] 1h 17m [bash] [New LWP 204445] 1h 17m [bash] [New LWP 204446] 1h 17m [bash] [New LWP 204447] 1h 17m [bash] [New LWP 204448] 1h 17m [bash] [New LWP 204449] 1h 17m [bash] [New LWP 204450] 1h 17m [bash] [New LWP 204451] 1h 17m [bash] [New LWP 204452] 1h 17m [bash] [New LWP 204453] 1h 17m [bash] [New LWP 204454] 1h 17m [bash] [New LWP 204455] 1h 17m [bash] [New LWP 204456] 1h 17m [bash] [New LWP 204459] 1h 17m [bash] [New LWP 204461] 1h 17m [bash] [New LWP 204462] 1h 17m [bash] [New LWP 204463] 1h 17m [bash] [New LWP 204464] 1h 17m [bash] [New LWP 204466] 1h 17m [bash] [New LWP 204467] 1h 17m [bash] [New LWP 204468] 1h 17m [bash] [New LWP 204470] 1h 17m [bash] [New LWP 204471] 1h 17m [bash] [New LWP 204473] 1h 17m [bash] [New LWP 204474] 1h 17m [bash] [New LWP 204475] 1h 17m [bash] [New LWP 204476] 1h 17m [bash] [New LWP 204477] 1h 17m [bash] [New LWP 204478] 1h 17m [bash] [New LWP 204479] 1h 17m [bash] [New LWP 204480] 1h 17m [bash] [New LWP 204482] 1h 17m [bash] [New LWP 204483] 1h 17m [bash] [New LWP 204484] 1h 17m [bash] [New LWP 204485] 1h 17m [bash] [New LWP 204486] 1h 17m [bash] [New LWP 204487] 1h 17m [bash] [New LWP 204488] 1h 17m [bash] [New LWP 204489] 1h 17m [bash] [New LWP 204490] 1h 17m [bash] [New LWP 204491] 1h 17m [bash] [New LWP 204492] 1h 17m [bash] [New LWP 204493] 1h 17m [bash] [New LWP 204494] 1h 17m [bash] [New LWP 204495] 1h 17m [bash] [New LWP 204496] 1h 17m [bash] [New LWP 204497] 1h 17m [bash] [New LWP 204498] 1h 17m [bash] [New LWP 204504] 1h 17m [bash] [New LWP 204506] 1h 17m [bash] [New LWP 204507] 1h 17m [bash] [New LWP 204508] 1h 17m [bash] [New LWP 204512] 1h 17m [bash] [New LWP 204513] 1h 17m [bash] [New LWP 204514] 1h 17m [bash] [New LWP 204518] 1h 17m [bash] [New LWP 204519] 1h 17m [bash] [New LWP 204520] 1h 17m [bash] [New LWP 204521] 1h 17m [bash] [New LWP 204527] 1h 17m [bash] [New LWP 204529] 1h 17m [bash] [New LWP 204530] 1h 17m [bash] [New LWP 204531] 1h 17m [bash] [New LWP 204533] 1h 17m [bash] [New LWP 204534] 1h 17m [bash] [New LWP 204535] 1h 17m [bash] [New LWP 204536] 1h 17m [bash] [New LWP 204537] 1h 17m [bash] [New LWP 204538] 1h 17m [bash] [New LWP 204539] 1h 17m [bash] [New LWP 204540] 1h 17m [bash] [New LWP 204541] 1h 17m [bash] [New LWP 204542] 1h 17m [bash] [New LWP 204546] 1h 17m [bash] [New LWP 204547] 1h 17m [bash] [New LWP 204548] 1h 17m [bash] [New LWP 204550] 1h 17m [bash] [New LWP 204553] 1h 17m [bash] [New LWP 204554] 1h 17m [bash] [New LWP 204555] 1h 17m [bash] [New LWP 204556] 1h 17m [bash] [New LWP 204557] 1h 17m [bash] [New LWP 204558] 1h 17m [bash] [New LWP 204559] 1h 17m [bash] [New LWP 204560] 1h 17m [bash] [New LWP 204562] 1h 17m [bash] [New LWP 204563] 1h 17m [bash] [New LWP 204565] 1h 17m [bash] [New LWP 204566] 1h 17m [bash] [New LWP 204567] 1h 17m [bash] [New LWP 204568] 1h 17m [bash] [New LWP 204569] 1h 17m [bash] [New LWP 204571] 1h 17m [bash] [New LWP 204572] 1h 17m [bash] [New LWP 204573] 1h 17m [bash] [New LWP 204574] 1h 17m [bash] [New LWP 204575] 1h 17m [bash] [New LWP 204576] 1h 17m [bash] [New LWP 204577] 1h 17m [bash] [New LWP 204578] 1h 17m [bash] [New LWP 204580] 1h 17m [bash] [New LWP 204583] 1h 17m [bash] [New LWP 204584] 1h 17m [bash] [New LWP 204586] 1h 17m [bash] [New LWP 204587] 1h 17m [bash] [New LWP 204588] 1h 17m [bash] [New LWP 204589] 1h 17m [bash] [New LWP 204590] 1h 17m [bash] [New LWP 204591] 1h 17m [bash] [New LWP 204592] 1h 17m [bash] [New LWP 204593] 1h 17m [bash] [New LWP 204603] 1h 17m [bash] [New LWP 204605] 1h 17m [bash] [New LWP 204607] 1h 17m [bash] [New LWP 204610] 1h 17m [bash] [New LWP 204613] 1h 17m [bash] [New LWP 204615] 1h 17m [bash] [New LWP 204618] 1h 17m [bash] [New LWP 204619] 1h 17m [bash] [New LWP 204620] 1h 17m [bash] [New LWP 204626] 1h 17m [bash] [New LWP 204628] 1h 17m [bash] [New LWP 204629] 1h 17m [bash] [New LWP 204630] 1h 17m [bash] [New LWP 204631] 1h 17m [bash] [New LWP 204635] 1h 17m [bash] [New LWP 204638] 1h 17m [bash] [New LWP 204639] 1h 17m [bash] [New LWP 204640] 1h 17m [bash] [New LWP 204641] 1h 17m [bash] [New LWP 204642] 1h 17m [bash] [New LWP 204644] 1h 17m [bash] [New LWP 204646] 1h 17m [bash] [New LWP 204648] 1h 17m [bash] [New LWP 204651] 1h 17m [bash] [New LWP 204652] 1h 17m [bash] [New LWP 204673] 1h 17m [bash] [New LWP 204674] 1h 17m [bash] [New LWP 204675] 1h 17m [bash] [New LWP 204676] 1h 17m [bash] [New LWP 204677] 1h 17m [bash] [New LWP 204678] 1h 17m [bash] [New LWP 204679] 1h 17m [bash] [New LWP 204681] 1h 17m [bash] [New LWP 204682] 1h 17m [bash] [New LWP 204683] 1h 17m [bash] [New LWP 204685] 1h 17m [bash] [New LWP 204687] 1h 17m [bash] [New LWP 204688] 1h 17m [bash] [New LWP 204689] 1h 17m [bash] [New LWP 204690] 1h 17m [bash] [New LWP 204691] 1h 17m [bash] [New LWP 204692] 1h 17m [bash] [New LWP 204695] 1h 17m [bash] [New LWP 204696] 1h 17m [bash] [New LWP 204697] 1h 17m [bash] [New LWP 204698] 1h 17m [bash] [New LWP 204699] 1h 17m [bash] [New LWP 204702] 1h 17m [bash] [New LWP 204703] 1h 17m [bash] [New LWP 204704] 1h 17m [bash] [New LWP 204705] 1h 17m [bash] [New LWP 204707] 1h 17m [bash] [New LWP 204708] 1h 17m [bash] [New LWP 204709] 1h 17m [bash] [New LWP 204710] 1h 17m [bash] [New LWP 204714] 1h 17m [bash] [New LWP 204715] 1h 17m [bash] [New LWP 204717] 1h 17m [bash] [New LWP 204718] 1h 17m [bash] [New LWP 204722] 1h 17m [bash] [New LWP 204723] 1h 17m [bash] [New LWP 204729] 1h 17m [bash] [New LWP 204730] 1h 17m [bash] [New LWP 204733] 1h 17m [bash] [New LWP 204734] 1h 17m [bash] [New LWP 204735] 1h 17m [bash] [New LWP 204739] 1h 17m [bash] [New LWP 204740] 1h 17m [bash] [New LWP 204741] 1h 17m [bash] [New LWP 204742] 1h 17m [bash] [New LWP 204747] 1h 17m [bash] [New LWP 204748] 1h 17m [bash] [New LWP 204749] 1h 17m [bash] [New LWP 204750] 1h 17m [bash] [New LWP 204751] 1h 17m [bash] [New LWP 204753] 1h 17m [bash] [New LWP 204754] 1h 17m [bash] [New LWP 204755] 1h 17m [bash] [New LWP 204756] 1h 17m [bash] [New LWP 204757] 1h 17m [bash] [New LWP 204758] 1h 17m [bash] [New LWP 204762] 1h 17m [bash] [New LWP 204765] 1h 17m [bash] [New LWP 204767] 1h 17m [bash] [New LWP 204768] 1h 17m [bash] [New LWP 204769] 1h 17m [bash] [New LWP 204775] 1h 17m [bash] [New LWP 204784] 1h 17m [bash] [New LWP 204792] 1h 17m [bash] [New LWP 204794] 1h 17m [bash] [New LWP 204795] 1h 17m [bash] [New LWP 204800] 1h 17m [bash] [New LWP 204802] 1h 17m [bash] [New LWP 204807] 1h 17m [bash] [New LWP 204809] 1h 17m [bash] [New LWP 204812] 1h 17m [bash] [New LWP 204819] 1h 17m [bash] [New LWP 204820] 1h 17m [bash] [New LWP 204821] 1h 17m [bash] [New LWP 204822] 1h 17m [bash] [New LWP 204827] 1h 17m [bash] [New LWP 204828] 1h 17m [bash] [New LWP 204830] 1h 17m [bash] [New LWP 204831] 1h 17m [bash] [New LWP 204832] 1h 17m [bash] [New LWP 204834] 1h 17m [bash] [New LWP 204836] 1h 17m [bash] [New LWP 204837] 1h 17m [bash] [New LWP 204838] 1h 17m [bash] [New LWP 204855] 1h 17m [bash] [New LWP 204862] 1h 17m [bash] [New LWP 204865] 1h 17m [bash] [New LWP 204867] 1h 17m [bash] [New LWP 204870] 1h 17m [bash] [New LWP 204871] 1h 17m [bash] [New LWP 204872] 1h 17m [bash] [New LWP 204874] 1h 17m [bash] [New LWP 204898] 1h 17m [bash] [New LWP 204899] 1h 17m [bash] [New LWP 204970] 1h 17m [bash] [New LWP 204973] 1h 17m [bash] [New LWP 204975] 1h 17m [bash] [New LWP 205011] 1h 17m [bash] [New LWP 205065] 1h 17m [bash] [New LWP 205249] 1h 17m [bash] [New LWP 205316] 1h 17m [bash] [New LWP 205319] 1h 17m [bash] [New LWP 205321] 1h 17m [bash] [New LWP 205332] 1h 17m [bash] [New LWP 248803] 1h 17m [bash] [New LWP 248806] 1h 17m [bash] [New LWP 248808] 1h 17m [bash] [New LWP 248811] 1h 17m [bash] [New LWP 248812] 1h 17m [bash] [New LWP 248813] 1h 17m [bash] [New LWP 248814] 1h 17m [bash] [New LWP 248815] 1h 17m [bash] [New LWP 248818] 1h 17m [bash] [New LWP 248820] 1h 17m [bash] [New LWP 248821] 1h 17m [bash] [New LWP 248822] 1h 17m [bash] [New LWP 248824] 1h 17m [bash] [New LWP 248825] 1h 17m [bash] [New LWP 248827] 1h 17m [bash] [New LWP 248829] 1h 17m [bash] [New LWP 248830] 1h 17m [bash] [New LWP 248831] 1h 17m [bash] [New LWP 248835] 1h 17m [bash] [New LWP 248836] 1h 17m [bash] [New LWP 248837] 1h 17m [bash] [New LWP 248839] 1h 17m [bash] [New LWP 248841] 1h 17m [bash] [New LWP 248842] 1h 17m [bash] [New LWP 248843] 1h 17m [bash] [New LWP 248844] 1h 17m [bash] [New LWP 248846] 1h 17m [bash] [New LWP 248847] 1h 17m [bash] [New LWP 248848] 1h 17m [bash] [New LWP 248849] 1h 17m [bash] [New LWP 248850] 1h 17m [bash] [New LWP 248852] 1h 17m [bash] [New LWP 248853] 1h 17m [bash] [New LWP 248859] 1h 17m [bash] [New LWP 248862] 1h 17m [bash] [New LWP 248866] 1h 17m [bash] [New LWP 248868] 1h 17m [bash] [New LWP 248869] 1h 17m [bash] [New LWP 248870] 1h 17m [bash] [New LWP 248871] 1h 17m [bash] [New LWP 248872] 1h 17m [bash] [New LWP 248873] 1h 17m [bash] [New LWP 248875] 1h 17m [bash] [New LWP 248876] 1h 17m [bash] [New LWP 248878] 1h 17m [bash] [New LWP 248879] 1h 17m [bash] [New LWP 248881] 1h 17m [bash] [New LWP 248886] 1h 17m [bash] [New LWP 248888] 1h 17m [bash] [New LWP 248893] 1h 17m [bash] [New LWP 248896] 1h 17m [bash] [New LWP 248897] 1h 17m [bash] [New LWP 248898] 1h 17m [bash] [New LWP 248901] 1h 17m [bash] [New LWP 248904] 1h 17m [bash] [New LWP 248907] 1h 17m [bash] [New LWP 248909] 1h 17m [bash] [New LWP 248911] 1h 17m [bash] [New LWP 248917] 1h 17m [bash] [New LWP 248920] 1h 17m [bash] [New LWP 248923] 1h 17m [bash] [New LWP 248926] 1h 17m [bash] [New LWP 248930] 1h 17m [bash] [New LWP 248932] 1h 17m [bash] [New LWP 248933] 1h 17m [bash] [New LWP 248934] 1h 17m [bash] [New LWP 248937] 1h 17m [bash] [New LWP 248939] 1h 17m [bash] [New LWP 248942] 1h 17m [bash] [New LWP 248943] 1h 17m [bash] [New LWP 248944] 1h 17m [bash] [New LWP 248947] 1h 17m [bash] [New LWP 248948] 1h 17m [bash] [New LWP 248950] 1h 17m [bash] [New LWP 248951] 1h 17m [bash] [New LWP 248953] 1h 17m [bash] [New LWP 248957] 1h 17m [bash] [New LWP 248958] 1h 17m [bash] [New LWP 248960] 1h 17m [bash] [New LWP 248962] 1h 17m [bash] [New LWP 248964] 1h 17m [bash] [New LWP 248969] 1h 17m [bash] [New LWP 248974] 1h 17m [bash] [New LWP 248975] 1h 17m [bash] [New LWP 248979] 1h 17m [bash] [New LWP 248980] 1h 17m [bash] [New LWP 248991] 1h 17m [bash] [New LWP 248992] 1h 17m [bash] [New LWP 248998] 1h 17m [bash] [New LWP 248999] 1h 17m [bash] [New LWP 249000] 1h 17m [bash] [New LWP 249001] 1h 17m [bash] [New LWP 249002] 1h 17m [bash] [New LWP 249003] 1h 17m [bash] [New LWP 249008] 1h 17m [bash] [New LWP 249014] 1h 17m [bash] [New LWP 249021] 1h 17m [bash] [New LWP 249023] 1h 17m [bash] [New LWP 249024] 1h 17m [bash] [New LWP 249031] 1h 17m [bash] [New LWP 249032] 1h 17m [bash] [New LWP 249035] 1h 17m [bash] [New LWP 249041] 1h 17m [bash] [New LWP 249042] 1h 17m [bash] [New LWP 249045] 1h 17m [bash] [New LWP 249054] 1h 17m [bash] [New LWP 249055] 1h 17m [bash] [New LWP 249056] 1h 17m [bash] [New LWP 249057] 1h 17m [bash] [New LWP 249068] 1h 17m [bash] [New LWP 249069] 1h 17m [bash] [New LWP 249072] 1h 17m [bash] [New LWP 249075] 1h 17m [bash] [New LWP 249090] 1h 17m [bash] [New LWP 249102] 1h 17m [bash] [New LWP 249107] 1h 17m [bash] [New LWP 249108] 1h 17m [bash] [New LWP 249112] 1h 17m [bash] [New LWP 249151] 1h 17m [bash] [New LWP 249152] 1h 17m [bash] [New LWP 249158] 1h 17m [bash] [New LWP 249159] 1h 17m [bash] [New LWP 249164] 1h 17m [bash] [New LWP 249170] 1h 17m [bash] [New LWP 249171] 1h 17m [bash] [New LWP 249185] 1h 17m [bash] [New LWP 249187] 1h 17m [bash] [New LWP 249196] 1h 17m [bash] [New LWP 249199] 1h 17m [bash] [New LWP 249201] 1h 17m [bash] [New LWP 249237] 1h 17m [bash] [New LWP 249240] 1h 17m [bash] [New LWP 249310] 1h 17m [bash] [New LWP 335539] 1h 17m [bash] [New LWP 354369] 1h 17m [bash] [New LWP 354373] 1h 17m [bash] [New LWP 459879] 1h 17m [bash] [New LWP 459886] 1h 17m [bash] [New LWP 671990] 1h 17m [bash] [New LWP 779496] 1h 17m [bash] [New LWP 779614] 1h 17m [bash] [New LWP 779622] 1h 17m [bash] [New LWP 888299] 1h 17m [bash] [New LWP 888300] 1h 17m [bash] [New LWP 888309] 1h 17m [bash] [New LWP 888310] 1h 17m [bash] [New LWP 888325] 1h 17m [bash] [New LWP 888328] 1h 17m [bash] [Thread debugging using libthread_db enabled] 1h 17m [bash] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 1h 17m [bash] 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] 1h 17m [bash] Thread 1137 (Thread 0x7f0ec1b6d000 (LWP 888328)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0efcd15b08) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0efcd15b08) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0efcd15a00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1136 (Thread 0x7f0ecb377000 (LWP 888325)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0efcd15608) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0efcd15608) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0efcd15500) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1135 (Thread 0x7f0ecbb78000 (LWP 888310)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0efcd02e88) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0efcd02e88) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0efcd02d80) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1134 (Thread 0x7f0f24a8e000 (LWP 888309)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0efcd01308) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0efcd01308) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0efcd01200) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1133 (Thread 0x7f0da43eb000 (LWP 888300)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0efcc5ae08) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0efcc5ae08) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0efcc5ad00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1132 (Thread 0x7f0dfa79f000 (LWP 888299)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0efcc58388) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0efcc58388) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0efcc58280) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1131 (Thread 0x7f0d88bd4000 (LWP 779622)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0f0b6e8288) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0f0b6e8288) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0f0b6e8180) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1130 (Thread 0x7f0da33e9000 (LWP 779614)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0f1dd21c08) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x0000000011efdd57 in Poco::Event::wait (this=0x7f0f1dd21c08) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 Poco::PooledThread::run (this=0x7f0f1dd21b00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:191 1h 17m [bash] #4 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #5 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #6 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1129 (Thread 0x7f0e567d7000 (LWP 779496)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f005b89d8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f005b89d8, milliseconds=10000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f1d81cd30, milliseconds=10000) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x0000000011dd2057 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d81cd00) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:104 1h 17m [bash] #5 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f0020e880) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #6 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #7 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #8 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1128 (Thread 0x7f0cd6ba7000 (LWP 671990)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=17, ev=0x7f0cd6b9b990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=17, ev=0x7f0cd6b9b990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x11, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0e263cc800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0e263cc800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x11) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f1a992480) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1127 (Thread 0x7f0dfd3a1000 (LWP 459886)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=63, ev=0x7f0dfd395990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=63, ev=0x7f0dfd395990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x3f, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0ecefdf800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0ecefdf800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x3f) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0ef6ce5e80) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1126 (Thread 0x7f0e537d1000 (LWP 459879)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ef7c13a58, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ef7c13a58, milliseconds=10000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f131f3330, milliseconds=10000) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x0000000011dd2057 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f131f3300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:104 1h 17m [bash] #5 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0ef6c98600) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #6 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #7 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #8 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1125 (Thread 0x7f0e6f9f2000 (LWP 354373)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=69, ev=0x7f0e6f9e6990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=69, ev=0x7f0e6f9e6990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x45, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0e3451c000) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0e3451c000) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x45) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f0b75fc00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1124 (Thread 0x7f0e89967000 (LWP 354369)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=58, ev=0x7f0e8995b990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=58, ev=0x7f0e8995b990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x3a, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0ebb800800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0ebb800800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x3a) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f0b75f480) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1123 (Thread 0x7f0c485e6000 (LWP 335539)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ecbce5478, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ecbce5478, milliseconds=10000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f131f3130, milliseconds=10000) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x0000000011dd2057 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f131f3100) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:104 1h 17m [bash] #5 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f14d41480) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #6 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #7 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #8 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1122 (Thread 0x7f0976837000 (LWP 249310)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e943293a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1121 (Thread 0x7f099a87f000 (LWP 249240)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e06ff4088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1120 (Thread 0x7f099c082000 (LWP 249237)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e28ae1e88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1119 (Thread 0x7f09ae0a6000 (LWP 249201)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e27ca7c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1118 (Thread 0x7f09af0a8000 (LWP 249199)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e27ca7b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1117 (Thread 0x7f09b08ab000 (LWP 249196)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e27ca7928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1116 (Thread 0x7f09b58b5000 (LWP 249187)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e27ca7428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1115 (Thread 0x7f09b68b7000 (LWP 249185)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e27ca7388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1114 (Thread 0x7f09bc0c2000 (LWP 249171)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d8a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1113 (Thread 0x7f09bc8c3000 (LWP 249170)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1112 (Thread 0x7f09bf8c9000 (LWP 249164)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1111 (Thread 0x7f09c20ce000 (LWP 249159)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d2c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1110 (Thread 0x7f09c28cf000 (LWP 249158)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1109 (Thread 0x7f09c58d5000 (LWP 249152)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c756bc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1108 (Thread 0x7f09c60d6000 (LWP 249151)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c7565a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1107 (Thread 0x7f09d98fd000 (LWP 249112)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5d9dc8a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1106 (Thread 0x7f09db901000 (LWP 249108)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5d9dc388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1105 (Thread 0x7f09dc102000 (LWP 249107)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5d9dc0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1104 (Thread 0x7f09df108000 (LWP 249102)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5d644968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1103 (Thread 0x7f09e6116000 (LWP 249090)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5d5744e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1102 (Thread 0x7f09ed925000 (LWP 249075)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e92783168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1101 (Thread 0x7f09ef128000 (LWP 249072)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a6ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1100 (Thread 0x7f09f092b000 (LWP 249069)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a6dc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1099 (Thread 0x7f09f112c000 (LWP 249068)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a6d28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1098 (Thread 0x7f09f6937000 (LWP 249057)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a6708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1097 (Thread 0x7f09f7138000 (LWP 249056)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a6588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1096 (Thread 0x7f09f7939000 (LWP 249055)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a64e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1095 (Thread 0x7f09f813a000 (LWP 249054)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e926a6488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1094 (Thread 0x7f09fd144000 (LWP 249045)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e92525908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1093 (Thread 0x7f09fe947000 (LWP 249042)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e92525468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1092 (Thread 0x7f09ff148000 (LWP 249041)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e92525188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1091 (Thread 0x7f0a0214e000 (LWP 249035)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e923a8ce8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1090 (Thread 0x7f0a03951000 (LWP 249032)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e923a8948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1089 (Thread 0x7f0a04152000 (LWP 249031)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e923a8888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1088 (Thread 0x7f0a07959000 (LWP 249024)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e9429df88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1087 (Thread 0x7f0a0815a000 (LWP 249023)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e9429de48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1086 (Thread 0x7f0a0915c000 (LWP 249021)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e9429dbc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1085 (Thread 0x7f0a0f168000 (LWP 249014)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8cce828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1084 (Thread 0x7f0a1196d000 (LWP 249008)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965e2468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1083 (Thread 0x7f0a14172000 (LWP 249003)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f0add6d80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f0add6a00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0a141683e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0a141683e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f0add6e98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0a14168730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0a14168730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965b3708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1082 (Thread 0x7f0a14973000 (LWP 249002)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965b31c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1081 (Thread 0x7f0a15174000 (LWP 249001)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a9fc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1080 (Thread 0x7f0a15975000 (LWP 249000)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a9ae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1079 (Thread 0x7f0a16176000 (LWP 248999)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a9a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1078 (Thread 0x7f0a16977000 (LWP 248998)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a9868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1077 (Thread 0x7f0a1997d000 (LWP 248992)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a96c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1076 (Thread 0x7f0a1a17e000 (LWP 248991)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a9668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1075 (Thread 0x7f0a1f989000 (LWP 248980)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a0a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1074 (Thread 0x7f0a2018a000 (LWP 248979)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a0708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1073 (Thread 0x7f0a2218e000 (LWP 248975)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a0088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1072 (Thread 0x7f0a2298f000 (LWP 248974)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e965a0048) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1071 (Thread 0x7f0a25995000 (LWP 248969)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf4688a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1070 (Thread 0x7f0a2819a000 (LWP 248964)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3dca28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1069 (Thread 0x7f0a2919c000 (LWP 248962)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3b3f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1068 (Thread 0x7f0a2a19e000 (LWP 248960)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3b3c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1067 (Thread 0x7f0a2b1a0000 (LWP 248958)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3a3d08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1066 (Thread 0x7f0a2b9a1000 (LWP 248957)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3a3aa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1065 (Thread 0x7f0a2d9a5000 (LWP 248953)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf394fc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1064 (Thread 0x7f0a2e9a7000 (LWP 248951)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf394be8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1063 (Thread 0x7f0a2f1a8000 (LWP 248950)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf394b28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1062 (Thread 0x7f0a301aa000 (LWP 248948)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3943e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1061 (Thread 0x7f0a319ad000 (LWP 248947)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf3940c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1060 (Thread 0x7f0a331b0000 (LWP 248944)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef87b21c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1059 (Thread 0x7f0a339b1000 (LWP 248943)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef86ebf28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1058 (Thread 0x7f0a341b2000 (LWP 248942)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef86ebc48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1057 (Thread 0x7f0a359b5000 (LWP 248939)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4084828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1056 (Thread 0x7f0a371b8000 (LWP 248937)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef86d05c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1055 (Thread 0x7f0a3a9bf000 (LWP 248934)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8613288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1054 (Thread 0x7f0a3b1c0000 (LWP 248933)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8613128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1053 (Thread 0x7f0a3c1c2000 (LWP 248932)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef85dec28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1052 (Thread 0x7f0a3d9c5000 (LWP 248930)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef85bad28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1051 (Thread 0x7f0a409cb000 (LWP 248926)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef85ba488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1050 (Thread 0x7f0a421ce000 (LWP 248923)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8580068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1049 (Thread 0x7f0a439d1000 (LWP 248920)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb0cfda8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1048 (Thread 0x7f0a451d4000 (LWP 248917)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb0cf428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1047 (Thread 0x7f0a4c9e3000 (LWP 248911)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb0ca4c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1046 (Thread 0x7f0a4e1e6000 (LWP 248909)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb097808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1045 (Thread 0x7f0a511ec000 (LWP 248907)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb097248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1044 (Thread 0x7f0a529ef000 (LWP 248904)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb0799a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1043 (Thread 0x7f0a549f3000 (LWP 248901)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb0795e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1042 (Thread 0x7f0a571f8000 (LWP 248898)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb04d968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1041 (Thread 0x7f0a579f9000 (LWP 248897)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb04d928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1040 (Thread 0x7f0a581fa000 (LWP 248896)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb04d188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1039 (Thread 0x7f0a5b200000 (LWP 248893)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb01ace8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1038 (Thread 0x7f0a6220e000 (LWP 248888)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb01a928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1037 (Thread 0x7f0a65214000 (LWP 248886)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb01a528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1036 (Thread 0x7f0a70a2b000 (LWP 248881)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efb0065c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1035 (Thread 0x7f0a73230000 (LWP 248879)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f04a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1034 (Thread 0x7f0a73a31000 (LWP 248878)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef6caac88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1033 (Thread 0x7f0a74a33000 (LWP 248876)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f04828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1032 (Thread 0x7f0a76236000 (LWP 248875)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f047a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1031 (Thread 0x7f0a77238000 (LWP 248873)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f045a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1030 (Thread 0x7f0a78a3b000 (LWP 248872)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f044c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1029 (Thread 0x7f0a7a23e000 (LWP 248871)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f04468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1028 (Thread 0x7f0a7aa3f000 (LWP 248870)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f04408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1027 (Thread 0x7f0a7b240000 (LWP 248869)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f042e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1026 (Thread 0x7f0a7da45000 (LWP 248868)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f041e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1025 (Thread 0x7f0a84252000 (LWP 248866)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f040c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1024 (Thread 0x7f0a8fa69000 (LWP 248862)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f02988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1023 (Thread 0x7f0a9126c000 (LWP 248859)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f02608) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1022 (Thread 0x7f0a9aa7f000 (LWP 248853)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ef69e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1021 (Thread 0x7f0a9b280000 (LWP 248852)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ef64c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1020 (Thread 0x7f0a9ca83000 (LWP 248850)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ee6f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1019 (Thread 0x7f0a9d284000 (LWP 248849)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ee6768) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1018 (Thread 0x7f0a9fa89000 (LWP 248848)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ee6368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1017 (Thread 0x7f0aa0a8b000 (LWP 248847)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21edea48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1016 (Thread 0x7f0aa128c000 (LWP 248846)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ede3c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1015 (Thread 0x7f0aa228e000 (LWP 248844)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ed2908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1014 (Thread 0x7f0aa2a8f000 (LWP 248843)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ed2548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1013 (Thread 0x7f0aa7298000 (LWP 248842)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ed2228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1012 (Thread 0x7f0aa7a99000 (LWP 248841)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ed20c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1011 (Thread 0x7f0aaa29e000 (LWP 248839)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21ecf008) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1010 (Thread 0x7f0aac2a2000 (LWP 248837)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21eaba68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1009 (Thread 0x7f0ab22ae000 (LWP 248836)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21eab5c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1008 (Thread 0x7f0ab2aaf000 (LWP 248835)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21eaac68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1007 (Thread 0x7f0abcac3000 (LWP 248831)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e97d28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1006 (Thread 0x7f0ac52d4000 (LWP 248830)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e97ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1005 (Thread 0x7f0ac5ad5000 (LWP 248829)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ef9ffdb80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ef9ffd800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0ac5acb3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0ac5acb3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ef9ffdc98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0ac5acb730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0ac5acb730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e975e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1004 (Thread 0x7f0acf2e8000 (LWP 248827)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e89a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1003 (Thread 0x7f0ad2aef000 (LWP 248825)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e89568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1002 (Thread 0x7f0b1d384000 (LWP 248824)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e892e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1001 (Thread 0x7f0b27398000 (LWP 248822)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e88968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1000 (Thread 0x7f0b2839a000 (LWP 248821)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e88368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 999 (Thread 0x7f0b313ac000 (LWP 248820)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e5fc68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 998 (Thread 0x7f0b70c2b000 (LWP 248818)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e5f048) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 997 (Thread 0x7f0cae37c000 (LWP 248815)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e5c148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 996 (Thread 0x7f0cb4388000 (LWP 248814)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e3bf28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 995 (Thread 0x7f0cbbb97000 (LWP 248813)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e3bd68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 994 (Thread 0x7f0cbeb9d000 (LWP 248812)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e3b888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 993 (Thread 0x7f0ce3bc1000 (LWP 248811)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e3b5c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 992 (Thread 0x7f0e623e8000 (LWP 248808)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e2bc08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 991 (Thread 0x7f0a0c162000 (LWP 248806)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e2b468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 990 (Thread 0x7f0a0d965000 (LWP 248803)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dcec428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 989 (Thread 0x7f0973030000 (LWP 205332)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e38661968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 988 (Thread 0x7f0975034000 (LWP 205321)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e78502b68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 987 (Thread 0x7f0976036000 (LWP 205319)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e78502a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 986 (Thread 0x7f0977839000 (LWP 205316)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f0add6d80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f0add6a00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f097782f3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f097782f3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f0add6e98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f097782f730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f097782f730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e78502928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 985 (Thread 0x7f0997879000 (LWP 205249)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e76e0a848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 984 (Thread 0x7f09e290f000 (LWP 205065)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efadc4748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 983 (Thread 0x7f09f893b000 (LWP 205011)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc3c79a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 982 (Thread 0x7f0a0a95f000 (LWP 204975)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc3894e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 981 (Thread 0x7f0a0b961000 (LWP 204973)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc389148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 980 (Thread 0x7f0a0d164000 (LWP 204970)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc385e48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 979 (Thread 0x7f0a309ab000 (LWP 204899)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21fe6928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 978 (Thread 0x7f0a311ac000 (LWP 204898)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21fe6368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 977 (Thread 0x7f0a381ba000 (LWP 204874)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f5388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 976 (Thread 0x7f0a391bc000 (LWP 204872)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f5308) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 975 (Thread 0x7f0a399bd000 (LWP 204871)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f52c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 974 (Thread 0x7f0a3a1be000 (LWP 204870)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f5288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 973 (Thread 0x7f0a3b9c1000 (LWP 204867)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f51c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 972 (Thread 0x7f0a3c9c3000 (LWP 204865)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f5148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 971 (Thread 0x7f0a3e1c6000 (LWP 204862)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f5088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 970 (Thread 0x7f0a401ca000 (LWP 204855)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec58735a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 969 (Thread 0x7f0a469d7000 (LWP 204838)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f4108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 968 (Thread 0x7f0a471d8000 (LWP 204837)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f40c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 967 (Thread 0x7f0a479d9000 (LWP 204836)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f4088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 966 (Thread 0x7f0a489db000 (LWP 204834)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f4008) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 965 (Thread 0x7f0a499dd000 (LWP 204832)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2f88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 964 (Thread 0x7f0a4a1de000 (LWP 204831)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 963 (Thread 0x7f0a4a9df000 (LWP 204830)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2f08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 962 (Thread 0x7f0a4b9e1000 (LWP 204828)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2e88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 961 (Thread 0x7f0a4c1e2000 (LWP 204827)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2e48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 960 (Thread 0x7f0a4e9e7000 (LWP 204822)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2d08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 959 (Thread 0x7f0a4f1e8000 (LWP 204821)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efdf62788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 958 (Thread 0x7f0a4f9e9000 (LWP 204820)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f13224128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 957 (Thread 0x7f0a501ea000 (LWP 204819)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 956 (Thread 0x7f0a539f1000 (LWP 204812)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 955 (Thread 0x7f0a551f4000 (LWP 204809)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 954 (Thread 0x7f0a561f6000 (LWP 204807)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f29c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 953 (Thread 0x7f0a589fb000 (LWP 204802)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 952 (Thread 0x7f0a599fd000 (LWP 204800)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 951 (Thread 0x7f0a5c202000 (LWP 204795)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f26c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 950 (Thread 0x7f0a5ca03000 (LWP 204794)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51f2688) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 949 (Thread 0x7f0a5da05000 (LWP 204792)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0db3426088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 948 (Thread 0x7f0a5ea07000 (LWP 204784)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0db3426008) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 947 (Thread 0x7f0a6020a000 (LWP 204775)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d947528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 946 (Thread 0x7f0a60a0b000 (LWP 204769)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51decc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 945 (Thread 0x7f0a6120c000 (LWP 204768)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51dec88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 944 (Thread 0x7f0a61a0d000 (LWP 204767)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51dec48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 943 (Thread 0x7f0a62a0f000 (LWP 204765)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51debc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 942 (Thread 0x7f0a63a11000 (LWP 204762)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51deb48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 941 (Thread 0x7f0a65a15000 (LWP 204758)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51dea48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 940 (Thread 0x7f0a66216000 (LWP 204757)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f008b3b80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f008b3800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0a6620c3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0a6620c3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f008b3c98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0a6620c730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0a6620c730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51dea08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 939 (Thread 0x7f0a66a17000 (LWP 204756)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de9c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 938 (Thread 0x7f0a67218000 (LWP 204755)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 937 (Thread 0x7f0a67a19000 (LWP 204754)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 936 (Thread 0x7f0a6821a000 (LWP 204753)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 935 (Thread 0x7f0a6921c000 (LWP 204751)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 934 (Thread 0x7f0a69a1d000 (LWP 204750)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ec75e8f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ec75e8c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0a69a133e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0a69a133e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ec75e9098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0a69a13730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0a69a13730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 933 (Thread 0x7f0a6a21e000 (LWP 204749)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51de808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 932 (Thread 0x7f0a6aa1f000 (LWP 204748)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 931 (Thread 0x7f0a6b220000 (LWP 204747)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3a88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 930 (Thread 0x7f0a6ba21000 (LWP 204742)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efdf62628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 929 (Thread 0x7f0a6c222000 (LWP 204741)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 928 (Thread 0x7f0a6ca23000 (LWP 204740)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 927 (Thread 0x7f0a6d224000 (LWP 204739)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d39c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 926 (Thread 0x7f0a6f228000 (LWP 204735)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d38c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 925 (Thread 0x7f0a6fa29000 (LWP 204734)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 924 (Thread 0x7f0a7022a000 (LWP 204733)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 923 (Thread 0x7f0a71a2d000 (LWP 204730)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 922 (Thread 0x7f0a7222e000 (LWP 204729)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ec75e8f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ec75e8c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0a722243e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0a722243e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ec75e9098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0a72224730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0a72224730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 921 (Thread 0x7f0a75234000 (LWP 204723)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d35c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 920 (Thread 0x7f0a75a35000 (LWP 204722)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 919 (Thread 0x7f0a77a39000 (LWP 204718)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 918 (Thread 0x7f0a7823a000 (LWP 204717)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 917 (Thread 0x7f0a7923c000 (LWP 204715)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d33c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 916 (Thread 0x7f0a79a3d000 (LWP 204714)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 915 (Thread 0x7f0a7ba41000 (LWP 204710)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 914 (Thread 0x7f0a7c242000 (LWP 204709)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 913 (Thread 0x7f0a7ca43000 (LWP 204708)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3208) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 912 (Thread 0x7f0a7d244000 (LWP 204707)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d31c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 911 (Thread 0x7f0a7e246000 (LWP 204705)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 910 (Thread 0x7f0a7ea47000 (LWP 204704)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 909 (Thread 0x7f0a7f248000 (LWP 204703)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d30c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 908 (Thread 0x7f0a7fa49000 (LWP 204702)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51d3088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 907 (Thread 0x7f0a8124c000 (LWP 204699)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cafc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 906 (Thread 0x7f0a81a4d000 (LWP 204698)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caf88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 905 (Thread 0x7f0a8224e000 (LWP 204697)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ec75e8f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ec75e8c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0a822443e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0a822443e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ec75e9098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0a82244730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0a82244730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caf48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 904 (Thread 0x7f0a82a4f000 (LWP 204696)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caf08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 903 (Thread 0x7f0a83250000 (LWP 204695)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 902 (Thread 0x7f0a84a53000 (LWP 204692)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cae08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 901 (Thread 0x7f0a85254000 (LWP 204691)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cadc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 900 (Thread 0x7f0a85a55000 (LWP 204690)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cad88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 899 (Thread 0x7f0a86256000 (LWP 204689)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cad48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 898 (Thread 0x7f0a86a57000 (LWP 204688)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cad08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 897 (Thread 0x7f0a87258000 (LWP 204687)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cacc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 896 (Thread 0x7f0a8825a000 (LWP 204685)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cac48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 895 (Thread 0x7f0a8925c000 (LWP 204683)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cabc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 894 (Thread 0x7f0a89a5d000 (LWP 204682)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cab88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 893 (Thread 0x7f0a8a25e000 (LWP 204681)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51cab48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 892 (Thread 0x7f0a8b260000 (LWP 204679)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 891 (Thread 0x7f0a8ba61000 (LWP 204678)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caa88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 890 (Thread 0x7f0a8c262000 (LWP 204677)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caa48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 889 (Thread 0x7f0a8ca63000 (LWP 204676)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51caa08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 888 (Thread 0x7f0a8d264000 (LWP 204675)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51ca9c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 887 (Thread 0x7f0a8da65000 (LWP 204674)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 886 (Thread 0x7f0a8e266000 (LWP 204673)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0e5c93d048) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 885 (Thread 0x7f0a93270000 (LWP 204652)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4e08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 884 (Thread 0x7f0a93a71000 (LWP 204651)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4dc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 883 (Thread 0x7f0a95274000 (LWP 204648)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4d08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 882 (Thread 0x7f0a96276000 (LWP 204646)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4c88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 881 (Thread 0x7f0a97278000 (LWP 204644)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 880 (Thread 0x7f0a9827a000 (LWP 204642)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4b88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 879 (Thread 0x7f0a98a7b000 (LWP 204641)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 878 (Thread 0x7f0a9927c000 (LWP 204640)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 877 (Thread 0x7f0a99a7d000 (LWP 204639)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 876 (Thread 0x7f0a9a27e000 (LWP 204638)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4a88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 875 (Thread 0x7f0a9ba81000 (LWP 204635)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c49c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 874 (Thread 0x7f0a9da85000 (LWP 204631)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c48c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 873 (Thread 0x7f0a9e286000 (LWP 204630)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 872 (Thread 0x7f0a9ea87000 (LWP 204629)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 871 (Thread 0x7f0a9f288000 (LWP 204628)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 870 (Thread 0x7f0aa028a000 (LWP 204626)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 869 (Thread 0x7f0aa3290000 (LWP 204620)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4608) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 868 (Thread 0x7f0aa3a91000 (LWP 204619)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c45c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 867 (Thread 0x7f0aa4292000 (LWP 204618)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 866 (Thread 0x7f0aa5a95000 (LWP 204615)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c44c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 865 (Thread 0x7f0aa6a97000 (LWP 204613)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 864 (Thread 0x7f0aa829a000 (LWP 204610)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 863 (Thread 0x7f0aa9a9d000 (LWP 204607)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c42c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 862 (Thread 0x7f0aaaa9f000 (LWP 204605)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c4248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 861 (Thread 0x7f0aabaa1000 (LWP 204603)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51c41c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 860 (Thread 0x7f0aacaa3000 (LWP 204593)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 859 (Thread 0x7f0aad2a4000 (LWP 204592)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d608) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 858 (Thread 0x7f0aadaa5000 (LWP 204591)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d5c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 857 (Thread 0x7f0aae2a6000 (LWP 204590)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 856 (Thread 0x7f0aaeaa7000 (LWP 204589)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 855 (Thread 0x7f0aaf2a8000 (LWP 204588)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 854 (Thread 0x7f0aafaa9000 (LWP 204587)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d4c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 853 (Thread 0x7f0ab02aa000 (LWP 204586)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efcccef28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 852 (Thread 0x7f0ab12ac000 (LWP 204584)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 851 (Thread 0x7f0ab1aad000 (LWP 204583)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d3e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 850 (Thread 0x7f0ab32b0000 (LWP 204580)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 849 (Thread 0x7f0ab42b2000 (LWP 204578)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d2a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 848 (Thread 0x7f0ab4ab3000 (LWP 204577)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 847 (Thread 0x7f0ab52b4000 (LWP 204576)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 846 (Thread 0x7f0ab5ab5000 (LWP 204575)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d1e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 845 (Thread 0x7f0ab62b6000 (LWP 204574)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d1a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 844 (Thread 0x7f0ab6ab7000 (LWP 204573)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 843 (Thread 0x7f0ab72b8000 (LWP 204572)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 842 (Thread 0x7f0ab7ab9000 (LWP 204571)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 841 (Thread 0x7f0ab8abb000 (LWP 204569)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 840 (Thread 0x7f0ab92bc000 (LWP 204568)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519d028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 839 (Thread 0x7f0ab9abd000 (LWP 204567)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bfe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 838 (Thread 0x7f0aba2be000 (LWP 204566)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bfa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 837 (Thread 0x7f0abaabf000 (LWP 204565)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bf68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 836 (Thread 0x7f0abbac1000 (LWP 204563)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 835 (Thread 0x7f0abc2c2000 (LWP 204562)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 834 (Thread 0x7f0abd2c4000 (LWP 204560)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519be28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 833 (Thread 0x7f0abdac5000 (LWP 204559)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bde8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 832 (Thread 0x7f0abe2c6000 (LWP 204558)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bda8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 831 (Thread 0x7f0abeac7000 (LWP 204557)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bd68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 830 (Thread 0x7f0abf2c8000 (LWP 204556)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bd28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 829 (Thread 0x7f0abfac9000 (LWP 204555)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bce8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 828 (Thread 0x7f0ac02ca000 (LWP 204554)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 827 (Thread 0x7f0ac0acb000 (LWP 204553)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bc68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 826 (Thread 0x7f0ac22ce000 (LWP 204550)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 825 (Thread 0x7f0ac32d0000 (LWP 204548)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bb28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 824 (Thread 0x7f0ac3ad1000 (LWP 204547)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519bae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 823 (Thread 0x7f0ac42d2000 (LWP 204546)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519baa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 822 (Thread 0x7f0ac62d6000 (LWP 204542)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519b9a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 821 (Thread 0x7f0ac6ad7000 (LWP 204541)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519b968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 820 (Thread 0x7f0ac72d8000 (LWP 204540)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519b928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 819 (Thread 0x7f0ac7ad9000 (LWP 204539)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519b8e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 818 (Thread 0x7f0ac82da000 (LWP 204538)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da519b8a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 817 (Thread 0x7f0ac8adb000 (LWP 204537)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f008b3b80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f008b3800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0ac8ad13e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0ac8ad13e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f008b3c98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0ac8ad1730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0ac8ad1730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5191668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 816 (Thread 0x7f0ac92dc000 (LWP 204536)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99120a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 815 (Thread 0x7f0ac9add000 (LWP 204535)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5191628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 814 (Thread 0x7f0aca2de000 (LWP 204534)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51915e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 813 (Thread 0x7f0acaadf000 (LWP 204533)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f008b3b80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f008b3800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0acaad53e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0acaad53e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f008b3c98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0acaad5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0acaad5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51915a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 812 (Thread 0x7f0acbae1000 (LWP 204531)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5191528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 811 (Thread 0x7f0acc2e2000 (LWP 204530)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51914e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 810 (Thread 0x7f0accae3000 (LWP 204529)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51914a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 809 (Thread 0x7f0acdae5000 (LWP 204527)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5191428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 808 (Thread 0x7f0acfae9000 (LWP 204521)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51913e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 807 (Thread 0x7f0ad02ea000 (LWP 204520)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51913a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 806 (Thread 0x7f0ad0aeb000 (LWP 204519)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5169de8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 805 (Thread 0x7f0ad12ec000 (LWP 204518)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5169da8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 804 (Thread 0x7f0ad32f0000 (LWP 204514)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16e28ba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 803 (Thread 0x7f0ad3af1000 (LWP 204513)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14b90228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 802 (Thread 0x7f0ad42f2000 (LWP 204512)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14b90008) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 801 (Thread 0x7f0ad4af3000 (LWP 204508)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5169d68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 800 (Thread 0x7f0ad52f4000 (LWP 204507)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51690a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 799 (Thread 0x7f0ad5af5000 (LWP 204506)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5169068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 798 (Thread 0x7f0ad6af7000 (LWP 204504)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5271368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 797 (Thread 0x7f0ad72f8000 (LWP 204498)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da5169028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 796 (Thread 0x7f0ad7af9000 (LWP 204497)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515efe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 795 (Thread 0x7f0ad82fa000 (LWP 204496)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515efa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 794 (Thread 0x7f0ad8afb000 (LWP 204495)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ef68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 793 (Thread 0x7f0ad92fc000 (LWP 204494)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ef28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 792 (Thread 0x7f0ad9afd000 (LWP 204493)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 791 (Thread 0x7f0ada2fe000 (LWP 204492)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 790 (Thread 0x7f0adaaff000 (LWP 204491)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ee68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 789 (Thread 0x7f0adb300000 (LWP 204490)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ee28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 788 (Thread 0x7f0adbb01000 (LWP 204489)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ede8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 787 (Thread 0x7f0adc302000 (LWP 204488)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eda8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 786 (Thread 0x7f0adcb03000 (LWP 204487)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ed68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 785 (Thread 0x7f0add304000 (LWP 204486)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ed28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 784 (Thread 0x7f0addb05000 (LWP 204485)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ece8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 783 (Thread 0x7f0ade306000 (LWP 204484)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 782 (Thread 0x7f0adeb07000 (LWP 204483)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ec68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 781 (Thread 0x7f0adf308000 (LWP 204482)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ec28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 780 (Thread 0x7f0ae030a000 (LWP 204480)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 779 (Thread 0x7f0ae0b0b000 (LWP 204479)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eb68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 778 (Thread 0x7f0ae130c000 (LWP 204478)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eb28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 777 (Thread 0x7f0ae1b0d000 (LWP 204477)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 776 (Thread 0x7f0ae230e000 (LWP 204476)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515eaa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 775 (Thread 0x7f0ae2b0f000 (LWP 204475)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ea68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 774 (Thread 0x7f0ae3310000 (LWP 204474)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515ea28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 773 (Thread 0x7f0ae3b11000 (LWP 204473)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e9e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 772 (Thread 0x7f0ae4b13000 (LWP 204471)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 771 (Thread 0x7f0ae5314000 (LWP 204470)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 770 (Thread 0x7f0ae6316000 (LWP 204468)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e8a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 769 (Thread 0x7f0ae6b17000 (LWP 204467)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 768 (Thread 0x7f0ae7318000 (LWP 204466)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 767 (Thread 0x7f0ae831a000 (LWP 204464)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e7a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 766 (Thread 0x7f0ae8b1b000 (LWP 204463)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e768) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 765 (Thread 0x7f0ae931c000 (LWP 204462)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e728) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 764 (Thread 0x7f0ae9b1d000 (LWP 204461)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e6e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 763 (Thread 0x7f0aeab1f000 (LWP 204459)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 762 (Thread 0x7f0aec322000 (LWP 204456)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e5a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 761 (Thread 0x7f0aecb23000 (LWP 204455)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 760 (Thread 0x7f0aed324000 (LWP 204454)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 759 (Thread 0x7f0aedb25000 (LWP 204453)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e4e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 758 (Thread 0x7f0aee326000 (LWP 204452)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e4a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 757 (Thread 0x7f0aeeb27000 (LWP 204451)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 756 (Thread 0x7f0aef328000 (LWP 204450)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 755 (Thread 0x7f0aefb29000 (LWP 204449)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e3e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 754 (Thread 0x7f0af032a000 (LWP 204448)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e3a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 753 (Thread 0x7f0af0b2b000 (LWP 204447)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 752 (Thread 0x7f0af132c000 (LWP 204446)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 751 (Thread 0x7f0af1b2d000 (LWP 204445)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e2e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 750 (Thread 0x7f0af232e000 (LWP 204444)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e2a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 749 (Thread 0x7f0af2b2f000 (LWP 204443)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 748 (Thread 0x7f0af3330000 (LWP 204442)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 747 (Thread 0x7f0af3b31000 (LWP 204441)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da515e1e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 746 (Thread 0x7f0af4b33000 (LWP 204439)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 745 (Thread 0x7f0af5334000 (LWP 204438)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 744 (Thread 0x7f0af6336000 (LWP 204436)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 743 (Thread 0x7f0af6b37000 (LWP 204435)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b1e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 742 (Thread 0x7f0af7338000 (LWP 204434)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 741 (Thread 0x7f0af7b39000 (LWP 204433)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 740 (Thread 0x7f0af833a000 (LWP 204432)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 739 (Thread 0x7f0af8b3b000 (LWP 204431)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef401b028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 738 (Thread 0x7f0af9b3d000 (LWP 204429)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4010f68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 737 (Thread 0x7f0afa33e000 (LWP 204428)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4010f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 736 (Thread 0x7f0afd344000 (LWP 204422)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4010c28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 735 (Thread 0x7f0afdb45000 (LWP 204421)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4010be8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 734 (Thread 0x7f0afe346000 (LWP 204420)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4010ba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 733 (Thread 0x7f0afeb47000 (LWP 204419)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef4010b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 732 (Thread 0x7f0aff348000 (LWP 204418)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c4c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 731 (Thread 0x7f0affb49000 (LWP 204412)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f061568a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 730 (Thread 0x7f0b0034a000 (LWP 204411)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f06156828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 729 (Thread 0x7f0b01b4d000 (LWP 204408)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 728 (Thread 0x7f0b0234e000 (LWP 204407)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c3c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 727 (Thread 0x7f0b02b4f000 (LWP 204406)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 726 (Thread 0x7f0b03350000 (LWP 204405)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c348) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 725 (Thread 0x7f0b03b51000 (LWP 204404)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c308) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 724 (Thread 0x7f0b04352000 (LWP 204403)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c2c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 723 (Thread 0x7f0b04b53000 (LWP 204402)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 722 (Thread 0x7f0b05354000 (LWP 204401)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 721 (Thread 0x7f0b05b55000 (LWP 204400)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c208) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 720 (Thread 0x7f0b06356000 (LWP 204399)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c1c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 719 (Thread 0x7f0b06b57000 (LWP 204398)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 718 (Thread 0x7f0b07358000 (LWP 204397)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 717 (Thread 0x7f0b07b59000 (LWP 204396)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 716 (Thread 0x7f0b0835a000 (LWP 204395)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c0a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 715 (Thread 0x7f0b08b5b000 (LWP 204394)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 714 (Thread 0x7f0b0935c000 (LWP 204393)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e7c028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 713 (Thread 0x7f0b0a35e000 (LWP 204391)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02f88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 712 (Thread 0x7f0b0ab5f000 (LWP 204390)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 711 (Thread 0x7f0b0b360000 (LWP 204389)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02ee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 710 (Thread 0x7f0b0bb61000 (LWP 204388)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 709 (Thread 0x7f0b0c362000 (LWP 204387)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02e68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 708 (Thread 0x7f0b0cb63000 (LWP 204386)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f0add6d80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f0add6a00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b0cb593e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b0cb593e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f0add6e98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b0cb59730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b0cb59730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02e28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 707 (Thread 0x7f0b0d364000 (LWP 204385)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02dc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 706 (Thread 0x7f0b0db65000 (LWP 204384)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02d88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 705 (Thread 0x7f0b0e366000 (LWP 204383)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ef9ffdb80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ef9ffd800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b0e35c3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b0e35c3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ef9ffdc98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b0e35c730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b0e35c730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02d48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 704 (Thread 0x7f0b0f368000 (LWP 204381)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02ca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 703 (Thread 0x7f0b10b6b000 (LWP 204378)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02bc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 702 (Thread 0x7f0b1136c000 (LWP 204377)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02b88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 701 (Thread 0x7f0b11b6d000 (LWP 204376)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 700 (Thread 0x7f0b1236e000 (LWP 204375)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 699 (Thread 0x7f0b13370000 (LWP 204373)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 698 (Thread 0x7f0b13b71000 (LWP 204372)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e029a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 697 (Thread 0x7f0b14372000 (LWP 204371)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 696 (Thread 0x7f0b14b73000 (LWP 204370)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 695 (Thread 0x7f0b15374000 (LWP 204369)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e028c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 694 (Thread 0x7f0b15b75000 (LWP 204368)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 693 (Thread 0x7f0b16376000 (LWP 204367)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 692 (Thread 0x7f0b16b77000 (LWP 204366)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f061567c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 691 (Thread 0x7f0b17378000 (LWP 204365)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f061567a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 690 (Thread 0x7f0b17b79000 (LWP 204364)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f061564c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 689 (Thread 0x7f0b1837a000 (LWP 204363)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ece17c980, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ece17c600) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b183703e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b183703e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ece17ca98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b18370730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b18370730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f061566e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 688 (Thread 0x7f0b18b7b000 (LWP 204362)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b852848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 687 (Thread 0x7f0b1937c000 (LWP 204361)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f06156688) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 686 (Thread 0x7f0b19b7d000 (LWP 204360)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b8524c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 685 (Thread 0x7f0b1a37e000 (LWP 204359)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8af43a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 684 (Thread 0x7f0b1ab7f000 (LWP 204358)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f06156628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 683 (Thread 0x7f0b1b380000 (LWP 204357)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac0e928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 682 (Thread 0x7f0b1bb81000 (LWP 204356)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e027c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 681 (Thread 0x7f0b1c382000 (LWP 204355)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02728) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 680 (Thread 0x7f0b1cb83000 (LWP 204354)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e026c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 679 (Thread 0x7f0b1e386000 (LWP 204351)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 678 (Thread 0x7f0b1eb87000 (LWP 204350)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 677 (Thread 0x7f0b1f388000 (LWP 204349)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 676 (Thread 0x7f0b1fb89000 (LWP 204348)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e024c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 675 (Thread 0x7f0b2038a000 (LWP 204347)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 674 (Thread 0x7f0b20b8b000 (LWP 204346)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 673 (Thread 0x7f0b2138c000 (LWP 204345)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e023c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 672 (Thread 0x7f0b21b8d000 (LWP 204344)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 671 (Thread 0x7f0b2238e000 (LWP 204343)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02348) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 670 (Thread 0x7f0b22b8f000 (LWP 204342)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02308) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 669 (Thread 0x7f0b23b91000 (LWP 204340)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 668 (Thread 0x7f0b24392000 (LWP 204339)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 667 (Thread 0x7f0b25394000 (LWP 204337)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e021c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 666 (Thread 0x7f0b25b95000 (LWP 204336)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 665 (Thread 0x7f0b26396000 (LWP 204335)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5e02088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 664 (Thread 0x7f0b27b99000 (LWP 204332)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5d50ee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 663 (Thread 0x7f0b2939c000 (LWP 204329)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5d50d28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 662 (Thread 0x7f0b29b9d000 (LWP 204328)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5d50ba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 661 (Thread 0x7f0b2a39e000 (LWP 204327)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5d50ae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 660 (Thread 0x7f0b2ab9f000 (LWP 204326)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 659 (Thread 0x7f0b2b3a0000 (LWP 204325)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 658 (Thread 0x7f0b2c3a2000 (LWP 204323)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79a88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 657 (Thread 0x7f0b2cba3000 (LWP 204322)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 656 (Thread 0x7f0b2d3a4000 (LWP 204321)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 655 (Thread 0x7f0b2dba5000 (LWP 204320)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0e96412f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0e96412c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b2db9b3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b2db9b3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0e96413098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b2db9b730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b2db9b730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c799c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 654 (Thread 0x7f0b2e3a6000 (LWP 204319)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 653 (Thread 0x7f0b2eba7000 (LWP 204318)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ece17c980, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ece17c600) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b2eb9d3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b2eb9d3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ece17ca98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b2eb9d730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b2eb9d730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 652 (Thread 0x7f0b2fba9000 (LWP 204316)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c798c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 651 (Thread 0x7f0b303aa000 (LWP 204315)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 650 (Thread 0x7f0b30bab000 (LWP 204314)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 649 (Thread 0x7f0b31bad000 (LWP 204312)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c797c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 648 (Thread 0x7f0b323ae000 (LWP 204311)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 647 (Thread 0x7f0b32baf000 (LWP 204310)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 646 (Thread 0x7f0b33bb1000 (LWP 204308)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c796c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 645 (Thread 0x7f0b34bb3000 (LWP 204306)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79608) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 644 (Thread 0x7f0b353b4000 (LWP 204305)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 643 (Thread 0x7f0b363b6000 (LWP 204303)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 642 (Thread 0x7f0b36bb7000 (LWP 204302)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 641 (Thread 0x7f0b373b8000 (LWP 204301)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 640 (Thread 0x7f0b37bb9000 (LWP 204300)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c792e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 639 (Thread 0x7f0b383ba000 (LWP 204299)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c792a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 638 (Thread 0x7f0b393bc000 (LWP 204297)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c791a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 637 (Thread 0x7f0b39bbd000 (LWP 204296)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c79128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 636 (Thread 0x7f0b3a3be000 (LWP 204295)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c790e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 635 (Thread 0x7f0b3abbf000 (LWP 204294)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c790a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 634 (Thread 0x7f0b3b3c0000 (LWP 204293)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c73fe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 633 (Thread 0x7f0b3bbc1000 (LWP 204292)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c73f68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 632 (Thread 0x7f0b3c3c2000 (LWP 204291)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef5c73f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 631 (Thread 0x7f0b3cbc3000 (LWP 204290)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 630 (Thread 0x7f0b3d3c4000 (LWP 204289)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90445c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 629 (Thread 0x7f0b3dbc5000 (LWP 204286)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d1ca6e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 628 (Thread 0x7f0b3e3c6000 (LWP 204284)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc337dc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 627 (Thread 0x7f0b3ebc7000 (LWP 204283)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 626 (Thread 0x7f0b3f3c8000 (LWP 204282)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 625 (Thread 0x7f0b3fbc9000 (LWP 204281)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 624 (Thread 0x7f0b403ca000 (LWP 204280)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 623 (Thread 0x7f0b40bcb000 (LWP 204279)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee7c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 622 (Thread 0x7f0b413cc000 (LWP 204278)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 621 (Thread 0x7f0b41bcd000 (LWP 204277)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ec7dee668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 620 (Thread 0x7f0b423ce000 (LWP 204273)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 619 (Thread 0x7f0b42bcf000 (LWP 204272)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 618 (Thread 0x7f0b433d0000 (LWP 204271)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90444a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 617 (Thread 0x7f0b43bd1000 (LWP 204270)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 616 (Thread 0x7f0b443d2000 (LWP 204269)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 615 (Thread 0x7f0b453d4000 (LWP 204267)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 614 (Thread 0x7f0b45bd5000 (LWP 204266)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 613 (Thread 0x7f0b463d6000 (LWP 204265)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90442c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 612 (Thread 0x7f0b46bd7000 (LWP 204264)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 611 (Thread 0x7f0b473d8000 (LWP 204263)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 610 (Thread 0x7f0b483da000 (LWP 204261)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90441c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 609 (Thread 0x7f0b48bdb000 (LWP 204260)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 608 (Thread 0x7f0b493dc000 (LWP 204259)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 607 (Thread 0x7f0b49bdd000 (LWP 204258)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9044088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 606 (Thread 0x7f0b4a3de000 (LWP 204257)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f0add6dd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f0add6d80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f0add6a00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b4a3d43e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b4a3d43e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f0add6e98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b4a3d4730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b4a3d4730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042fc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 605 (Thread 0x7f0b4abdf000 (LWP 204256)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042f88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 604 (Thread 0x7f0b4b3e0000 (LWP 204255)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 603 (Thread 0x7f0b4bbe1000 (LWP 204254)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042f08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 602 (Thread 0x7f0b4c3e2000 (LWP 204253)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042ec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 601 (Thread 0x7f0b4cbe3000 (LWP 204252)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042e68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 600 (Thread 0x7f0b4d3e4000 (LWP 204251)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042e28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 599 (Thread 0x7f0b4dbe5000 (LWP 204250)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042da8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 598 (Thread 0x7f0b4e3e6000 (LWP 204249)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042d68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 597 (Thread 0x7f0b4f3e8000 (LWP 204247)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042ce8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 596 (Thread 0x7f0b4fbe9000 (LWP 204246)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042ca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 595 (Thread 0x7f0b503ea000 (LWP 204245)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 594 (Thread 0x7f0b513ec000 (LWP 204243)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042b28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 593 (Thread 0x7f0b51bed000 (LWP 204242)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 592 (Thread 0x7f0b52bef000 (LWP 204240)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 591 (Thread 0x7f0b533f0000 (LWP 204239)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 590 (Thread 0x7f0b53bf1000 (LWP 204238)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90429c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 589 (Thread 0x7f0b54bf3000 (LWP 204236)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 588 (Thread 0x7f0b553f4000 (LWP 204235)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 587 (Thread 0x7f0b55bf5000 (LWP 204234)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90428c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 586 (Thread 0x7f0b563f6000 (LWP 204233)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 585 (Thread 0x7f0b56bf7000 (LWP 204232)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 584 (Thread 0x7f0b573f8000 (LWP 204231)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90427e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 583 (Thread 0x7f0b583fa000 (LWP 204229)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 582 (Thread 0x7f0b58bfb000 (LWP 204228)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90426c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 581 (Thread 0x7f0b593fc000 (LWP 204227)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 580 (Thread 0x7f0b59bfd000 (LWP 204226)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 579 (Thread 0x7f0b5abff000 (LWP 204224)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 578 (Thread 0x7f0b5b400000 (LWP 204223)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 577 (Thread 0x7f0b5bc01000 (LWP 204222)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 576 (Thread 0x7f0b5c402000 (LWP 204221)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 575 (Thread 0x7f0b5cc03000 (LWP 204220)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 574 (Thread 0x7f0b5d404000 (LWP 204219)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90423c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 573 (Thread 0x7f0b5dc05000 (LWP 204218)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 572 (Thread 0x7f0b5e406000 (LWP 204217)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 571 (Thread 0x7f0b5ec07000 (LWP 204216)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90422e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 570 (Thread 0x7f0b5f408000 (LWP 204215)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 569 (Thread 0x7f0b5fc09000 (LWP 204214)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef90421a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 568 (Thread 0x7f0b6040a000 (LWP 204213)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 567 (Thread 0x7f0b60c0b000 (LWP 204212)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 566 (Thread 0x7f0b6140c000 (LWP 204211)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9042068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 565 (Thread 0x7f0b61c0d000 (LWP 204210)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6fe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 564 (Thread 0x7f0b6240e000 (LWP 204209)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6fa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 563 (Thread 0x7f0b62c0f000 (LWP 204208)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6f68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 562 (Thread 0x7f0b63410000 (LWP 204207)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 561 (Thread 0x7f0b63c11000 (LWP 204198)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51ace88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 560 (Thread 0x7f0b64412000 (LWP 204197)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0da51ace08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 559 (Thread 0x7f0b64c13000 (LWP 204195)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ef9ffdb80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ef9ffd800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b64c093e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b64c093e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ef9ffdc98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b64c09730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b64c09730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc2e5668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 558 (Thread 0x7f0b65414000 (LWP 204194)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1303dba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 557 (Thread 0x7f0b65c15000 (LWP 204193)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f00860748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 556 (Thread 0x7f0b66416000 (LWP 204192)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ef9ffdbd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ef9ffdb80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ef9ffd800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b6640c3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b6640c3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ef9ffdc98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b6640c730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b6640c730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f00860708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 555 (Thread 0x7f0b66c17000 (LWP 204191)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f008606c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 554 (Thread 0x7f0b67418000 (LWP 204190)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6e28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 553 (Thread 0x7f0b67c19000 (LWP 204189)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6de8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 552 (Thread 0x7f0b6841a000 (LWP 204188)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6d88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 551 (Thread 0x7f0b68c1b000 (LWP 204187)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 550 (Thread 0x7f0b6941c000 (LWP 204186)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6c68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 549 (Thread 0x7f0b69c1d000 (LWP 204185)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 548 (Thread 0x7f0b6a41e000 (LWP 204184)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6bc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 547 (Thread 0x7f0b6ac1f000 (LWP 204183)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 546 (Thread 0x7f0b6b420000 (LWP 204182)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6aa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 545 (Thread 0x7f0b6bc21000 (LWP 204181)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 544 (Thread 0x7f0b6c422000 (LWP 204180)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 543 (Thread 0x7f0b6cc23000 (LWP 204179)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe69c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 542 (Thread 0x7f0b6d424000 (LWP 204178)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 541 (Thread 0x7f0b6dc25000 (LWP 204177)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe68c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 540 (Thread 0x7f0b6e426000 (LWP 204176)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 539 (Thread 0x7f0b6f428000 (LWP 204174)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 538 (Thread 0x7f0b6fc29000 (LWP 204173)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 537 (Thread 0x7f0b7142c000 (LWP 204170)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 536 (Thread 0x7f0b71c2d000 (LWP 204169)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe65a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 535 (Thread 0x7f0b7242e000 (LWP 204168)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 534 (Thread 0x7f0b72c2f000 (LWP 204167)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 533 (Thread 0x7f0b73430000 (LWP 204166)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe64c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 532 (Thread 0x7f0b73c31000 (LWP 204165)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 531 (Thread 0x7f0b74432000 (LWP 204164)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 530 (Thread 0x7f0b74c33000 (LWP 204163)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 529 (Thread 0x7f0b75434000 (LWP 204161)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe62c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 528 (Thread 0x7f0b76436000 (LWP 204159)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 527 (Thread 0x7f0b76c37000 (LWP 204158)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe61e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 526 (Thread 0x7f0b77438000 (LWP 204157)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe61a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 525 (Thread 0x7f0b77c39000 (LWP 204155)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 524 (Thread 0x7f0b7843a000 (LWP 204154)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 523 (Thread 0x7f0b78c3b000 (LWP 204153)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe60e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 522 (Thread 0x7f0b7943c000 (LWP 204152)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe60a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 521 (Thread 0x7f0b79c3d000 (LWP 204151)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fe6028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 520 (Thread 0x7f0b7a43e000 (LWP 204150)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcafe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 519 (Thread 0x7f0b7c442000 (LWP 204146)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcaec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 518 (Thread 0x7f0b7cc43000 (LWP 204145)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcae68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 517 (Thread 0x7f0b7dc45000 (LWP 204143)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcadc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 516 (Thread 0x7f0b7e446000 (LWP 204142)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcad88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 515 (Thread 0x7f0b7ec47000 (LWP 204139)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1303da68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 514 (Thread 0x7f0b7fc49000 (LWP 204137)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcacc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 513 (Thread 0x7f0b8044a000 (LWP 204136)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcac68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 512 (Thread 0x7f0b80c4b000 (LWP 204135)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcac28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 511 (Thread 0x7f0b8144c000 (LWP 204134)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcabe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 510 (Thread 0x7f0b81c4d000 (LWP 204133)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcaba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 509 (Thread 0x7f0b8244e000 (LWP 204132)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcab68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 508 (Thread 0x7f0b83450000 (LWP 204130)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcaae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 507 (Thread 0x7f0b83c51000 (LWP 204129)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcaaa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 506 (Thread 0x7f0b84452000 (LWP 204128)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcaa68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 505 (Thread 0x7f0b84c53000 (LWP 204127)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fcaa28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 504 (Thread 0x7f0b85c55000 (LWP 204124)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fca9a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 503 (Thread 0x7f0b86c57000 (LWP 204122)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fca928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 502 (Thread 0x7f0b87458000 (LWP 204121)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0e96412f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0e96412c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0b8744e3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0b8744e3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0e96413098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0b8744e730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0b8744e730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fca8e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 501 (Thread 0x7f0b87c59000 (LWP 204120)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fca8a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 500 (Thread 0x7f0b8845a000 (LWP 204119)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8fca868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 499 (Thread 0x7f0b88c5b000 (LWP 204115)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14b8b0c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 498 (Thread 0x7f0b89c5d000 (LWP 204113)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1303d988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 497 (Thread 0x7f0b8a45e000 (LWP 204099)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e5cf68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 496 (Thread 0x7f0b8ac5f000 (LWP 204098)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e5cf28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 495 (Thread 0x7f0b8b460000 (LWP 204097)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e5cea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 494 (Thread 0x7f0b8bc61000 (LWP 204096)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 493 (Thread 0x7f0b8c462000 (LWP 204091)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72e68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 492 (Thread 0x7f0b8cc63000 (LWP 204087)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7219648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 491 (Thread 0x7f0b8d464000 (LWP 204086)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7219608) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 490 (Thread 0x7f0b8dc65000 (LWP 204084)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef72195a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 489 (Thread 0x7f0b8e466000 (LWP 204082)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8f0e668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 488 (Thread 0x7f0b8ec67000 (LWP 204081)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8f0e568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 487 (Thread 0x7f0b8f468000 (LWP 204080)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8f0e4a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 486 (Thread 0x7f0b8fc69000 (LWP 204079)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cd9ff08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 485 (Thread 0x7f0b9046a000 (LWP 204076)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef6d8fe48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 484 (Thread 0x7f0b90c6b000 (LWP 204075)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b852988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 483 (Thread 0x7f0b91c6d000 (LWP 204073)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b8525c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 482 (Thread 0x7f0b9246e000 (LWP 204072)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b852568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 481 (Thread 0x7f0b92c6f000 (LWP 204071)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b852508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 480 (Thread 0x7f0b93c71000 (LWP 204069)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b852428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 479 (Thread 0x7f0b94472000 (LWP 204068)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b8523c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 478 (Thread 0x7f0b94c73000 (LWP 204067)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b852368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 477 (Thread 0x7f0b95474000 (LWP 204066)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b701a28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 476 (Thread 0x7f0b95c75000 (LWP 204065)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0b786808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 475 (Thread 0x7f0b96476000 (LWP 204064)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72e28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 474 (Thread 0x7f0b96c77000 (LWP 204063)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72de8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 473 (Thread 0x7f0b98c7b000 (LWP 204059)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 472 (Thread 0x7f0b9947c000 (LWP 204058)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72c88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 471 (Thread 0x7f0b99c7d000 (LWP 204057)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72c28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 470 (Thread 0x7f0b9a47e000 (LWP 204056)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72ba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 469 (Thread 0x7f0b9ac7f000 (LWP 204055)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72a88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 468 (Thread 0x7f0b9b480000 (LWP 204054)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 467 (Thread 0x7f0b9bc81000 (LWP 204053)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e729c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 466 (Thread 0x7f0b9c482000 (LWP 204052)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 465 (Thread 0x7f0b9cc83000 (LWP 204051)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 464 (Thread 0x7f0b9d484000 (LWP 204050)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 463 (Thread 0x7f0b9dc85000 (LWP 204049)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e727c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 462 (Thread 0x7f0b9e486000 (LWP 204048)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 461 (Thread 0x7f0b9ec87000 (LWP 204047)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 460 (Thread 0x7f0b9f488000 (LWP 204046)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e725e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 459 (Thread 0x7f0b9fc89000 (LWP 204045)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 458 (Thread 0x7f0ba048a000 (LWP 204044)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 457 (Thread 0x7f0ba0c8b000 (LWP 204043)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e723e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 456 (Thread 0x7f0ba148c000 (LWP 204042)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 455 (Thread 0x7f0ba1c8d000 (LWP 204041)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 454 (Thread 0x7f0ba248e000 (LWP 204040)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e722a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 453 (Thread 0x7f0ba2c8f000 (LWP 204039)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 452 (Thread 0x7f0ba4492000 (LWP 204036)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 451 (Thread 0x7f0ba4c93000 (LWP 204035)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e72028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 450 (Thread 0x7f0ba5494000 (LWP 204034)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71fa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 449 (Thread 0x7f0ba5c95000 (LWP 204033)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71f68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 448 (Thread 0x7f0ba6496000 (LWP 204032)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 447 (Thread 0x7f0ba6c97000 (LWP 204031)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 446 (Thread 0x7f0ba7498000 (LWP 204030)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71e28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 445 (Thread 0x7f0ba7c99000 (LWP 204029)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ece17c980, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ece17c600) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0ba7c8f3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0ba7c8f3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ece17ca98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0ba7c8f730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0ba7c8f730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71da8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 444 (Thread 0x7f0ba849a000 (LWP 204028)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71d68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 443 (Thread 0x7f0ba8c9b000 (LWP 204027)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71d28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 442 (Thread 0x7f0ba949c000 (LWP 204026)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 441 (Thread 0x7f0ba9c9d000 (LWP 204025)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 440 (Thread 0x7f0baa49e000 (LWP 204024)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71b88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 439 (Thread 0x7f0baac9f000 (LWP 204023)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 438 (Thread 0x7f0bab4a0000 (LWP 204022)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 437 (Thread 0x7f0babca1000 (LWP 204021)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 436 (Thread 0x7f0bacca3000 (LWP 204019)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 435 (Thread 0x7f0bad4a4000 (LWP 204018)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e71948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 434 (Thread 0x7f0badca5000 (LWP 204017)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e717c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 433 (Thread 0x7f0bae4a6000 (LWP 204016)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8e716c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 432 (Thread 0x7f0baf4a8000 (LWP 204014)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f06579ae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 431 (Thread 0x7f0bb04aa000 (LWP 204012)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 430 (Thread 0x7f0bb0cab000 (LWP 204011)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 429 (Thread 0x7f0bb1cad000 (LWP 204007)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b157e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 428 (Thread 0x7f0bb24ae000 (LWP 204006)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b157a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 427 (Thread 0x7f0bb2caf000 (LWP 204005)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b156e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 426 (Thread 0x7f0bb34b0000 (LWP 204004)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 425 (Thread 0x7f0bb3cb1000 (LWP 204003)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 424 (Thread 0x7f0bb44b2000 (LWP 204002)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 423 (Thread 0x7f0bb4cb3000 (LWP 204001)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 422 (Thread 0x7f0bb54b4000 (LWP 204000)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b153a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 421 (Thread 0x7f0bb5cb5000 (LWP 203999)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b152c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 420 (Thread 0x7f0bb64b6000 (LWP 203998)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b151e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 419 (Thread 0x7f0bb6cb7000 (LWP 203997)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 418 (Thread 0x7f0bb74b8000 (LWP 203996)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 417 (Thread 0x7f0bb7cb9000 (LWP 203995)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b150c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 416 (Thread 0x7f0bb84ba000 (LWP 203994)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 415 (Thread 0x7f0bb8cbb000 (LWP 203993)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9b15048) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 414 (Thread 0x7f0bb94bc000 (LWP 203992)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afafe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 413 (Thread 0x7f0bb9cbd000 (LWP 203991)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaf88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 412 (Thread 0x7f0bba4be000 (LWP 203990)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaf28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 411 (Thread 0x7f0bbacbf000 (LWP 203989)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 410 (Thread 0x7f0bbb4c0000 (LWP 203988)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 409 (Thread 0x7f0bbbcc1000 (LWP 203987)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afae48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 408 (Thread 0x7f0bbc4c2000 (LWP 203986)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afae08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 407 (Thread 0x7f0bbd4c4000 (LWP 203984)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afad68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 406 (Thread 0x7f0bbdcc5000 (LWP 203983)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afad08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 405 (Thread 0x7f0bbe4c6000 (LWP 203982)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 404 (Thread 0x7f0bbecc7000 (LWP 203981)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afac28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 403 (Thread 0x7f0bbf4c8000 (LWP 203980)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afabc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 402 (Thread 0x7f0bbfcc9000 (LWP 203979)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afab88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 401 (Thread 0x7f0bc04ca000 (LWP 203978)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afab28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 400 (Thread 0x7f0bc0ccb000 (LWP 203977)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 399 (Thread 0x7f0bc14cc000 (LWP 203976)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaa88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 398 (Thread 0x7f0bc1ccd000 (LWP 203975)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afaa28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 397 (Thread 0x7f0bc24ce000 (LWP 203974)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa9e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 396 (Thread 0x7f0bc2ccf000 (LWP 203973)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa9a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 395 (Thread 0x7f0bc34d0000 (LWP 203972)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 394 (Thread 0x7f0bc3cd1000 (LWP 203971)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa7e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 393 (Thread 0x7f0bc44d2000 (LWP 203970)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 392 (Thread 0x7f0bc4cd3000 (LWP 203969)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 391 (Thread 0x7f0bc54d4000 (LWP 203968)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa688) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 390 (Thread 0x7f0bc64d6000 (LWP 203966)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 389 (Thread 0x7f0bc74d8000 (LWP 203964)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 388 (Thread 0x7f0bc7cd9000 (LWP 203963)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa3c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 387 (Thread 0x7f0bc84da000 (LWP 203962)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 386 (Thread 0x7f0bc8cdb000 (LWP 203961)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 385 (Thread 0x7f0bc94dc000 (LWP 203960)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 384 (Thread 0x7f0bc9cdd000 (LWP 203959)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9afa128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 383 (Thread 0x7f0bcb4e0000 (LWP 203956)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9af6f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 382 (Thread 0x7f0bcbce1000 (LWP 203955)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9af6e08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 381 (Thread 0x7f0bccce3000 (LWP 203953)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99482a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 380 (Thread 0x7f0bcd4e4000 (LWP 203952)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9af6c48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 379 (Thread 0x7f0bcdce5000 (LWP 203951)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9af6ba8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 378 (Thread 0x7f0bce4e6000 (LWP 203950)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9af6b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 377 (Thread 0x7f0bcece7000 (LWP 203949)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9af6b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 376 (Thread 0x7f0bcfce9000 (LWP 203947)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc211f08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 375 (Thread 0x7f0bd04ea000 (LWP 203945)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0efc2e59a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 374 (Thread 0x7f0bd0ceb000 (LWP 203944)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad688) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 373 (Thread 0x7f0bd14ec000 (LWP 203943)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 372 (Thread 0x7f0bd1ced000 (LWP 203942)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad5c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 371 (Thread 0x7f0bd24ee000 (LWP 203941)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 370 (Thread 0x7f0bd2cef000 (LWP 203940)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 369 (Thread 0x7f0bd34f0000 (LWP 203939)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad4e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 368 (Thread 0x7f0bd3cf1000 (LWP 203938)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad4a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 367 (Thread 0x7f0bd44f2000 (LWP 203937)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 366 (Thread 0x7f0bd4cf3000 (LWP 203936)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad3e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 365 (Thread 0x7f0bd54f4000 (LWP 203935)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad3a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 364 (Thread 0x7f0bd5cf5000 (LWP 203934)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 363 (Thread 0x7f0bd64f6000 (LWP 203933)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad308) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 362 (Thread 0x7f0bd6cf7000 (LWP 203932)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad2c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 361 (Thread 0x7f0bd74f8000 (LWP 203931)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 360 (Thread 0x7f0bd7cf9000 (LWP 203930)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad208) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 359 (Thread 0x7f0bd84fa000 (LWP 203929)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad1c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 358 (Thread 0x7f0bd8cfb000 (LWP 203928)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9aad0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 357 (Thread 0x7f0bd9cfd000 (LWP 203926)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9a82fe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 356 (Thread 0x7f0bda4fe000 (LWP 203925)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9a82fa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 355 (Thread 0x7f0bdb500000 (LWP 203923)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9a82f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 354 (Thread 0x7f0bdbd01000 (LWP 203922)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9a82ee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 353 (Thread 0x7f0bdc502000 (LWP 203921)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f909a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 352 (Thread 0x7f0bdcd03000 (LWP 203920)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 351 (Thread 0x7f0bdd504000 (LWP 203919)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 350 (Thread 0x7f0bddd05000 (LWP 203918)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 349 (Thread 0x7f0bde506000 (LWP 203917)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f907c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 348 (Thread 0x7f0bded07000 (LWP 203916)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 347 (Thread 0x7f0bdf508000 (LWP 203915)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90728) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 346 (Thread 0x7f0bdfd09000 (LWP 203914)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 345 (Thread 0x7f0be050a000 (LWP 203913)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f905a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 344 (Thread 0x7f0be0d0b000 (LWP 203912)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 343 (Thread 0x7f0be1d0d000 (LWP 203910)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90468) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 342 (Thread 0x7f0be250e000 (LWP 203909)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 341 (Thread 0x7f0be2d0f000 (LWP 203908)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f903c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 340 (Thread 0x7f0be3d11000 (LWP 203906)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 339 (Thread 0x7f0be4512000 (LWP 203905)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 338 (Thread 0x7f0be4d13000 (LWP 203889)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99e8048) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 337 (Thread 0x7f0be5514000 (LWP 203888)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1fe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 336 (Thread 0x7f0be5d15000 (LWP 203887)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 335 (Thread 0x7f0be6d17000 (LWP 203885)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1ca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 334 (Thread 0x7f0be7518000 (LWP 203884)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 333 (Thread 0x7f0be7d19000 (LWP 203883)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1aa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 332 (Thread 0x7f0be851a000 (LWP 203882)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1a68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 331 (Thread 0x7f0be8d1b000 (LWP 203881)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1a28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 330 (Thread 0x7f0be951c000 (LWP 203880)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d19c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 329 (Thread 0x7f0bea51e000 (LWP 203878)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 328 (Thread 0x7f0bead1f000 (LWP 203877)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 327 (Thread 0x7f0beb520000 (LWP 203876)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ec75e8fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ec75e8f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ec75e8c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0beb5163e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0beb5163e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ec75e9098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0beb516730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0beb516730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d17e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 326 (Thread 0x7f0c03d5d000 (LWP 203875)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d17a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 325 (Thread 0x7f0c0455e000 (LWP 203874)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1728) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 324 (Thread 0x7f0c05560000 (LWP 203872)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 323 (Thread 0x7f0c05d61000 (LWP 203871)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d15e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 322 (Thread 0x7f0c06562000 (LWP 203870)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 321 (Thread 0x7f0c06d63000 (LWP 203869)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 320 (Thread 0x7f0c07564000 (LWP 203868)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0ece17c9d8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0ece17c980, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0ece17c600) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0c0755a3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0c0755a3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0ece17ca98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0c0755a730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0c0755a730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d13e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 319 (Thread 0x7f0c07d65000 (LWP 203867)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 318 (Thread 0x7f0c08566000 (LWP 203865)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99d1308) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 317 (Thread 0x7f0c09568000 (LWP 203859)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99220c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 316 (Thread 0x7f0c09d69000 (LWP 203856)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f1f4a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 315 (Thread 0x7f0c0a56a000 (LWP 203853)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9925408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 314 (Thread 0x7f0c0ad6b000 (LWP 203848)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16e179e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 313 (Thread 0x7f0c0b56c000 (LWP 203847)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16e17988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 312 (Thread 0x7f0c0c56e000 (LWP 203845)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9925388) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 311 (Thread 0x7f0c0cd6f000 (LWP 203844)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14bac0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 310 (Thread 0x7f0c0d570000 (LWP 203843)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9925348) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 309 (Thread 0x7f0c0dd71000 (LWP 203842)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9925148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 308 (Thread 0x7f0c0ed73000 (LWP 203840)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924fa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 307 (Thread 0x7f0c0fd75000 (LWP 203838)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924e08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 306 (Thread 0x7f0c10576000 (LWP 203837)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924d88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 305 (Thread 0x7f0c10d77000 (LWP 203836)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 304 (Thread 0x7f0c11578000 (LWP 203835)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924b28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 303 (Thread 0x7f0c11d79000 (LWP 203834)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 302 (Thread 0x7f0c1257a000 (LWP 203833)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef99247c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 301 (Thread 0x7f0c12d7b000 (LWP 203832)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9924748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 300 (Thread 0x7f0c13d7d000 (LWP 203830)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2be8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 299 (Thread 0x7f0c1457e000 (LWP 203829)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2b68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 298 (Thread 0x7f0c14d7f000 (LWP 203828)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 297 (Thread 0x7f0c15580000 (LWP 203827)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 296 (Thread 0x7f0c15d81000 (LWP 203826)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2768) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 295 (Thread 0x7f0c16d83000 (LWP 203824)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 294 (Thread 0x7f0c17584000 (LWP 203823)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 293 (Thread 0x7f0c17d85000 (LWP 203822)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e23c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 292 (Thread 0x7f0c18586000 (LWP 203821)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 291 (Thread 0x7f0c18d87000 (LWP 203820)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e22c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 290 (Thread 0x7f0c19588000 (LWP 203819)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 289 (Thread 0x7f0c19d89000 (LWP 203818)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 288 (Thread 0x7f0c1a58a000 (LWP 203817)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e20a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 287 (Thread 0x7f0c1ad8b000 (LWP 203816)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 286 (Thread 0x7f0c1b58c000 (LWP 203815)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1ec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 285 (Thread 0x7f0c1bd8d000 (LWP 203814)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1de8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 284 (Thread 0x7f0c1c58e000 (LWP 203813)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1d68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 283 (Thread 0x7f0c1ed93000 (LWP 203812)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 282 (Thread 0x7f0c1f594000 (LWP 203811)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1b48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 281 (Thread 0x7f0c1fd95000 (LWP 203810)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 280 (Thread 0x7f0c20596000 (LWP 203809)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1788) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 279 (Thread 0x7f0c20d97000 (LWP 203808)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 278 (Thread 0x7f0c21598000 (LWP 203807)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e1148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 277 (Thread 0x7f0c1e592000 (LWP 203805)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064d78c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 276 (Thread 0x7f0c1dd91000 (LWP 203804)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064d7748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 275 (Thread 0x7f0c1d590000 (LWP 203803)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064d71e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 274 (Thread 0x7f0c1cd8f000 (LWP 203802)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064d7168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 273 (Thread 0x7f0c2259a000 (LWP 152366)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000136e97da in std::__1::__libcpp_condvar_wait (__cv=0x7f0f1d4ce140, __m=0x7f0f1d4ce118) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f1d4ce140, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x7f0f1d4ce0c0, thread_id=0) at ../contrib/rocksdb/util/threadpool_imp.cc:192 1h 17m [bash] #4 0x00000000136e9d24 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x7f0f1d5560c0) at ../contrib/rocksdb/util/threadpool_imp.cc:305 1h 17m [bash] #5 0x00000000136ec09c in std::__1::__invoke (__f=@0x7f0e384abc08: 0x136e9c30 , __args=@0x7f0e384abc10: 0x7f0f1d5560c0) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #6 std::__1::__thread_execute >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul> (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #7 std::__1::__thread_proxy >, void (*)(void*), rocksdb::BGThreadMetadata*> > (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 272 (Thread 0x7f0c22d9b000 (LWP 152365)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000136e97da in std::__1::__libcpp_condvar_wait (__cv=0x7f0f1d4a9880, __m=0x7f0f1d4a9858) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f1d4a9880, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x7f0f1d4a9800, thread_id=0) at ../contrib/rocksdb/util/threadpool_imp.cc:192 1h 17m [bash] #4 0x00000000136e9d24 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x7f0f0d9c4ea0) at ../contrib/rocksdb/util/threadpool_imp.cc:305 1h 17m [bash] #5 0x00000000136ec09c in std::__1::__invoke (__f=@0x7f0efbf99b08: 0x136e9c30 , __args=@0x7f0efbf99b10: 0x7f0f0d9c4ea0) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #6 std::__1::__thread_execute >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul> (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #7 std::__1::__thread_proxy >, void (*)(void*), rocksdb::BGThreadMetadata*> > (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 271 (Thread 0x7f0c275a4000 (LWP 105513)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=80, ev=0x7f0c27598990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=80, ev=0x7f0c27598990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x50, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0e8e573800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0e8e573800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x50) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0eccf7fa00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 270 (Thread 0x7f0c3adcb000 (LWP 63001)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=64, ev=0x7f0c3adbf990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=64, ev=0x7f0c3adbf990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x40, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0e1ba6a800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0e1ba6a800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x40) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f00666500) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 269 (Thread 0x7f0c3ddd1000 (LWP 62995)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=45, ev=0x7f0c3ddc5990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=45, ev=0x7f0c3ddc5990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x2d, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0ef7115800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0ef7115800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x2d) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f0f9b8600) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 268 (Thread 0x7f0e53fd2000 (LWP 35516)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=60, ev=0x7f0e53fc6990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=60, ev=0x7f0e53fc6990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x3c, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0eff3b8000) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0eff3b8000) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x3c) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f0643fb00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 267 (Thread 0x7f0cfa3c6000 (LWP 34709)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=77, ev=0x7f0cfa3ba990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=77, ev=0x7f0cfa3ba990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x4d, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0ef8fd8800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0ef8fd8800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x4d) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f0643b500) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 266 (Thread 0x7f0ec8674000 (LWP 34708)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=40, ev=0x7f0ec8668990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=40, ev=0x7f0ec8668990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x28, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0e8cb10800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0e8cb10800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x28) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f1ab64e00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 265 (Thread 0x7f0f23dff000 (LWP 18173)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9179c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 264 (Thread 0x7f0da73ec000 (LWP 18172)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d917968) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 263 (Thread 0x7f0e701f3000 (LWP 18171)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d917908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 262 (Thread 0x7f0ebc968000 (LWP 18170)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9178a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 261 (Thread 0x7f0da3bea000 (LWP 18169)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f005510e8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f005510e8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0da3be0730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0da3be0730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1c6888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 260 (Thread 0x7f0ca9b73000 (LWP 17081)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f1fb88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 259 (Thread 0x7f0caa374000 (LWP 17077)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c8ee748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 258 (Thread 0x7f0cab376000 (LWP 17072)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c8149e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 257 (Thread 0x7f0cabb77000 (LWP 17071)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064b1908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 256 (Thread 0x7f0cac378000 (LWP 17070)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0f008b3bd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0f008b3b80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0f008b3800) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0cac36e3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0cac36e3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0f008b3c98, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0cac36e730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0cac36e730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c9a7b28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 255 (Thread 0x7f0cacb79000 (LWP 17030)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dc30bc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 254 (Thread 0x7f0cad37a000 (LWP 17029)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16e28a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 253 (Thread 0x7f0cadb7b000 (LWP 17028)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d851228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 252 (Thread 0x7f0caeb7d000 (LWP 17026)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac5e188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 251 (Thread 0x7f0caf37e000 (LWP 17025)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac5e128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 250 (Thread 0x7f0cafb7f000 (LWP 17024)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac5e0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 249 (Thread 0x7f0cb0380000 (LWP 17023)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee4e8 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f0f7eee28, milliseconds=) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:157 1h 17m [bash] #2 0x000000000fb97696 in Poco::Semaphore::tryWait (this=0x7f0f0f7eee28, milliseconds=0) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:130 1h 17m [bash] #3 ConcurrentBoundedQueue::tryPop (this=0x7f0f0f7eedd0, x=..., milliseconds=137) at ../src/Common/ConcurrentBoundedQueue.h:122 1h 17m [bash] #4 0x000000000fb9714b in Coordination::ZooKeeper::sendThread (this=0x7f0f0f7eec00) at ../src/Common/ZooKeeper/ZooKeeperImpl.cpp:554 1h 17m [bash] #5 0x000000000fb9d431 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0::operator()() const (this=) at ../src/Common/ZooKeeper/ZooKeeperImpl.cpp:347 1h 17m [bash] #6 std::__1::__invoke_constexpr > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_0&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0cb0376730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0cb0376730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac5e008) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 248 (Thread 0x7f0cb0b81000 (LWP 17022)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0e96412f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0e96412c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0cb0b773e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0cb0b773e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0e96413098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0cb0b77730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0cb0b77730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac54fc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 247 (Thread 0x7f0cb1382000 (LWP 17021)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41052022-06-10 14:08:43,499 Hung check failed with exit code 1 1h 17m [bash] 2022-06-10 14:08:43,499 Stress test finished 1h 17m [bash] 8, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac54f88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 246 (Thread 0x7f0cb1b83000 (LWP 17020)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac54f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 245 (Thread 0x7f0cb2384000 (LWP 17016)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac54f08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 244 (Thread 0x7f0cb2b85000 (LWP 17014)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3d3cd448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 243 (Thread 0x7f0cb3386000 (LWP 16563)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e19d188) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 242 (Thread 0x7f0cb4b89000 (LWP 16534)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8ae4c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 241 (Thread 0x7f0cb538a000 (LWP 16514)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0efe14b538, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0efe14b538, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0cb5380730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0cb5380730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 240 (Thread 0x7f0cb5b8b000 (LWP 16512)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac21ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 239 (Thread 0x7f0cb638c000 (LWP 16489)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beff748) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 238 (Thread 0x7f0cb6b8d000 (LWP 16487)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d0929a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 237 (Thread 0x7f0cb738e000 (LWP 16483)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0eff42ee68, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0eff42ee68, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0cb7384730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0cb7384730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dceeae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 236 (Thread 0x7f0cb7b8f000 (LWP 16462)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d80fc08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 235 (Thread 0x7f0cb8b91000 (LWP 16319)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23e88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 234 (Thread 0x7f0cb9392000 (LWP 16315)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3bebcfc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 233 (Thread 0x7f0cb9b93000 (LWP 16294)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3bebcf88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 232 (Thread 0x7f0cba394000 (LWP 16290)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3bebcf48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 231 (Thread 0x7f0cbab95000 (LWP 16289)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3bebcee8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 230 (Thread 0x7f0cbb396000 (LWP 16269)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3bebcea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 229 (Thread 0x7f0cbcb99000 (LWP 16243)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1abd31c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 228 (Thread 0x7f0cbd39a000 (LWP 16126)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d5afb08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 227 (Thread 0x7f0cbdb9b000 (LWP 16124)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dc35108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 226 (Thread 0x7f0cbe39c000 (LWP 16105)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d036168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 225 (Thread 0x7f0cbf39e000 (LWP 16102)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16eafd28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 224 (Thread 0x7f0cbfb9f000 (LWP 16101)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d5d9ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 223 (Thread 0x7f0cc03a0000 (LWP 16097)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3bebc1e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 222 (Thread 0x7f0cc0ba1000 (LWP 16096)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beb6ec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 221 (Thread 0x7f0cc13a2000 (LWP 16095)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beb6e88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 220 (Thread 0x7f0cc1ba3000 (LWP 16092)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beb6e48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 219 (Thread 0x7f0d0c3cc000 (LWP 16074)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beb6e08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 218 (Thread 0x7f0d0cbcd000 (LWP 16070)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f0b4279f8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f0b4279f8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0d0cbc3730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0d0cbc3730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d9e19a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 217 (Thread 0x7f0db87ff000 (LWP 16069)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d9e13e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 216 (Thread 0x7f0e5afde000 (LWP 16065)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1aa148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 215 (Thread 0x7f0e675ef000 (LWP 16045)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14b1b6c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 214 (Thread 0x7f0ec7173000 (LWP 16038)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14b1b668) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 213 (Thread 0x7f0e709f4000 (LWP 16036)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d900f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 212 (Thread 0x7f0d033c9000 (LWP 16035)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16eaf888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 211 (Thread 0x7f0cff3c8000 (LWP 16006)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3cba43a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 210 (Thread 0x7f0cd53a4000 (LWP 11625)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130e2008) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 209 (Thread 0x7f0cd5ba5000 (LWP 11624)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130dff48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 208 (Thread 0x7f0cd63a6000 (LWP 11623)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130dff08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 207 (Thread 0x7f0cd73a8000 (LWP 11621)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130dfdc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 206 (Thread 0x7f0cd7ba9000 (LWP 11618)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f0ab121b8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f0ab121b8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0cd7b9f730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0cd7b9f730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130dfce8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 205 (Thread 0x7f0cd8bab000 (LWP 11614)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130dfb48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 204 (Thread 0x7f0cd93ac000 (LWP 11612)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1a77e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 203 (Thread 0x7f0cda3ae000 (LWP 11604)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130d1328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 202 (Thread 0x7f0cdabaf000 (LWP 11603)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130d1108) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 201 (Thread 0x7f0cdb3b0000 (LWP 11600)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130a7fe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 200 (Thread 0x7f0cdbbb1000 (LWP 11595)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130a7f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 199 (Thread 0x7f0cdcbb3000 (LWP 11587)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130a7a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 198 (Thread 0x7f0cdd3b4000 (LWP 11584)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130a7a88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 197 (Thread 0x7f0cddbb5000 (LWP 11582)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3c3662a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 196 (Thread 0x7f0cde3b6000 (LWP 11579)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f130a7848) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 195 (Thread 0x7f0cdebb7000 (LWP 11574)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3c366268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 194 (Thread 0x7f0cdfbb9000 (LWP 11564)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef9a0c028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 193 (Thread 0x7f0ce03ba000 (LWP 11560)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 192 (Thread 0x7f0ce0bbb000 (LWP 11559)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f8ff88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 191 (Thread 0x7f0ce1bbd000 (LWP 11552)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c814f28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 190 (Thread 0x7f0ce23be000 (LWP 11547)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e2708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 189 (Thread 0x7f0ce2bbf000 (LWP 11543)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dcee568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 188 (Thread 0x7f0ce33c0000 (LWP 11538)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12c1c708) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 187 (Thread 0x7f0d0b3ca000 (LWP 8337)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x000000000f890d4f in epoll_pwait (fd=400, ev=0x7f0d0b3c00f0, cnt=2, to=30000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=400, ev=0x7f0d0b3c00f0, cnt=2, to=30000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 DB::SocketInterruptablePollWrapper::poll (this=0x7f0f3be8fc60, remaining_time=...) at ../src/Server/TestKeeperTCPHandler.cpp:97 1h 17m [bash] #4 0x000000000f88d656 in DB::TestKeeperTCPHandler::runImpl (this=) at ../src/Server/TestKeeperTCPHandler.cpp:289 1h 17m [bash] #5 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x190) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #6 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f3ca41600) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #7 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f00668d00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #8 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 186 (Thread 0x7f0d863cf000 (LWP 3552)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7714688) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 185 (Thread 0x7f0d86bd0000 (LWP 3548)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7714648) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 184 (Thread 0x7f0d873d1000 (LWP 3544)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7714608) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 183 (Thread 0x7f0d87bd2000 (LWP 3542)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef77145c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 182 (Thread 0x7f0d883d3000 (LWP 3541)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f12e2f948, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f12e2f948, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0d883c9730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0d883c9730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7714588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 181 (Thread 0x7f0d893d5000 (LWP 3515)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef77144e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 180 (Thread 0x7f0d89bd6000 (LWP 3500)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f13224ae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 179 (Thread 0x7f0d8a3d7000 (LWP 3495)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d57c3e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 178 (Thread 0x7f0d8abd8000 (LWP 3484)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8b6528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 177 (Thread 0x7f0d8b3d9000 (LWP 3477)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16ed7b68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 176 (Thread 0x7f0d8bbda000 (LWP 3470)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ae3fc68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 175 (Thread 0x7f0d8c3db000 (LWP 3467)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f3268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 174 (Thread 0x7f0d8cbdc000 (LWP 3464)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f3228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 173 (Thread 0x7f0d8d3dd000 (LWP 3462)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f31e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 172 (Thread 0x7f0d8dbde000 (LWP 3456)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f31a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 171 (Thread 0x7f0d8e3df000 (LWP 3446)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f3168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 170 (Thread 0x7f0d8ebe0000 (LWP 3444)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f3128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 169 (Thread 0x7f0d933e1000 (LWP 3433)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0e7ba33f48, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0e7ba33f48, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0d933d7730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0d933d7730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f30e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 168 (Thread 0x7f0d93be2000 (LWP 3428)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d8f30a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 167 (Thread 0x7f0d9b3e3000 (LWP 3425)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d036cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 166 (Thread 0x7f0d9bbe4000 (LWP 3417)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f131ca168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 165 (Thread 0x7f0d9c3e5000 (LWP 3413)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ef9900f98, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ef9900f98, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0d9c3db730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0d9c3db730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e3bde8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 164 (Thread 0x7f0da1be6000 (LWP 3409)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f132243a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 163 (Thread 0x7f0da23e7000 (LWP 3404)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef769d8c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 162 (Thread 0x7f0da83ee000 (LWP 3354)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e045bc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 161 (Thread 0x7f0da93f0000 (LWP 3348)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e9368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 160 (Thread 0x7f0da9bf1000 (LWP 3342)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e9328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 159 (Thread 0x7f0daa3f2000 (LWP 3338)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1abe3058, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1abe3058, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0daa3e8730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0daa3e8730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e92e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 158 (Thread 0x7f0daabf3000 (LWP 3328)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0efb089878, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0efb089878, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0daabe9730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0daabe9730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e92a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 157 (Thread 0x7f0dab3f4000 (LWP 3327)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e9268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 156 (Thread 0x7f0dabbf5000 (LWP 3324)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0e7ba36398, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0e7ba36398, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0dabbeb730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0dabbeb730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e9228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 155 (Thread 0x7f0dac3f6000 (LWP 3316)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e91e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 154 (Thread 0x7f0dad3f8000 (LWP 3308)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee210 in Poco::SemaphoreImpl::waitImpl (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:107 1h 17m [bash] #2 0x000000000cdb8cd7 in Poco::Semaphore::wait (this=0x7f0e96412fd8) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:117 1h 17m [bash] #3 ConcurrentBoundedQueue >::pop (this=0x7f0e96412f80, x=...) at ../src/Common/ConcurrentBoundedQueue.h:82 1h 17m [bash] #4 0x000000000cdb8ab1 in DB::CacheDictionary::updateThreadFunction (this=0x7f0e96412c00) at ../src/Dictionaries/CacheDictionary.cpp:801 1h 17m [bash] #5 0x00000000086373cd in std::__1::__function::__value_func::operator()() const (this=0x7f0dad3ee3e0) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #6 std::__1::function::operator()() const (this=0x7f0dad3ee3e0) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #7 ThreadPoolImpl::worker (this=0x7f0e96413098, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #8 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #9 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0dad3ee730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0dad3ee730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9e9168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 153 (Thread 0x7f0dadbf9000 (LWP 3305)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0efdf4a378, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0efdf4a378, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0dadbef730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0dadbef730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f16f90cc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 152 (Thread 0x7f0db0bfb000 (LWP 3303)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f16dfa0f8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f16dfa0f8, milliseconds=10000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f1e020030, milliseconds=10000) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x0000000011dd2057 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1e020000) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:104 1h 17m [bash] #5 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f1ab99080) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #6 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #7 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #8 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 151 (Thread 0x7f0dc5b99000 (LWP 3243)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001d78a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 150 (Thread 0x7f0dc639a000 (LWP 3240)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d0178e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 149 (Thread 0x7f0dc8b9b000 (LWP 3236)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d038248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 148 (Thread 0x7f0dc939c000 (LWP 3230)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3d3f4d78, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f3d3f4d78, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0dc9392730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0dc9392730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001d76a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 147 (Thread 0x7f0dfafa0000 (LWP 3224)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f064e8128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 146 (Thread 0x7f0df7b9d000 (LWP 3044)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d5ee808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 145 (Thread 0x7f0df839e000 (LWP 3041)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0e92de2f08, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0e92de2f08, milliseconds=10000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f1d842130, milliseconds=10000) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x0000000011dd2057 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842100) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:104 1h 17m [bash] #5 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f1ab98180) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #6 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #7 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #8 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 144 (Thread 0x7f0df93a0000 (LWP 3039)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=62, ev=0x7f0df9394990, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=62, ev=0x7f0df9394990, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x3e, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000f87adfc in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=140466161) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 DB::TCPHandler::runImpl (this=0x7f0efbb2d800) at ../src/Server/TCPHandler.cpp:144 1h 17m [bash] #8 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0efbb2d800) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #9 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x3e) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #10 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #11 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f1ab97f00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #12 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #13 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #14 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 143 (Thread 0x7f0df9ba1000 (LWP 3037)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001b28a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 142 (Thread 0x7f0e023a2000 (LWP 3029)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001b2868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 141 (Thread 0x7f0e02ba3000 (LWP 3024)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21eabb88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 140 (Thread 0x7f0e033a4000 (LWP 3019)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3d3e7028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 139 (Thread 0x7f0e03ba5000 (LWP 3015)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001b2828) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 138 (Thread 0x7f0e05fa6000 (LWP 3013)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f132331d8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f132331d8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e05f9c730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e05f9c730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001b2808) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 137 (Thread 0x7f0e067a7000 (LWP 3012)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3d3b0dc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 136 (Thread 0x7f0e06fa8000 (LWP 3009)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beab868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 135 (Thread 0x7f0e2c3a9000 (LWP 2814)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ec62ef278, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ec62ef278, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e2c39f730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e2c39f730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12e79288) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 134 (Thread 0x7f0e2cbaa000 (LWP 2806)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1f8048) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 133 (Thread 0x7f0e2d3ab000 (LWP 2801)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d862f28, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d862f28, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e2d3a1730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e2d3a1730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d092928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 132 (Thread 0x7f0e2dbac000 (LWP 2779)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d4a5f48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 131 (Thread 0x7f0e2e3ad000 (LWP 2761)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f14c74ac8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 130 (Thread 0x7f0e303af000 (LWP 2741)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1aac28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 129 (Thread 0x7f0e30bb0000 (LWP 2739)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12e79e48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 128 (Thread 0x7f0e313b1000 (LWP 2735)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ab8dde8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 127 (Thread 0x7f0e33fb3000 (LWP 2596)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1adb3b28, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1adb3b28, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e33fa9730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e33fa9730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ecf9030c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 126 (Thread 0x7f0e355b4000 (LWP 2594)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3c916f58, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x000000000ebf05f5 in Poco::Event::tryWait (this=0x7f0f3c916f58, milliseconds=137) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 DB::EmbeddedDictionaries::reloadPeriodically (this=0x7f0f3c916e88) at ../src/Interpreters/EmbeddedDictionaries.cpp:104 1h 17m [bash] #4 DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2::operator()() const (this=) at ../src/Interpreters/EmbeddedDictionaries.cpp:133 1h 17m [bash] #5 std::__1::__invoke_constexpr >, DB::Context&, bool)::$_2&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #6 std::__1::__apply_tuple_impl >, DB::Context&, bool)::$_2&, std::__1::tuple<>&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #7 std::__1::apply >, DB::Context&, bool)::$_2&, std::__1::tuple<>&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #8 ThreadFromGlobalPool::ThreadFromGlobalPool >, DB::Context&, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #9 std::__1::__invoke >, DB::Context&, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #10 std::__1::__invoke_void_return_wrapper::__call >, DB::Context&, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool >, DB::Context&, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #11 std::__1::__function::__alloc_func >, DB::Context&, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #12 std::__1::__function::__func >, DB::Context&, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, DB::Context&, bool)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e355aa730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0e355aa730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3beabb88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 125 (Thread 0x7f0e35db5000 (LWP 2593)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0e7bd28098, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0e7bd28098, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e35dab730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e35dab730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cdef448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 124 (Thread 0x7f0e365b6000 (LWP 2592)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1f8c68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 123 (Thread 0x7f0e37db7000 (LWP 2586)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1a8c4628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 122 (Thread 0x7f0e3bdb8000 (LWP 2573)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1a8c45e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 121 (Thread 0x7f0e3fdba000 (LWP 2512)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=74, ev=0x7f0e3fdb02e0, cnt=1, to=10000, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=74, ev=0x7f0e3fdb02e0, cnt=1, to=10000) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x4a, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x000000000fb97afa in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 DB::ReadBufferFromPocoSocket::poll (this=0x7f0f0f7eec60, timeout_microseconds=0) at ../src/IO/ReadBufferFromPocoSocket.cpp:76 1h 17m [bash] #7 Coordination::ZooKeeper::receiveThread (this=0x7f0f0f7eec00) at ../src/Common/ZooKeeper/ZooKeeperImpl.cpp:636 1h 17m [bash] #8 0x000000000fb9d861 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1::operator()() const (this=) at ../src/Common/ZooKeeper/ZooKeeperImpl.cpp:348 1h 17m [bash] #9 std::__1::__invoke_constexpr > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #10 std::__1::__apply_tuple_impl > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 std::__1::__invoke > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #14 std::__1::__invoke_void_return_wrapper::__call > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #15 std::__1::__function::__alloc_func > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #16 std::__1::__function::__func > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, Poco::Timespan, Poco::Timespan, Poco::Timespan)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #17 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e3fdb0730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #18 std::__1::function::operator()() const (this=0x7f0e3fdb0730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #19 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #20 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #21 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #22 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #23 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #24 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #25 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 120 (Thread 0x7f0e405bb000 (LWP 2510)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e235e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 119 (Thread 0x7f0e40dbc000 (LWP 2508)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e235a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 118 (Thread 0x7f0e415bd000 (LWP 2506)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1dca53b8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1dca53b8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e415b3730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e415b3730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23568) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 117 (Thread 0x7f0e41dbe000 (LWP 2504)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 116 (Thread 0x7f0e425bf000 (LWP 2501)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 115 (Thread 0x7f0e42dc0000 (LWP 2500)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1ab21b68, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1ab21b68, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e42db6730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e42db6730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12c5e248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 114 (Thread 0x7f0e435c1000 (LWP 2495)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ef55fcc98, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ef55fcc98, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e435b7730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e435b7730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dd229e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 113 (Thread 0x7f0e43dc2000 (LWP 2484)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0eb0350e68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 112 (Thread 0x7f0e445c3000 (LWP 2480)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1a7248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 111 (Thread 0x7f0e455c5000 (LWP 2477)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e19de48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 110 (Thread 0x7f0e45dc6000 (LWP 2474)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d038368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 109 (Thread 0x7f0e465c7000 (LWP 2464)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0eff145fa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 108 (Thread 0x7f0e481c8000 (LWP 2455)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0eff1453a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 107 (Thread 0x7f0e491ca000 (LWP 2440)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0eff145328) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 106 (Thread 0x7f0e499cb000 (LWP 2431)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f065a8ec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 105 (Thread 0x7f0e4a1cc000 (LWP 2426)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f06430268) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 104 (Thread 0x7f0e4a9cd000 (LWP 2425)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1abe9028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 103 (Thread 0x7f0e519cf000 (LWP 2298)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ecc2e6198, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ecc2e6198, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e519c5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e519c5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef7f53228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 102 (Thread 0x7f0e52fd0000 (LWP 2287)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef745f908) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 101 (Thread 0x7f0e547d3000 (LWP 2265)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85d5e8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85d5e8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e547c9730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e547c9730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fc88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 100 (Thread 0x7f0e557d5000 (LWP 2258)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fc48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 99 (Thread 0x7f0e55fd6000 (LWP 2249)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fc08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 98 (Thread 0x7f0e577d9000 (LWP 2243)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fbc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 97 (Thread 0x7f0e597db000 (LWP 2214)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fb88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 96 (Thread 0x7f0e5b7df000 (LWP 2200)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0e650b75b8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0e650b75b8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e5b7d5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e5b7d5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fb48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 95 (Thread 0x7f0e5a7dd000 (LWP 2199)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000eb6b0b4 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca36248, __m=0x7f0f3ca36210) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca36248, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait const&)::$_4>(std::__1::unique_lock&, DB::DatabaseCatalog::waitTableFinallyDropped(StrongTypedef const&)::$_4) (this=0x7f0f3ca36248, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 DB::DatabaseCatalog::waitTableFinallyDropped (this=0x7f0f3ca35c00, uuid=...) at ../src/Interpreters/DatabaseCatalog.cpp:937 1h 17m [bash] #5 0x000000000ec80edd in DB::InterpreterDropQuery::waitForTableToBeActuallyDroppedOrDetached (query=..., db=..., uuid_to_wait=...) at ../src/Interpreters/InterpreterDropQuery.cpp:78 1h 17m [bash] #6 DB::InterpreterDropQuery::executeToTable (this=, query=...) at ../src/Interpreters/InterpreterDropQuery.cpp:89 1h 17m [bash] #7 0x000000000ec80981 in DB::InterpreterDropQuery::execute (this=0x7f0f3c95cb00) at ../src/Interpreters/InterpreterDropQuery.cpp:59 1h 17m [bash] #8 0x000000000f16d1bb in DB::executeQueryImpl (begin=, end=, context=..., internal=, stage=, has_query_tail=, istr=) at ../src/Interpreters/executeQuery.cpp:525 1h 17m [bash] #9 0x000000000f16bb9d in DB::executeQuery (query=..., context=..., internal=false, stage=DB::QueryProcessingStage::MAX, may_have_embedded_data=) at ../src/Interpreters/executeQuery.cpp:868 1h 17m [bash] #10 0x000000000f87b606 in DB::TCPHandler::runImpl (this=0x7f0ebe744000) at ../src/Server/TCPHandler.cpp:260 1h 17m [bash] #11 0x000000000f88a417 in DB::TCPHandler::run (this=0x7f0ebe744000) at ../src/Server/TCPHandler.cpp:1417 1h 17m [bash] #12 0x0000000011dd06df in Poco::Net::TCPServerConnection::start (this=0x7f0f3ca36274) at ../contrib/poco/Net/src/TCPServerConnection.cpp:43 1h 17m [bash] #13 0x0000000011dd20f1 in Poco::Net::TCPServerDispatcher::run (this=0x7f0f1d842300) at ../contrib/poco/Net/src/TCPServerDispatcher.cpp:113 1h 17m [bash] #14 0x0000000011efdcf9 in Poco::PooledThread::run (this=0x7f0f1ab67b00) at ../contrib/poco/Foundation/src/ThreadPool.cpp:199 1h 17m [bash] #15 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #16 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #17 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 94 (Thread 0x7f0e5d3e1000 (LWP 2181)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f12f3fae8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 93 (Thread 0x7f0e5e5e2000 (LWP 2097)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef8809028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 92 (Thread 0x7f0e5ede3000 (LWP 2094)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f0d9719e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 91 (Thread 0x7f0e603e4000 (LWP 2081)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e5c088) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 90 (Thread 0x7f0e60be5000 (LWP 2073)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e17c8c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 89 (Thread 0x7f0e613e6000 (LWP 2063)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0ef6cad5c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 88 (Thread 0x7f0e62be9000 (LWP 2039)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c8960e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 87 (Thread 0x7f0e633ea000 (LWP 2024)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ef727eb08, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ef727eb08, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e633e0730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e633e0730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c890b88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 86 (Thread 0x7f0e63beb000 (LWP 2010)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c8963a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 85 (Thread 0x7f0e643ec000 (LWP 2000)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c8909c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 84 (Thread 0x7f0e64bed000 (LWP 1987)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c896128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 83 (Thread 0x7f0e65fee000 (LWP 1984)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c890be8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 82 (Thread 0x7f0e711f5000 (LWP 1888)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3bf8f328, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f3bf8f328, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e711eb730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e711eb730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23228) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 81 (Thread 0x7f0e719f6000 (LWP 1884)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3bf8fb78, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f3bf8fb78, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e719ec730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e719ec730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e231e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 80 (Thread 0x7f0e721f7000 (LWP 1876)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e231a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 79 (Thread 0x7f0e729f8000 (LWP 1868)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000eb2e98b in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3c917608, __m=0x7f0f3c917638) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3c917608, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:299 1h 17m [bash] #4 0x000000000eb2fd31 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:163 1h 17m [bash] #5 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #6 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #7 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #8 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #9 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #10 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #11 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #12 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e729ee730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0e729ee730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23168) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 78 (Thread 0x7f0e731f9000 (LWP 1863)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23128) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 77 (Thread 0x7f0e739fa000 (LWP 1860)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e230e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 76 (Thread 0x7f0e741fb000 (LWP 1856)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e230a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 75 (Thread 0x7f0e749fc000 (LWP 1853)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f0f495298, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f0f495298, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e749f2730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0e749f2730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23068) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 74 (Thread 0x7f0e751fd000 (LWP 1852)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21e23028) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 73 (Thread 0x7f0e759fe000 (LWP 1851)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f21f55fc8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 72 (Thread 0x7f0e761ff000 (LWP 1844)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086370c8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3c979748, __m=0x7f0f3c9796f0) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3c979748, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3c979748, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3c9796f0, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x000000000863992f in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke_constexpr::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0e761f5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #11 std::__1::function::operator()() const (this=0x7f0e761f5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #12 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #13 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c9651e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #14 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #15 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #16 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #17 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #18 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 71 (Thread 0x7f0ebfb69000 (LWP 1032)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d036728) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 70 (Thread 0x7f0ec0b6b000 (LWP 1029)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0eff431da8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0eff431da8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0ec0b61730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0ec0b61730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f001869e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 69 (Thread 0x7f0ec2a6e000 (LWP 1024)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f00186528) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 68 (Thread 0x7f0ec326f000 (LWP 1023)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f00186628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 67 (Thread 0x7f0ec3a70000 (LWP 1021)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f002fe248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 66 (Thread 0x7f0ec4271000 (LWP 1020)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d43d6a8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d43d6a8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917850, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0ec4267730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0ec4267730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f002fe0e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 65 (Thread 0x7f0ec4a72000 (LWP 1003)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d536aa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 64 (Thread 0x7f0ecab76000 (LWP 637)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f00308fe8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 63 (Thread 0x7f0ef98f9000 (LWP 523)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f00308c08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 62 (Thread 0x7f0efa87a000 (LWP 519)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f131dc4c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 61 (Thread 0x7f0efb8fb000 (LWP 513)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f131dc488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 60 (Thread 0x7f0efcbfc000 (LWP 512)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f131dc448) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 59 (Thread 0x7f0efd67d000 (LWP 510)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f131dc408) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 58 (Thread 0x7f0efde7e000 (LWP 508)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f131dc3a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 57 (Thread 0x7f0f012f6000 (LWP 319)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000eb2e98b in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3c9178d8, __m=0x7f0f3c917908) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3c9178d8, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x7f0f3c917828) at ../src/Core/BackgroundSchedulePool.cpp:299 1h 17m [bash] #4 0x000000000eb2fd31 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:163 1h 17m [bash] #5 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #6 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #7 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #8 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #9 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #10 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #11 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #12 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f012ec730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0f012ec730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d037488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 56 (Thread 0x7f0f01af7000 (LWP 318)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d092548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 55 (Thread 0x7f0f022f8000 (LWP 317)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1dca6618, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1dca6618, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f022ee730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f022ee730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d0380c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 54 (Thread 0x7f0f02af9000 (LWP 316)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d817ea8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 53 (Thread 0x7f0f032fa000 (LWP 315)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d092508) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 52 (Thread 0x7f0f03afb000 (LWP 314)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e1f8888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 51 (Thread 0x7f0f048fc000 (LWP 313)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85f808, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85f808, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c917580, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c917558) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f048f2730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f048f2730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac54148) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 50 (Thread 0x7f0f050fd000 (LWP 295)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1c814ca8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 49 (Thread 0x7f0f058fe000 (LWP 293)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d9edf28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 48 (Thread 0x7f0f060ff000 (LWP 292)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000086344f8 in std::__1::__libcpp_condvar_wait (__cv=0x7f0f3ca41058, __m=0x7f0f3ca41000) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7f0f3ca41058, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x7f0f3ca41058, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:221 1h 17m [bash] #5 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d9edf08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #6 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #7 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #8 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #9 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #10 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 47 (Thread 0x7f0f07076000 (LWP 291)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=43, ev=0x7f0f0706c4d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=43, ev=0x7f0f0706c4d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x2b, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f3caf9208, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f3caf9200) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 46 (Thread 0x7f0f07877000 (LWP 290)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=46, ev=0x7f0f0786d4d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=46, ev=0x7f0f0786d4d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x2e, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f3c92c708, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f3c92c700) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 45 (Thread 0x7f0f08078000 (LWP 289)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=76, ev=0x7f0f0806e4d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=76, ev=0x7f0f0806e4d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x4c, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f131f3008, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f131f3000) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 44 (Thread 0x7f0f08879000 (LWP 288)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=57, ev=0x7f0f0886f4d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=57, ev=0x7f0f0886f4d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x39, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f1d81c008, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f1d81c000) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 43 (Thread 0x7f0f0907a000 (LWP 287)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=104, ev=0x7f0f090704d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=104, ev=0x7f0f090704d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x68, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f1d842208, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f1d842200) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 42 (Thread 0x7f0f0987b000 (LWP 286)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=85, ev=0x7f0f098714d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=85, ev=0x7f0f098714d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x55, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f3c92c208, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f3c92c200) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 41 (Thread 0x7f0f0a07c000 (LWP 285)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=84, ev=0x7f0f0a0724d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=84, ev=0x7f0f0a0724d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x54, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f3c92c0c8, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f3c92c0c0) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 40 (Thread 0x7f0f0c7fd000 (LWP 284)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3cba7018, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x000000000fb3df71 in Poco::Event::tryWait (this=0x7f0f3cba7070, milliseconds=2000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 DB::ConfigReloader::run (this=0x7f0f3ca1e280) at ../src/Common/Config/ConfigReloader.cpp:65 1h 17m [bash] #4 0x000000000fb3ef31 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #5 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #6 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #7 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #8 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f0c7f3730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #9 std::__1::function::operator()() const (this=0x7f0f0c7f3730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #10 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #11 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d874688) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #12 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #13 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #14 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #15 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #16 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 39 (Thread 0x7f0f0cffe000 (LWP 283)): 1h 17m [bash] #0 0x00007f0f3da5336c in read () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000008641998 in DB::ReadBufferFromFileDescriptor::nextImpl (this=) at ../src/IO/ReadBufferFromFileDescriptor.cpp:56 1h 17m [bash] #2 0x000000000862c868 in DB::ReadBuffer::next (this=0x7f0f0cff43c0) at ../src/IO/ReadBuffer.h:59 1h 17m [bash] #3 DB::ReadBuffer::eof (this=0x7f0f0cff43c0) at ../src/IO/ReadBuffer.h:87 1h 17m [bash] #4 DB::readChar (x=, buf=...) at ../src/IO/ReadHelpers.h:94 1h 17m [bash] #5 DB::TraceCollector::run (this=) at ../src/Common/TraceCollector.cpp:126 1h 17m [bash] #6 0x0000000008630611 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #7 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f0cff4730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #11 std::__1::function::operator()() const (this=0x7f0f0cff4730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #12 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #13 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d874628) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #14 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #15 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #16 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #17 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #18 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 38 (Thread 0x7f0f0d7ff000 (LWP 282)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000eaaab57 in std::__1::__libcpp_condvar_timedwait (__cv=0x7ffde913f568, __m=0x7ffde913f540, __ts=0x7f0f0d7f5458) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_until > > (this=0x7ffde913f568, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #4 std::__1::condition_variable::wait_until >, DB::AsynchronousMetrics::run()::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousMetrics::run()::$_0) (this=0x7ffde913f568, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #5 DB::AsynchronousMetrics::run (this=0x7ffde913f510) at ../src/Interpreters/AsynchronousMetrics.cpp:96 1h 17m [bash] #6 0x0000000008672e08 in DB::AsynchronousMetrics::start()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/AsynchronousMetrics.h:61 1h 17m [bash] #7 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #8 std::__1::__apply_tuple_impl&>(DB::AsynchronousMetrics::start()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #9 std::__1::apply&>(DB::AsynchronousMetrics::start()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #10 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::AsynchronousMetrics::start()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #11 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f0d7f5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #12 std::__1::function::operator()() const (this=0x7f0f0d7f5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #13 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #14 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d8745c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #15 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #16 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #17 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #18 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #19 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 37 (Thread 0x7f0f0e466000 (LWP 281)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000eafdbe9 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3c918588, __m=0x189, __ts=0x7f0f0e45c470) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3c918588, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3c918588, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3c918588, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3c918588, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::NamedSessions::cleanThread()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::NamedSessions::cleanThread()::{lambda()#1}) (this=0x7f0f3c918588, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::NamedSessions::cleanThread()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::NamedSessions::cleanThread()::{lambda()#1}) (this=0x7f0f3c918588, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::NamedSessions::cleanThread (this=0x7f0f3c9184f0) at ../src/Interpreters/Context.cpp:228 1h 17m [bash] #9 0x000000000eafe911 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #10 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::NamedSessions::*&&)(), DB::NamedSessions*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f0e45c730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0f0e45c730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1ac54548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 36 (Thread 0x7f0f0ec67000 (LWP 280)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000ec31483 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cba7ad0, __m=0x7f0f3cba7a90, __ts=0x7f0f0ec5d470) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cba7ad0, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cba7ad0, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cba7ad0, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cba7ad0, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x7f0f3cba7ad0, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x7f0f3cba7ad0, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x7f0f3cba7a80) at ../src/Interpreters/ExternalLoader.cpp:1234 1h 17m [bash] #9 0x000000000ec336c1 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #10 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f0ec5d730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0f0ec5d730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cdeff68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 35 (Thread 0x7f0f0f468000 (LWP 279)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3cba7398, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x000000000fb3df71 in Poco::Event::tryWait (this=0x7f0f3cba73f0, milliseconds=2000) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 DB::ConfigReloader::run (this=0x7f0f3ca1e400) at ../src/Common/Config/ConfigReloader.cpp:65 1h 17m [bash] #4 0x000000000fb3ef31 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #5 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #6 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #7 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #8 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f0f45e730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #9 std::__1::function::operator()() const (this=0x7f0f0f45e730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #10 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #11 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3caf8588) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #12 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #13 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #14 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #15 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #16 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 34 (Thread 0x7f0f102e9000 (LWP 278)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f0d869f78, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f0d869f78, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f102df730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f102df730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e01eaa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 33 (Thread 0x7f0f10aea000 (LWP 277)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0e9a7118d8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0e9a7118d8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f10ae0730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f10ae0730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1e01ea48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 32 (Thread 0x7f0f112eb000 (LWP 276)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000eb2ea91 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3c917770, __m=0x7f0f3c9177a0, __ts=0x7f0f112e1470) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3c917770, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3c917770, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:307 1h 17m [bash] #5 0x000000000eb2fd31 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:163 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_2&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f112e1730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f112e1730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d067308) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 31 (Thread 0x7f0f11aec000 (LWP 275)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0bfe32 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3ca1ee08, __m=0x7f0f3ca1edb8, __ts=0x7f0f11ae2400) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3ca1ee08, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3ca1ee08, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3ca1ee08, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3ca1ee08, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3ca1ee08, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3ca1ee08, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3ca1ed18) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0bf976 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f11ae2730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f11ae2730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d067368) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 30 (Thread 0x7f0f122ed000 (LWP 274)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0f3cba7c98) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x000000000eb35351 in Poco::Event::wait (this=0x7f0f3cba7cf4) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 DB::DDLWorker::runCleanupThread (this=0x7f0f3c978000) at ../src/Interpreters/DDLWorker.cpp:1221 1h 17m [bash] #4 0x000000000eb54f51 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #5 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #6 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #7 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #8 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f122e3730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #9 std::__1::function::operator()() const (this=0x7f0f122e3730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #10 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #11 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d0673c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #12 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #13 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #14 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #15 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #16 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 29 (Thread 0x7f0f12aee000 (LWP 273)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ebf039ba8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ebf039ba8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f12ae4730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f12ae4730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d067428) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 28 (Thread 0x7f0f13aef000 (LWP 272)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85f5d8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85f5d8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f13ae5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f13ae5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dc565a8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 27 (Thread 0x7f0f142f0000 (LWP 271)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f0af80648, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f0af80648, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f142e6730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f142e6730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dc56548) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 26 (Thread 0x7f0f14af1000 (LWP 270)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0efee04598, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0efee04598, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f14ae7730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f14ae7730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dc564e8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 25 (Thread 0x7f0f15572000 (LWP 269)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0b9dc4 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3ca1ec88, __m=0x7f0f3ca1ec38, __ts=0x7f0f15568410) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3ca1ec88, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3ca1ec88, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3ca1ec88, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3ca1ec88, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3ca1ec88, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3ca1ec88, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3ca1eb98) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0b9926 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f15568730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f15568730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1dc56488) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 24 (Thread 0x7f0f15d73000 (LWP 268)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85c008, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85c008, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f15d69730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f15d69730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cc1ea68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 23 (Thread 0x7f0f16574000 (LWP 267)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0ecd9a9ca8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0ecd9a9ca8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1656a730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1656a730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cc1ea08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 22 (Thread 0x7f0f16d75000 (LWP 266)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f065ae298, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f065ae298, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f16d6b730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f16d6b730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cc1e988) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 21 (Thread 0x7f0f177f6000 (LWP 265)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0cc272 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cbb6108, __m=0x7f0f3cbb60b8, __ts=0x7f0f177ec400) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6108, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cbb6108, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6108, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cbb6108, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6108, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6108, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0cbdc6 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f177ec730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f177ec730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cc1e928) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 20 (Thread 0x7f0f17ff7000 (LWP 264)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0efe2f71c8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0efe2f71c8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f17fed730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f17fed730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cc1e8c8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 19 (Thread 0x7f0f187f8000 (LWP 263)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0d2582 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cbb6288, __m=0x7f0f3cbb6238, __ts=0x7f0f187ee400) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6288, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cbb6288, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6288, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cbb6288, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6288, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6288, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3cbb6198) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0d20d6 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f187ee730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f187ee730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1cc1e868) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 18 (Thread 0x7f0f18ff9000 (LWP 262)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85c238, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85c238, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f18fef730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f18fef730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d817b68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 17 (Thread 0x7f0f197fa000 (LWP 261)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f16df5238, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f16df5238, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f197f0730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f197f0730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d817b08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 16 (Thread 0x7f0f19ffb000 (LWP 260)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0efee040c8, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0efee040c8, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f19ff1730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f19ff1730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d817aa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 15 (Thread 0x7f0f1a7fc000 (LWP 259)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f3ad78018, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f3ad78018, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1a7f2730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1a7f2730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d817a48) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 14 (Thread 0x7f0f1b7fd000 (LWP 258)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85f178, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85f178, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1b7f3730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1b7f3730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d412ec8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 13 (Thread 0x7f0f1bffe000 (LWP 257)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e82279 in Poco::EventImpl::waitImpl (this=0x7f0f1d85f418, milliseconds=) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:157 1h 17m [bash] #2 0x0000000011eca952 in Poco::Event::tryWait (this=0x7f0f1d85f418, milliseconds=500) at ../contrib/poco/Foundation/include/Poco/Event.h:110 1h 17m [bash] #3 Poco::NotificationQueue::waitDequeueNotification (this=0x7f0f3c9176e8, milliseconds=500) at ../contrib/poco/Foundation/src/NotificationQueue.cpp:114 1h 17m [bash] #4 0x000000000eb2e676 in DB::BackgroundSchedulePool::threadFunction (this=0x7f0f3c9176c0) at ../src/Core/BackgroundSchedulePool.cpp:262 1h 17m [bash] #5 0x000000000eb2f901 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1::operator()() const (this=) at ../src/Core/BackgroundSchedulePool.cpp:161 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, unsigned long, char const*)::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1bff4730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1bff4730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d412e68) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 12 (Thread 0x7f0f1c7ff000 (LWP 256)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011eee4e8 in Poco::SemaphoreImpl::waitImpl (this=0x7f0f0d86d150, milliseconds=) at ../contrib/poco/Foundation/src/Semaphore_POSIX.cpp:157 1h 17m [bash] #2 0x000000000fb429e6 in Poco::Semaphore::tryWait (this=0x7f0f0d86d150, milliseconds=0) at ../contrib/poco/Foundation/include/Poco/Semaphore.h:130 1h 17m [bash] #3 ConcurrentBoundedQueue::tryPop (this=0x7f0f0d86d0f8, x=..., milliseconds=137) at ../src/Common/ConcurrentBoundedQueue.h:122 1h 17m [bash] #4 0x000000000fb41729 in zkutil::TestKeeperStorage::processingThread (this=) at ../src/Common/ZooKeeper/TestKeeperStorage.cpp:533 1h 17m [bash] #5 0x000000000fb47441 in zkutil::TestKeeperStorage::TestKeeperStorage()::$_1::operator()() const (this=) at ../src/Common/ZooKeeper/TestKeeperStorage.cpp:82 1h 17m [bash] #6 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #7 std::__1::__apply_tuple_impl&>(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #8 std::__1::apply&>(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #9 ThreadFromGlobalPool::ThreadFromGlobalPool(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #10 std::__1::__invoke(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #11 std::__1::__invoke_void_return_wrapper::__call(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #12 std::__1::__function::__alloc_func(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #13 std::__1::__function::__func(zkutil::TestKeeperStorage::TestKeeperStorage()::$_1&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1c7f5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1c7f5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f1d412e08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 11 (Thread 0x7f0f1edf9000 (LWP 255)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0e4d42 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cbb6708, __m=0x7f0f3cbb66b8, __ts=0x7f0f1edef410) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6708, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cbb6708, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6708, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cbb6708, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6708, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6708, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3cbb6618) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0e4886 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1edef730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1edef730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca52a88) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 10 (Thread 0x7f0f1f5fa000 (LWP 254)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0deb12 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cbb6588, __m=0x7f0f3cbb6538, __ts=0x7f0f1f5f0400) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6588, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cbb6588, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6588, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cbb6588, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6588, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6588, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0de666 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1f5f0730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f1f5f0730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca77f08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 9 (Thread 0x7f0f1fdfb000 (LWP 253)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0ef43f in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f1fdf13d0, __m=0x7f0f1fdf13a0, __ts=0x7f0f1fdf1390) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_until > > (this=0x7f0f1fdf13d0, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #4 std::__1::this_thread::sleep_until > > (__t=...) at ../contrib/libcxx/include/thread:398 1h 17m [bash] #5 0x000000000f0ee805 in DB::MetricLog::metricThreadFunction (this=0x7f0f3cbb6498) at ../src/Interpreters/MetricLog.cpp:137 1h 17m [bash] #6 0x000000000f0f06a1 in DB::MetricLog::startCollectMetric(unsigned long)::$_0::operator()() const (this=) at ../src/Interpreters/MetricLog.cpp:61 1h 17m [bash] #7 std::__1::__invoke_constexpr (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #8 std::__1::__apply_tuple_impl&>(DB::MetricLog::startCollectMetric(unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #9 std::__1::apply&>(DB::MetricLog::startCollectMetric(unsigned long)::$_0&, std::__1::tuple<>&) (__t=..., __f=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #10 ThreadFromGlobalPool::ThreadFromGlobalPool(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #11 std::__1::__invoke(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #12 std::__1::__invoke_void_return_wrapper::__call(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348 1h 17m [bash] #13 std::__1::__function::__alloc_func(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1540 1h 17m [bash] #14 std::__1::__function::__func(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}, std::__1::allocator<{lambda()#1}>, void ()>::operator()() (this=) at ../contrib/libcxx/include/functional:1714 1h 17m [bash] #15 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f1fdf1730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #16 std::__1::function::operator()() const (this=0x7f0f1fdf1730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #17 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #18 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca77248) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #19 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #20 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #21 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #22 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #23 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 8 (Thread 0x7f0f205fc000 (LWP 252)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0d84a2 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cbb6408, __m=0x7f0f3cbb63b8, __ts=0x7f0f205f2400) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6408, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cbb6408, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6408, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cbb6408, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6408, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6408, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3cbb6318) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0d7ff6 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f205f2730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f205f2730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca52a08) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 7 (Thread 0x7f0f20dfd000 (LWP 251)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000011e81fa1 in Poco::EventImpl::waitImpl (this=0x7f0f3cba7c18) at ../contrib/poco/Foundation/src/Event_POSIX.cpp:106 1h 17m [bash] #2 0x000000000eb3431c in Poco::Event::wait (this=0x7f0f3cba7c70) at ../contrib/poco/Foundation/include/Poco/Event.h:97 1h 17m [bash] #3 DB::DDLWorker::runMainThread (this=0x7f0f3c978000) at ../src/Interpreters/DDLWorker.cpp:1184 1h 17m [bash] #4 0x000000000eb54f51 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #5 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #6 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #7 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #8 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f20df3730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #9 std::__1::function::operator()() const (this=0x7f0f20df3730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #10 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #11 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca77948) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #12 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #13 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #14 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #15 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #16 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 6 (Thread 0x7f0f215fe000 (LWP 250)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0c6314 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3ca1ef88, __m=0x7f0f3ca1ef38, __ts=0x7f0f215f4410) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3ca1ef88, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3ca1ef88, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3ca1ef88, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3ca1ef88, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3ca1ef88, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3ca1ef88, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3ca1ee98) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0c5e76 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f215f4730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f215f4730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca77aa8) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 5 (Thread 0x7f0f21dff000 (LWP 249)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000f0eada2 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cbb6888, __m=0x7f0f3cbb6838, __ts=0x7f0f21df5400) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6888, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cbb6888, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cbb6888, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cbb6888, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6888, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x7f0f3cbb6888, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::SystemLog::savingThreadFunction (this=0x7f0f3cbb6798) at ../src/Interpreters/SystemLog.h:377 1h 17m [bash] #9 0x000000000f0ea8f6 in DB::SystemLog::startup()::{lambda()#1}::operator()() const (this=) at ../src/Interpreters/SystemLog.h:229 1h 17m [bash] #10 std::__1::__invoke_constexpr::startup()::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3525 1h 17m [bash] #11 std::__1::__apply_tuple_impl::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #12 std::__1::apply::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLog::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #13 ThreadFromGlobalPool::ThreadFromGlobalPool::startup()::{lambda()#1}>(DB::SystemLog::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #14 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f21df5730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #15 std::__1::function::operator()() const (this=0x7f0f21df5730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #16 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #17 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca77888) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #18 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #19 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #20 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #21 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #22 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 4 (Thread 0x7f0f22a8a000 (LWP 248)): 1h 17m [bash] #0 0x00007f0f3da4f7b1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x000000000ec31483 in std::__1::__libcpp_condvar_timedwait (__cv=0x7f0f3cba77d0, __m=0x7f0f3cba7790, __ts=0x7f0f22a80470) at ../contrib/libcxx/include/__threading_support:359 1h 17m [bash] #2 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cba77d0, lk=..., tp=...) at ../contrib/libcxx/src/condition_variable.cpp:74 1h 17m [bash] #3 std::__1::condition_variable::wait_for > (this=0x7f0f3cba77d0, __lk=..., __d=...) at ../contrib/libcxx/include/__mutex_base:468 1h 17m [bash] #4 std::__1::condition_variable::__do_timed_wait (this=0x7f0f3cba77d0, __lk=..., __tp=...) at ../contrib/libcxx/include/__mutex_base:523 1h 17m [bash] #5 std::__1::condition_variable::wait_until > > (this=0x7f0f3cba77d0, __lk=..., __t=...) at ../contrib/libcxx/include/__mutex_base:426 1h 17m [bash] #6 std::__1::condition_variable::wait_until >, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x7f0f3cba77d0, __lk=..., __t=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:438 1h 17m [bash] #7 std::__1::condition_variable::wait_for, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x7f0f3cba77d0, __lk=..., __d=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:482 1h 17m [bash] #8 DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x7f0f3cba7780) at ../src/Interpreters/ExternalLoader.cpp:1234 1h 17m [bash] #9 0x000000000ec336c1 in std::__1::__invoke_constexpr (__f=, __a0=) at ../contrib/libcxx/include/type_traits:3467 1h 17m [bash] #10 std::__1::__apply_tuple_impl&, 0ul> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1415 1h 17m [bash] #11 std::__1::apply&> (__f=, __t=...) at ../contrib/libcxx/include/tuple:1424 1h 17m [bash] #12 ThreadFromGlobalPool::ThreadFromGlobalPool(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=) at ../src/Common/ThreadPool.h:178 1h 17m [bash] #13 0x00000000086347fd in std::__1::__function::__value_func::operator()() const (this=0x7f0f22a80730) at ../contrib/libcxx/include/functional:1867 1h 17m [bash] #14 std::__1::function::operator()() const (this=0x7f0f22a80730) at ../contrib/libcxx/include/functional:2473 1h 17m [bash] #15 ThreadPoolImpl::worker (this=0x7f0f3ca41000, thread_it=...) at ../src/Common/ThreadPool.cpp:243 1h 17m [bash] #16 0x00000000086383b3 in ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}::operator()() const (this=0x7f0f3ca77b28) at ../src/Common/ThreadPool.cpp:124 1h 17m [bash] #17 std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> (__f=...) at ../contrib/libcxx/include/type_traits:3519 1h 17m [bash] #18 std::__1::__thread_execute >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:273 1h 17m [bash] #19 std::__1::__thread_proxy >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional)::{lambda()#3}>) (__vp=) at ../contrib/libcxx/include/thread:284 1h 17m [bash] #20 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #21 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 3 (Thread 0x7f0f2328b000 (LWP 247)): 1h 17m [bash] #0 __syscall () at ../base/glibc-compatibility/musl/x86_64/syscall.s:14 1h 17m [bash] #1 0x0000000011dcb3c5 in epoll_pwait (fd=41, ev=0x7f0f232814d0, cnt=1, to=250, sigs=0x0) at ../base/glibc-compatibility/musl/epoll.c:27 1h 17m [bash] #2 epoll_wait (fd=41, ev=0x7f0f232814d0, cnt=1, to=250) at ../base/glibc-compatibility/musl/epoll.c:36 1h 17m [bash] #3 Poco::Net::SocketImpl::pollImpl (this=, remainingTime=..., mode=) at ../contrib/poco/Net/src/SocketImpl.cpp:488 1h 17m [bash] #4 0x0000000011dcb5d0 in Poco::Net::SocketImpl::poll (this=0x29, timeout=..., mode=1) at ../contrib/poco/Net/src/SocketImpl.cpp:586 1h 17m [bash] #5 0x0000000011dd02dd in Poco::Net::Socket::poll (this=0x7f0f3ca41208, timeout=..., mode=1) at ../contrib/poco/Net/include/Poco/Net/Socket.h:374 1h 17m [bash] #6 Poco::Net::TCPServer::run (this=0x7f0f3ca41200) at ../contrib/poco/Net/src/TCPServer.cpp:133 1h 17m [bash] #7 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #8 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #9 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 2 (Thread 0x7f0f3bcff000 (LWP 243)): 1h 17m [bash] #0 0x00007f0f3da5336c in read () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x0000000008641998 in DB::ReadBufferFromFileDescriptor::nextImpl (this=) at ../src/IO/ReadBufferFromFileDescriptor.cpp:56 1h 17m [bash] #2 0x00000000087ab32d in DB::ReadBuffer::next (this=0x7f0f3bcf4450) at ../src/IO/ReadBuffer.h:59 1h 17m [bash] #3 DB::ReadBuffer::eof (this=0x7f0f3bcf4450) at ../src/IO/ReadBuffer.h:87 1h 17m [bash] #4 SignalListener::run (this=0x7f0f3cb55400) at ../base/daemon/BaseDaemon.cpp:191 1h 17m [bash] #5 0x0000000011ef9c8a in Poco::ThreadImpl::runnableEntry (pThread=) at ../contrib/poco/Foundation/src/Thread_POSIX.cpp:345 1h 17m [bash] #6 0x00007f0f3da48609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #7 0x00007f0f3d969293 in clone () from /lib/x86_64-linux-gnu/libc.so.6 1h 17m [bash] 1h 17m [bash] Thread 1 (Thread 0x7f0f3d6f3000 (LWP 242)): 1h 17m [bash] #0 0x00007f0f3da4f376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 1h 17m [bash] #1 0x00000000087aab2b in std::__1::__libcpp_condvar_wait (__cv=0x7ffde9141130, __m=0x7ffde9141108) at ../contrib/libcxx/include/__threading_support:353 1h 17m [bash] #2 std::__1::condition_variable::wait (this=0x7ffde9141130, lk=...) at ../contrib/libcxx/src/condition_variable.cpp:44 1h 17m [bash] #3 std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (this=0x7ffde9141130, __lk=..., __pred=...) at ../contrib/libcxx/include/__mutex_base:409 1h 17m [bash] #4 BaseDaemon::waitForTerminationRequest (this=0x7ffde9140e70) at ../base/daemon/BaseDaemon.cpp:898 1h 17m [bash] #5 0x0000000008669d30 in DB::Server::main (this=) at ../programs/server/Server.cpp:1338 1h 17m [bash] #6 0x0000000011de6063 in Poco::Util::Application::run (this=0x7ffde9140e70) at ../contrib/poco/Util/src/Application.cpp:334 1h 17m [bash] #7 0x000000000865b3dd in DB::Server::run (this=0x7ffde9140e70) at ../programs/server/Server.cpp:326 1h 17m [bash] #8 0x000000000865a203 in mainEntryClickHouseServer (argc=6, argv=0x7f0f3caac440) at ../programs/server/Server.cpp:118 1h 17m [bash] #9 0x00000000085f704d in main (argc_=, argv_=) at ../programs/main.cpp:368 1h 17m [bash] [Inferior 1 (process 242) detached] 1h 17m [bash] 1h 17m [bash] + echo -e 'Test script exit code\tOK' 1h 17m [bash] + stop 1h 17m [bash] + clickhouse stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Sent terminate signal to process with pid 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] The process with pid = 242 is running. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 17m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 17m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-serCode: 425, e.displayText() = DB::ErrnoException: Cannot send kill signal, errno: 3, strerror: No such process (version 21.1.11.3.altinitystable (altinity build)) 1h 18m [bash] ver.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Waiting for server to stop 1h 18m [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 242. 1h 18m [bash] Will terminate forcefully. 1h 18m [bash] + start 1h 18m [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' 1h 18m [bash] + log_file_counter=1 1h 18m [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log.1 ']' 1h 18m [bash] + log_file_counter=2 1h 18m [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log.2 ']' 1h 18m [bash] + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.log.2 1h 18m [bash] + counter=0 1h 18m [bash] + clickhouse-client --query 'SELECT 1' 1h 18m [bash] Code: 210. DB::NetException: Connection refused (localhost:9000) 1h 18m [bash] 1h 18m [bash] + '[' 0 -gt 120 ']' 1h 18m [bash] + clickhouse start --user root 1h 18m [bash] + sleep 0.5 1h 18m [bash] + counter=1 1h 18m [bash] + clickhouse-client --query 'SELECT 1' 1h 18m [bash] Code: 210. DB::NetException: Connection refused (localhost:9000) 1h 18m [bash] 1h 18m [bash] + '[' 1 -gt 120 ']' 1h 18m [bash] + clickhouse start --user root 1h 18m [bash] + sleep 0.5 1h 18m [bash] + counter=2 1h 18m [bash] + clickhouse-client --query 'SELECT 1' 1h 18m [bash] Code: 210. DB::NetException: Connection refused (localhost:9000) 1h 18m [bash] 1h 18m [bash] + '[' 2 -gt 120 ']' 1h 18m [bash] + clickhouse start --user root 1h 18m [bash] + sleep 0.5 1h 18m [bash] + counter=3 1h 18m [bash] + clickhouse-client --query 'SELECT 1' 1h 18m [bash] 1 1h 18m [bash] + echo ' 1h 18m [bash] set follow-fork-mode child 1h 18m [bash] handle all noprint 1h 18m [bash] handle SIGSEGV stop print 1h 18m [bash] handle SIGBUS stop print 1h 18m [bash] handle SIGABRT stop print 1h 18m [bash] continue 1h 18m [bash] thread apply all backtrace 1h 18m [bash] detach 1h 18m [bash] quit 1h 18m [bash] ' 1h 18m [bash] + clickhouse-client --query 'SELECT '\''Server successfully started'\'', '\''OK'\''' 1h 18m [bash] ++ cat /var/run/clickhouse-server/clickhouse-server.pid 1h 18m [bash] + gdb -batch -command script.gdb -p 910407 1h 18m [bash] + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' 1h 18m [bash] + '[' -f /var/log/clickhouse-server/stderr.log ']' 1h 18m [bash] + zgrep -Fa ' ' /var/log/clickhouse-server/clickhouse-server.log 1h 18m [bash] + zgrep -Fa ================== /var/log/clickhouse-server/stderr.log 1h 18m [bash] + zgrep -Fa WARNING /var/log/clickhouse-server/stderr.log 1h 18m [bash] + zgrep -Fav 'ASan doesn'\''t fully support makecontext/swapcontext functions' 1h 18m [bash] + echo -e 'No sanitizer asserts\tOK' 1h 18m [bash] + rm -f /test_output/tmp 1h 18m [bash] + zgrep -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.log 1h 18m [bash] + echo -e 'No OOM messages in clickhouse-server.log\tOK' 1h 18m [bash] + zgrep -Fa 'Code: 49, e.displayText() = DB::Exception:' /var/log/clickhouse-server/clickhouse-server.log 1h 18m [bash] + echo -e 'No logical errors\tOK' 1h 18m [bash] + zgrep -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.log 1h 18m [bash] + echo -e 'Not crashed\tOK' 1h 18m [bash] + zgrep -Fa ' ' /var/log/clickhouse-server/clickhouse-server.log 1h 18m [bash] + echo -e 'No fatal messages in clickhouse-server.log\tOK' 1h 18m [bash] + zgrep -Fa '########################################' /test_output/gdb.log /test_output/stress_run_logs.tar.gz /test_output/test_results.tsv 1h 18m [bash] + for log_file in /var/log/clickhouse-server/clickhouse-server.log* 1h 18m [bash] + pigz 1h 18m [bash] ++ basename /var/log/clickhouse-server/clickhouse-server.log 1h 18m [bash] + for log_file in /var/log/clickhouse-server/clickhouse-server.log* 1h 18m [bash] + pigz 1h 18m [bash] ++ basename /var/log/clickhouse-server/clickhouse-server.log.1 1h 18m [bash] + for log_file in /var/log/clickhouse-server/clickhouse-server.log* 1h 18m [bash] + pigz 1h 18m [bash] ++ basename /var/log/clickhouse-server/clickhouse-server.log.2 1h 18m [bash] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination 1h 18m [bash] tar: Removing leading `/' from member names 1h 18m [bash] tar: /var/lib/clickhouse/coordination: Cannot stat: No such file or directory 1h 18m [bash] tar: Exiting with failure status due to previous errors 1h 18m [bash] + : 1h 18m [bash] + mv /var/log/clickhouse-server/stderr.log /test_output/ 1h 18m [bash] + tar -chf /test_output/query_log_dump.tar /var/lib/clickhouse/data/system/query_log 1h 18m [bash] tar: Removing leading `/' from member names 1h 18m [bash] tar: Removing leading `/' from hard link targets 1h 18m [bash] + tar -chf /test_output/trace_log_dump.tar /var/lib/clickhouse/data/system/trace_log 1h 18m [bash] tar: Removing leading `/' from member names 1h 18m [bash] tar: Removing leading `/' from hard link targets 1h 18m [bash] + clickhouse-local --structure 'test String, res String' -q 'SELECT '\''failure'\'', test FROM table WHERE res != '\''OK'\'' order by (lower(test) like '\''%hung%'\'') LIMIT 1' 1h 18m [bash] + '[' -s /test_output/check_status.tsv ']' 1h 18m [bash] 1h 18m [bash] bash# echo $? 1h 18m [bash] 0 1h 18m [bash] bash# Jun 10,2022 11:10:03 ⟥ Test Stress results 499us Processing file: /home/builder/builds/altinity-qa/clickhouse/cicd/release/tests/stress/test_output/test_results.tsv 637us ⟥⟤ OK Stress results, /stress/Stress results 1h 18m ⟥⟤ OK stress, /stress Passing ✔ [ OK ] /stress/Stress results ✔ [ OK ] /stress 1 module (1 ok) 1 test (1 ok) Total time 1h 18m Executed on Jun 10,2022 9:51 TestFlows.com Open-Source Software Testing Framework v1.6.210601.1142234