Trace number 3394620

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.5 5010.57

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394620-1306100430/watcher-3394620-1306100430 -o /tmp/evaluation-result-3394620-1306100430/solver-3394620-1306100430 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394620-1306100430.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 8.06 8.01 2/491 11024
/proc/meminfo: memFree=14107260/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=10008 CPUtime=0 cores=0-7
/proc/11024/stat : 11024 (plingeling) R 11022 11024 10759 0 -1 4202496 594 1253 0 0 0 0 0 0 24 0 1 0 800273701 10248192 525 33554432000 4194304 4417452 140734090894672 18446744073709551615 4231392 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11024/statm: 2502 525 148 55 0 388 0

[startup+0.0491609 s]
/proc/loadavg: 8.09 8.06 8.01 2/491 11024
/proc/meminfo: memFree=14107260/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=25588 CPUtime=0.03 cores=0-7
/proc/11024/stat : 11024 (plingeling) R 11022 11024 10759 0 -1 4202496 4552 1253 0 0 3 0 0 0 25 0 1 0 800273701 26202112 4405 33554432000 4194304 4417452 140734090894672 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11024/statm: 6397 4405 149 55 0 4283 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25588

[startup+0.101121 s]
/proc/loadavg: 8.09 8.06 8.01 2/491 11024
/proc/meminfo: memFree=14107260/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=181900 CPUtime=0.13 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 6874 1253 0 0 13 0 0 0 18 0 9 0 800273701 186265600 6669 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 45475 6669 173 55 0 43361 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 181900

[startup+0.301026 s]
/proc/loadavg: 8.09 8.06 8.01 2/491 11024
/proc/meminfo: memFree=14107260/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=178616 CPUtime=1.71 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 7967 1253 0 0 171 0 0 0 18 0 9 0 800273701 182902784 5759 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 44654 5759 179 55 0 42540 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 178616

[startup+0.700953 s]
/proc/loadavg: 8.09 8.06 8.01 2/491 11024
/proc/meminfo: memFree=14107260/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=178884 CPUtime=4.91 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 8099 1253 0 0 491 0 0 0 18 0 9 0 800273701 183177216 5891 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 44721 5891 179 55 0 42607 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 178884

[startup+1.50081 s]
/proc/loadavg: 8.08 8.05 8.01 9/500 11038
/proc/meminfo: memFree=14081148/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=188404 CPUtime=11.29 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 10479 1253 0 0 1128 1 0 0 18 0 9 0 800273701 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 47101 8271 179 55 0 44987 0
[pid=11024/tid=11031] ppid=11022 vsize=188404 CPUtime=1.4 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 604 1253 0 0 140 0 0 0 19 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=188404 CPUtime=1.39 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 543 1253 0 0 139 0 0 0 25 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=188404 CPUtime=1.37 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 163 1253 0 0 137 0 0 0 25 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=188404 CPUtime=1.4 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1452 1253 0 0 140 0 0 0 19 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=188404 CPUtime=1.4 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 699 1253 0 0 140 0 0 0 20 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=188404 CPUtime=1.39 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 621 1253 0 0 139 0 0 0 19 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=188404 CPUtime=1.4 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 598 1253 0 0 140 0 0 0 19 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=188404 CPUtime=1.4 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 628 1253 0 0 140 0 0 0 23 0 9 0 800273710 192925696 8271 33554432000 4194304 4417452 140734090894672 18446744073709551615 4357018 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 188404

[startup+3.10051 s]
/proc/loadavg: 8.08 8.05 8.01 9/500 11038
/proc/meminfo: memFree=14068872/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=201552 CPUtime=24.07 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 13766 1253 0 0 2406 1 0 0 18 0 9 0 800273701 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 50388 11558 179 55 0 48274 0
[pid=11024/tid=11031] ppid=11022 vsize=201552 CPUtime=3 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 938 1253 0 0 300 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4249577 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=201552 CPUtime=2.99 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 797 1253 0 0 299 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=201552 CPUtime=2.95 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 842 1253 0 0 295 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=201552 CPUtime=3 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 2223 1253 0 0 300 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=201552 CPUtime=3 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 920 1253 0 0 300 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4337236 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=201552 CPUtime=2.99 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 870 1253 0 0 299 0 0 0 24 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=201552 CPUtime=3 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1106 1253 0 0 300 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4276039 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=201552 CPUtime=3 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 899 1253 0 0 300 0 0 0 25 0 9 0 800273710 206389248 11558 33554432000 4194304 4417452 140734090894672 18446744073709551615 4258131 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 201552

[startup+6.30092 s]
/proc/loadavg: 8.08 8.05 8.01 9/500 11038
/proc/meminfo: memFree=14054116/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=213324 CPUtime=49.62 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 18485 1253 0 0 4960 2 0 0 18 0 9 0 800273701 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 53331 14530 179 55 0 51217 0
[pid=11024/tid=11031] ppid=11022 vsize=213324 CPUtime=6.2 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1542 1253 0 0 620 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=213324 CPUtime=6.19 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 978 1253 0 0 619 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=213324 CPUtime=6.1 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1022 1253 0 0 610 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4232808 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=213324 CPUtime=6.2 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 3736 1253 0 0 620 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=213324 CPUtime=6.2 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1535 1253 0 0 620 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4351380 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=213324 CPUtime=6.19 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1373 1253 0 0 619 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=213324 CPUtime=6.2 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1401 1253 0 0 620 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=213324 CPUtime=6.2 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1727 1253 0 0 620 0 0 0 25 0 9 0 800273710 218443776 14530 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.62
Current children cumulated vsize (KiB) 213324

[startup+12.7007 s]
/proc/loadavg: 8.07 8.05 8.01 9/500 11038
/proc/meminfo: memFree=14020048/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=239924 CPUtime=100.7 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 31747 1253 0 0 10066 4 0 0 18 0 9 0 800273701 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 59981 21199 179 55 0 57867 0
[pid=11024/tid=11031] ppid=11022 vsize=239924 CPUtime=12.6 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 3156 1253 0 0 1260 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=239924 CPUtime=12.59 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1739 1253 0 0 1259 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=239924 CPUtime=12.39 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1534 1253 0 0 1239 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=239924 CPUtime=12.6 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 9747 1253 0 0 1259 1 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=239924 CPUtime=12.6 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 2932 1253 0 0 1260 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=239924 CPUtime=12.59 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 2555 1253 0 0 1259 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=239924 CPUtime=12.6 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 2475 1253 0 0 1260 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4259858 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=239924 CPUtime=12.6 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 2438 1253 0 0 1260 0 0 0 25 0 9 0 800273710 245682176 21199 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 239924

[startup+25.5004 s]
/proc/loadavg: 8.06 8.05 8.01 9/500 11038
/proc/meminfo: memFree=14002648/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=254808 CPUtime=202.89 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 60840 1253 0 0 20279 10 0 0 18 0 9 0 800273701 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 63702 24929 179 55 0 61588 0
[pid=11024/tid=11031] ppid=11022 vsize=254808 CPUtime=25.4 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 6613 1253 0 0 2539 1 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=254808 CPUtime=25.39 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 2082 1253 0 0 2539 0 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4365062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=254808 CPUtime=24.97 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 2387 1253 0 0 2497 0 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=254808 CPUtime=25.4 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 21540 1253 0 0 2536 4 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=254808 CPUtime=25.4 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 7540 1253 0 0 2540 0 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=254808 CPUtime=25.38 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 5629 1253 0 0 2538 0 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=254808 CPUtime=25.4 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 2732 1253 0 0 2540 0 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=254808 CPUtime=25.39 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 7146 1253 0 0 2539 0 0 0 25 0 9 0 800273710 260923392 24929 33554432000 4194304 4417452 140734090894672 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.89
Current children cumulated vsize (KiB) 254808

[startup+51.1006 s]
/proc/loadavg: 8.04 8.05 8.01 9/500 11039
/proc/meminfo: memFree=13985696/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=281280 CPUtime=407.27 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 168824 1253 0 0 40697 30 0 0 18 0 9 0 800273701 288030720 31551 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 70320 31551 179 55 0 68206 0
[pid=11024/tid=11031] ppid=11022 vsize=281280 CPUtime=50.99 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 24053 1253 0 0 5096 3 0 0 25 0 9 0 800273710 288030720 31551 33554432000 4194304 4417452 140734090894672 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=281280 CPUtime=50.99 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 10958 1253 0 0 5097 2 0 0 25 0 9 0 800273710 288030720 31551 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=281280 CPUtime=50.15 cores=0-7

################
# More data... #
################

/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1840464 1253 0 0 471928 309 0 0 25 0 9 0 800273710 821411840 161768 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=802160 CPUtime=4722.36 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1704511 1253 0 0 471934 302 0 0 25 0 9 0 800273710 821411840 161768 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=802160 CPUtime=4721.06 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1822769 1253 0 0 471803 303 0 0 25 0 9 0 800273710 821411840 161768 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=802160 CPUtime=4721.71 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1684802 1253 0 0 471886 285 0 0 25 0 9 0 800273710 821411840 161768 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=802160 CPUtime=4722.18 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1650690 1253 0 0 471937 281 0 0 25 0 9 0 800273710 821411840 161768 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37699.5
Current children cumulated vsize (KiB) 802160

[startup+4782.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/500 11177
/proc/meminfo: memFree=13480312/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=783116 CPUtime=38178.3 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 13945103 1253 0 0 3815430 2404 0 0 18 0 9 0 800273701 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 195779 157007 179 55 0 193665 0
[pid=11024/tid=11031] ppid=11022 vsize=783116 CPUtime=4782.18 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1665479 1253 0 0 477931 287 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=783116 CPUtime=4782.33 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1698914 1253 0 0 477929 304 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=783116 CPUtime=4704.09 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1787069 1253 0 0 470094 315 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=783116 CPUtime=4782.34 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1854272 1253 0 0 477923 311 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=783116 CPUtime=4782.34 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1725059 1253 0 0 477929 305 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=783116 CPUtime=4781.02 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1836794 1253 0 0 477797 305 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=783116 CPUtime=4781.69 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1701525 1253 0 0 477882 287 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=783116 CPUtime=4782.17 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1670820 1253 0 0 477933 284 0 0 25 0 9 0 800273710 801910784 157007 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38178.3
Current children cumulated vsize (KiB) 783116

[startup+4842.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/500 11188
/proc/meminfo: memFree=13454004/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=778512 CPUtime=38657.3 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 14059763 1253 0 0 3863307 2424 0 0 18 0 9 0 800273701 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 194628 155856 179 55 0 192514 0
[pid=11024/tid=11031] ppid=11022 vsize=778512 CPUtime=4842.19 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1686153 1253 0 0 483928 291 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=778512 CPUtime=4842.33 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1712402 1253 0 0 483927 306 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=778512 CPUtime=4763.1 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1797890 1253 0 0 475993 317 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4247002 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=778512 CPUtime=4842.35 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1874149 1253 0 0 483919 316 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=778512 CPUtime=4842.32 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1736512 1253 0 0 483925 307 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=778512 CPUtime=4841.01 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1850616 1253 0 0 483794 307 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=778512 CPUtime=4841.7 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1714909 1253 0 0 483881 289 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=778512 CPUtime=4842.18 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1681961 1253 0 0 483931 287 0 0 25 0 9 0 800273710 797196288 155856 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38657.3
Current children cumulated vsize (KiB) 778512

[startup+4902.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/500 11189
/proc/meminfo: memFree=13420024/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=842648 CPUtime=39136.3 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 14188671 1253 0 0 3911191 2443 0 0 18 0 9 0 800273701 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 210662 171890 179 55 0 208548 0
[pid=11024/tid=11031] ppid=11022 vsize=842648 CPUtime=4902.19 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1704799 1253 0 0 489926 293 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4259008 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=842648 CPUtime=4902.34 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1727215 1253 0 0 489925 309 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=842648 CPUtime=4822.13 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1813760 1253 0 0 481894 319 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=842648 CPUtime=4902.35 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1884868 1253 0 0 489918 317 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=842648 CPUtime=4902.32 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1752209 1253 0 0 489922 310 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=842648 CPUtime=4901 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1863031 1253 0 0 489791 309 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=842648 CPUtime=4901.69 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1742167 1253 0 0 489876 293 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=842648 CPUtime=4902.17 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1695451 1253 0 0 489928 289 0 0 25 0 9 0 800273710 862871552 171890 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39136.3
Current children cumulated vsize (KiB) 842648

[startup+4962.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/500 11191
/proc/meminfo: memFree=13473824/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=757500 CPUtime=39615.3 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 14334959 1253 0 0 3959068 2466 0 0 18 0 9 0 800273701 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 189375 150603 179 55 0 187261 0
[pid=11024/tid=11031] ppid=11022 vsize=757500 CPUtime=4962.18 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1720876 1253 0 0 495923 295 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=757500 CPUtime=4962.34 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1753751 1253 0 0 495921 313 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=757500 CPUtime=4881.14 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1833866 1253 0 0 487792 322 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=757500 CPUtime=4962.35 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1908860 1253 0 0 495914 321 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364637 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=757500 CPUtime=4962.33 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1763809 1253 0 0 495921 312 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=757500 CPUtime=4960.97 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1885171 1253 0 0 495785 312 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=757500 CPUtime=4961.71 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1754584 1253 0 0 495875 296 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=757500 CPUtime=4962.18 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1708871 1253 0 0 495927 291 0 0 25 0 9 0 800273710 775680000 150603 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39615.3
Current children cumulated vsize (KiB) 757500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.52 s]
/proc/loadavg: 8.08 8.07 8.01 9/500 11192
/proc/meminfo: memFree=13481264/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=781676 CPUtime=40000.4 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 14459704 1253 0 0 3997545 2490 0 0 18 0 9 0 800273701 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 195419 156647 179 55 0 193305 0
[pid=11024/tid=11031] ppid=11022 vsize=781676 CPUtime=5010.43 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1738080 1253 0 0 500744 299 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=781676 CPUtime=5010.57 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1765252 1253 0 0 500743 314 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=781676 CPUtime=4928.57 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1842577 1253 0 0 492534 323 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=781676 CPUtime=5010.58 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1928759 1253 0 0 500733 325 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364749 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=781676 CPUtime=5010.56 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1785373 1253 0 0 500740 316 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=781676 CPUtime=5009.2 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1892233 1253 0 0 500606 314 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=781676 CPUtime=5009.94 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1774031 1253 0 0 500694 300 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=781676 CPUtime=5010.41 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1728228 1253 0 0 500746 295 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 781676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5010.52 s]
/proc/loadavg: 8.08 8.07 8.01 9/500 11192
/proc/meminfo: memFree=13481264/32950928 swapFree=38710952/67111528
[pid=11024] ppid=11022 vsize=781676 CPUtime=40000.4 cores=0-7
/proc/11024/stat : 11024 (plingeling) S 11022 11024 10759 0 -1 4202496 14459704 1253 0 0 3997545 2490 0 0 18 0 9 0 800273701 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11024/statm: 195419 156647 179 55 0 193305 0
[pid=11024/tid=11031] ppid=11022 vsize=781676 CPUtime=5010.43 cores=0-7
/proc/11024/task/11031/stat : 11031 (plingeling) R 11022 11024 10759 0 -1 4202560 1738080 1253 0 0 500744 299 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11024/tid=11032] ppid=11022 vsize=781676 CPUtime=5010.57 cores=0-7
/proc/11024/task/11032/stat : 11032 (plingeling) R 11022 11024 10759 0 -1 4202560 1765252 1253 0 0 500743 314 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11024/tid=11033] ppid=11022 vsize=781676 CPUtime=4928.57 cores=0-7
/proc/11024/task/11033/stat : 11033 (plingeling) R 11022 11024 10759 0 -1 4202560 1842577 1253 0 0 492534 323 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11024/tid=11034] ppid=11022 vsize=781676 CPUtime=5010.58 cores=0-7
/proc/11024/task/11034/stat : 11034 (plingeling) R 11022 11024 10759 0 -1 4202560 1928759 1253 0 0 500733 325 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364749 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11024/tid=11035] ppid=11022 vsize=781676 CPUtime=5010.56 cores=0-7
/proc/11024/task/11035/stat : 11035 (plingeling) R 11022 11024 10759 0 -1 4202560 1785373 1253 0 0 500740 316 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11024/tid=11036] ppid=11022 vsize=781676 CPUtime=5009.2 cores=0-7
/proc/11024/task/11036/stat : 11036 (plingeling) R 11022 11024 10759 0 -1 4202560 1892233 1253 0 0 500606 314 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11024/tid=11037] ppid=11022 vsize=781676 CPUtime=5009.94 cores=0-7
/proc/11024/task/11037/stat : 11037 (plingeling) R 11022 11024 10759 0 -1 4202560 1774031 1253 0 0 500694 300 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11024/tid=11038] ppid=11022 vsize=781676 CPUtime=5010.41 cores=0-7
/proc/11024/task/11038/stat : 11038 (plingeling) R 11022 11024 10759 0 -1 4202560 1728228 1253 0 0 500746 295 0 0 25 0 9 0 800273710 800436224 156647 33554432000 4194304 4417452 140734090894672 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 781676

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.57
CPU time (s): 40000.5
CPU user time (s): 39975.6
CPU system time (s): 24.9352
CPU usage (%): 798.322
Max. virtual memory (cumulated for all children) (KiB): 915224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39975.6
system time used= 24.9352
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14460957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 675
involuntary context switches= 186495

runsolver used 23.3884 second user time and 58.6361 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-22 23:40:30
IDJOB=3394620
IDBENCH=83336
IDSOLVER=1851
FILE ID=node113/3394620-1306100430
RUNJOBID= node113-1306094847-10773
PBS_JOBID= 13387961
Free space on /tmp= 73316 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394620-1306100430/watcher-3394620-1306100430 -o /tmp/evaluation-result-3394620-1306100430/solver-3394620-1306100430 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394620-1306100430.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=595665829

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14107540 kB
Buffers:        333592 kB
Cached:        8773404 kB
SwapCached:      93732 kB
Active:        8057488 kB
Inactive:     10445956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14107540 kB
SwapTotal:    67111528 kB
SwapFree:     38710952 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:     9315264 kB
Mapped:          25452 kB
Slab:           151876 kB
PageTables:     116632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154764308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73316 MiB
End job on node113 at 2011-05-23 01:04:03