Trace number 3394798

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.3 5008.3

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

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-3394798-1306106056/watcher-3394798-1306106056 -o /tmp/evaluation-result-3394798-1306106056/solver-3394798-1306106056 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394798-1306106056.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: 7.46 7.95 7.99 1/379 30410
/proc/meminfo: memFree=18239280/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=8728 CPUtime=0 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 215 0 0 0 0 0 0 0 25 0 1 0 722208364 8937472 146 33554432000 4194304 4417452 140734428007648 18446744073709551615 218370957056 0 0 4096 0 18446744071562362840 0 0 17 2 0 0 0
/proc/30410/statm: 2182 146 122 55 0 68 0

[startup+0.042364 s]
/proc/loadavg: 7.46 7.95 7.99 1/379 30410
/proc/meminfo: memFree=18239280/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=8728 CPUtime=0 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 215 0 0 0 0 0 0 0 25 0 1 0 722208364 8937472 146 33554432000 4194304 4417452 140734428007648 18446744073709551615 218370957056 0 0 4096 0 18446744071562362840 0 0 17 2 0 0 0
/proc/30410/statm: 2182 146 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.101169 s]
/proc/loadavg: 7.46 7.95 7.99 1/379 30410
/proc/meminfo: memFree=18239280/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=223316 CPUtime=0.16 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 762 1249 0 4 16 0 0 0 18 0 9 0 722208364 228675584 648 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 55863 713 180 55 0 53749 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 223316

[startup+0.30026 s]
/proc/loadavg: 7.46 7.95 7.99 1/379 30410
/proc/meminfo: memFree=18239280/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=231216 CPUtime=1.66 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 4319 1249 0 4 166 0 0 0 18 0 9 0 722208364 236765184 2716 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 57804 2716 180 55 0 55690 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 231216

[startup+0.70019 s]
/proc/loadavg: 7.46 7.95 7.99 1/379 30410
/proc/meminfo: memFree=18239280/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=237088 CPUtime=4.86 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11788 1249 0 4 485 1 0 0 18 0 9 0 722208364 242778112 4177 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 59272 4177 180 55 0 57158 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 237088

[startup+1.50105 s]
/proc/loadavg: 7.46 7.95 7.99 10/388 30424
/proc/meminfo: memFree=18215848/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=247932 CPUtime=11.25 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 26940 1249 0 4 1121 4 0 0 18 0 9 0 722208364 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 61983 6888 180 55 0 59869 0
[pid=30410/tid=30417] ppid=30408 vsize=247932 CPUtime=1.41 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 3331 1249 0 4 141 0 0 0 19 0 9 0 722208371 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=247932 CPUtime=1.41 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 3272 1249 0 4 141 0 0 0 19 0 9 0 722208371 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=247932 CPUtime=1.36 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 3311 1249 0 4 136 0 0 0 25 0 9 0 722208371 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4305879 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=247932 CPUtime=1.41 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 3582 1249 0 4 141 0 0 0 19 0 9 0 722208371 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=247932 CPUtime=1.41 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 3352 1249 0 4 141 0 0 0 20 0 9 0 722208371 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=247932 CPUtime=1.38 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 3399 1249 0 4 138 0 0 0 25 0 9 0 722208372 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=247932 CPUtime=1.4 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 3172 1249 0 4 140 0 0 0 19 0 9 0 722208372 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=247932 CPUtime=1.4 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 3144 1249 0 4 140 0 0 0 19 0 9 0 722208372 253882368 6888 33554432000 4194304 4417452 140734428007648 18446744073709551615 4358080 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (KiB) 247932

[startup+3.10076 s]
/proc/loadavg: 7.51 7.95 7.99 9/388 30424
/proc/meminfo: memFree=18207912/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=255352 CPUtime=24.04 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 51319 1249 0 4 2395 9 0 0 18 0 9 0 722208364 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 63838 8736 180 55 0 61724 0
[pid=30410/tid=30417] ppid=30408 vsize=255352 CPUtime=3.01 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 7130 1249 0 4 300 1 0 0 25 0 9 0 722208371 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=255352 CPUtime=3.01 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 6076 1249 0 4 301 0 0 0 25 0 9 0 722208371 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4307384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=255352 CPUtime=2.95 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 6465 1249 0 4 295 0 0 0 25 0 9 0 722208371 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=255352 CPUtime=3.01 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 6411 1249 0 4 300 1 0 0 25 0 9 0 722208371 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=255352 CPUtime=3.01 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 5566 1249 0 4 300 1 0 0 25 0 9 0 722208371 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4250513 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=255352 CPUtime=2.97 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 5728 1249 0 4 296 1 0 0 25 0 9 0 722208372 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=255352 CPUtime=3 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 6389 1249 0 4 299 1 0 0 25 0 9 0 722208372 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=255352 CPUtime=3 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 7177 1249 0 4 299 1 0 0 24 0 9 0 722208372 261480448 8736 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 255352

[startup+6.30119 s]
/proc/loadavg: 7.51 7.95 7.99 9/388 30424
/proc/meminfo: memFree=18178536/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=276696 CPUtime=49.54 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 96292 1249 0 4 4935 19 0 0 18 0 9 0 722208364 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 69174 14047 180 55 0 67060 0
[pid=30410/tid=30417] ppid=30408 vsize=276696 CPUtime=6.21 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 11661 1249 0 4 619 2 0 0 25 0 9 0 722208371 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=276696 CPUtime=6.21 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 12606 1249 0 4 619 2 0 0 25 0 9 0 722208371 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=276696 CPUtime=6.15 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 13539 1249 0 4 614 1 0 0 25 0 9 0 722208371 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=276696 CPUtime=6.21 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 10620 1249 0 4 620 1 0 0 25 0 9 0 722208371 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=276696 CPUtime=6.16 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 12561 1249 0 4 613 3 0 0 25 0 9 0 722208371 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=276696 CPUtime=6.14 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 11244 1249 0 4 612 2 0 0 25 0 9 0 722208372 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=276696 CPUtime=6.19 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 11057 1249 0 4 617 2 0 0 25 0 9 0 722208372 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=276696 CPUtime=6.2 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 12627 1249 0 4 618 2 0 0 25 0 9 0 722208372 283336704 14047 33554432000 4194304 4417452 140734428007648 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.54
Current children cumulated vsize (KiB) 276696

[startup+12.7011 s]
/proc/loadavg: 7.58 7.95 7.99 9/388 30424
/proc/meminfo: memFree=18167080/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=295840 CPUtime=100.66 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 176936 1249 0 4 10031 35 0 0 18 0 9 0 722208364 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 73960 18839 180 55 0 71846 0
[pid=30410/tid=30417] ppid=30408 vsize=295840 CPUtime=12.61 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 21677 1249 0 4 1257 4 0 0 25 0 9 0 722208371 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4353828 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=295840 CPUtime=12.61 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 22562 1249 0 4 1257 4 0 0 25 0 9 0 722208371 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4365195 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=295840 CPUtime=12.56 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 24196 1249 0 4 1252 4 0 0 25 0 9 0 722208371 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=295840 CPUtime=12.62 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 18206 1249 0 4 1259 3 0 0 25 0 9 0 722208371 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=295840 CPUtime=12.48 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 22668 1249 0 4 1243 5 0 0 25 0 9 0 722208371 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=295840 CPUtime=12.54 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 21836 1249 0 4 1250 4 0 0 25 0 9 0 722208372 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=295840 CPUtime=12.6 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 20384 1249 0 4 1256 4 0 0 25 0 9 0 722208372 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4309503 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=295840 CPUtime=12.6 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 25030 1249 0 4 1255 5 0 0 25 0 9 0 722208372 302940160 18839 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.66
Current children cumulated vsize (KiB) 295840

[startup+25.5008 s]
/proc/loadavg: 7.65 7.95 7.99 9/388 30425
/proc/meminfo: memFree=18144980/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=310116 CPUtime=202.89 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 320168 1249 0 4 20226 63 0 0 18 0 9 0 722208364 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 77529 22443 180 55 0 75415 0
[pid=30410/tid=30417] ppid=30408 vsize=310116 CPUtime=25.41 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 39845 1249 0 4 2534 7 0 0 25 0 9 0 722208371 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4357232 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=310116 CPUtime=25.41 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 45627 1249 0 4 2534 7 0 0 25 0 9 0 722208371 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=310116 CPUtime=25.36 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 41281 1249 0 4 2529 7 0 0 25 0 9 0 722208371 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4310604 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=310116 CPUtime=25.41 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 31879 1249 0 4 2536 5 0 0 25 0 9 0 722208371 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=310116 CPUtime=25.11 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 39147 1249 0 4 2503 8 0 0 25 0 9 0 722208371 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=310116 CPUtime=25.33 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 41558 1249 0 4 2525 8 0 0 25 0 9 0 722208372 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=310116 CPUtime=25.39 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 37780 1249 0 4 2531 8 0 0 25 0 9 0 722208372 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4263136 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=310116 CPUtime=25.4 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 42674 1249 0 4 2531 9 0 0 25 0 9 0 722208372 317558784 22443 33554432000 4194304 4417452 140734428007648 18446744073709551615 4344154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.89
Current children cumulated vsize (KiB) 310116

[startup+51.1012 s]
/proc/loadavg: 7.82 7.97 7.99 9/388 30426
/proc/meminfo: memFree=18115848/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=346720 CPUtime=407.37 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 549113 1249 0 4 40629 108 0 0 18 0 9 0 722208364 355041280 31565 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 86680 31565 180 55 0 84566 0
[pid=30410/tid=30417] ppid=30408 vsize=346720 CPUtime=51.01 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 68522 1249 0 4 5088 13 0 0 25 0 9 0 722208371 355041280 31565 33554432000 4194304 4417452 140734428007648 18446744073709551615 4309183 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=346720 CPUtime=51.01 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 73255 1249 0 4 5089 12 0 0 25 0 9 0 722208371 355041280 31565 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=346720 CPUtime=50.95 cores=0-7

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

/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1326352 1249 0 4 465998 220 0 0 25 0 9 0 722208371 1601986560 336193 33554432000 4194304 4417452 140734428007648 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1564440 CPUtime=4603.05 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1373540 1249 0 4 460035 270 0 0 25 0 9 0 722208371 1601986560 336193 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1564440 CPUtime=4662.24 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1561586 1249 0 4 465932 292 0 0 25 0 9 0 722208372 1601986560 336193 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1564440 CPUtime=4662.29 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1508684 1249 0 4 465962 267 0 0 25 0 9 0 722208372 1601986560 336193 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1564440 CPUtime=4661.33 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1280532 1249 0 4 465886 247 0 0 25 0 9 0 722208372 1601986560 336193 33554432000 4194304 4417452 140734428007648 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37237.2
Current children cumulated vsize (KiB) 1564440

[startup+4722.31 s]
/proc/loadavg: 8.07 8.07 8.01 9/388 30562
/proc/meminfo: memFree=16946792/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=1509536 CPUtime=37716.6 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11335034 1249 0 4 3769530 2125 0 0 18 0 9 0 722208364 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 377384 322375 180 55 0 375270 0
[pid=30410/tid=30417] ppid=30408 vsize=1509536 CPUtime=4722.31 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 1366204 1249 0 4 471956 275 0 0 25 0 9 0 722208371 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=1509536 CPUtime=4721.51 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 1430262 1249 0 4 471884 267 0 0 25 0 9 0 722208371 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=1509536 CPUtime=4722.28 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 1460546 1249 0 4 471949 279 0 0 25 0 9 0 722208371 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=1509536 CPUtime=4722.19 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1332595 1249 0 4 471998 221 0 0 25 0 9 0 722208371 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1509536 CPUtime=4662.29 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1373622 1249 0 4 465959 270 0 0 25 0 9 0 722208371 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1509536 CPUtime=4722.25 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1572857 1249 0 4 471932 293 0 0 25 0 9 0 722208372 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1509536 CPUtime=4722.3 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1518039 1249 0 4 471962 268 0 0 25 0 9 0 722208372 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1509536 CPUtime=4721.33 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1280532 1249 0 4 471886 247 0 0 25 0 9 0 722208372 1545764864 322375 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37716.6
Current children cumulated vsize (KiB) 1509536

[startup+4782.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/388 30564
/proc/meminfo: memFree=16825208/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=1590724 CPUtime=38195.7 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11380704 1249 0 4 3817438 2131 0 0 18 0 9 0 722208364 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 397681 342672 180 55 0 395567 0
[pid=30410/tid=30417] ppid=30408 vsize=1590724 CPUtime=4782.3 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 1366204 1249 0 4 477955 275 0 0 25 0 9 0 722208371 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=1590724 CPUtime=4781.49 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 1433349 1249 0 4 477882 267 0 0 25 0 9 0 722208371 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=1590724 CPUtime=4782.26 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 1477351 1249 0 4 477945 281 0 0 25 0 9 0 722208371 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=1590724 CPUtime=4782.18 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1348256 1249 0 4 477995 223 0 0 25 0 9 0 722208371 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1590724 CPUtime=4721.52 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1373622 1249 0 4 471882 270 0 0 25 0 9 0 722208371 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1590724 CPUtime=4782.24 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1576236 1249 0 4 477930 294 0 0 25 0 9 0 722208372 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1590724 CPUtime=4782.29 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1524777 1249 0 4 477960 269 0 0 25 0 9 0 722208372 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1590724 CPUtime=4781.31 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1280532 1249 0 4 477884 247 0 0 25 0 9 0 722208372 1628901376 342672 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38195.7
Current children cumulated vsize (KiB) 1590724

[startup+4842.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/388 30565
/proc/meminfo: memFree=16810060/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=1647040 CPUtime=38674.9 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11523556 1249 0 4 3865335 2156 0 0 18 0 9 0 722208364 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 411760 356726 180 55 0 409646 0
[pid=30410/tid=30417] ppid=30408 vsize=1647040 CPUtime=4842.31 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 1394098 1249 0 4 483951 280 0 0 25 0 9 0 722208371 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=1647040 CPUtime=4841.5 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 1433349 1249 0 4 483883 267 0 0 25 0 9 0 722208371 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=1647040 CPUtime=4842.26 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 1477351 1249 0 4 483945 281 0 0 25 0 9 0 722208371 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=1647040 CPUtime=4842.19 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1354517 1249 0 4 483994 225 0 0 25 0 9 0 722208371 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1647040 CPUtime=4780.76 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1398559 1249 0 4 477801 275 0 0 25 0 9 0 722208371 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1647040 CPUtime=4842.24 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1598677 1249 0 4 483927 297 0 0 25 0 9 0 722208372 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1647040 CPUtime=4842.29 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1543597 1249 0 4 483957 272 0 0 25 0 9 0 722208372 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1647040 CPUtime=4841.3 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1323031 1249 0 4 483874 256 0 0 25 0 9 0 722208372 1686568960 356726 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38674.9
Current children cumulated vsize (KiB) 1647040

[startup+4902.3 s]
/proc/loadavg: 8.27 8.13 8.03 9/388 30567
/proc/meminfo: memFree=16862700/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=1594732 CPUtime=39154.1 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11568683 1249 0 4 3913251 2163 0 0 18 0 9 0 722208364 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 398683 343641 180 55 0 396569 0
[pid=30410/tid=30417] ppid=30408 vsize=1594732 CPUtime=4902.31 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 1394098 1249 0 4 489951 280 0 0 25 0 9 0 722208371 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=1594732 CPUtime=4901.5 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 1446750 1249 0 4 489881 269 0 0 25 0 9 0 722208371 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=1594732 CPUtime=4902.27 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 1482954 1249 0 4 489945 282 0 0 25 0 9 0 722208371 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=1594732 CPUtime=4902.18 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1369960 1249 0 4 489991 227 0 0 25 0 9 0 722208371 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1594732 CPUtime=4840 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1398559 1249 0 4 483725 275 0 0 25 0 9 0 722208371 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1594732 CPUtime=4902.25 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1609357 1249 0 4 489926 299 0 0 25 0 9 0 722208372 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1594732 CPUtime=4902.29 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1543597 1249 0 4 489957 272 0 0 25 0 9 0 722208372 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1594732 CPUtime=4901.29 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1323031 1249 0 4 489873 256 0 0 25 0 9 0 722208372 1633005568 343641 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39154.1
Current children cumulated vsize (KiB) 1594732

[startup+4962.3 s]
/proc/loadavg: 8.10 8.10 8.02 9/388 30568
/proc/meminfo: memFree=17005492/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=1450772 CPUtime=39633.4 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11628054 1249 0 4 3961164 2173 0 0 18 0 9 0 722208364 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 362693 307683 180 55 0 360579 0
[pid=30410/tid=30417] ppid=30408 vsize=1450772 CPUtime=4962.31 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 1400579 1249 0 4 495949 282 0 0 25 0 9 0 722208371 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=1450772 CPUtime=4961.5 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 1452923 1249 0 4 495880 270 0 0 25 0 9 0 722208371 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=1450772 CPUtime=4962.27 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 1482954 1249 0 4 495945 282 0 0 25 0 9 0 722208371 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=1450772 CPUtime=4962.18 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1375610 1249 0 4 495990 228 0 0 25 0 9 0 722208371 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1450772 CPUtime=4899.23 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1398559 1249 0 4 489648 275 0 0 25 0 9 0 722208371 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1450772 CPUtime=4962.25 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1615712 1249 0 4 495925 300 0 0 25 0 9 0 722208372 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1450772 CPUtime=4962.3 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1558857 1249 0 4 495956 274 0 0 25 0 9 0 722208372 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1450772 CPUtime=4961.28 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1342483 1249 0 4 495868 260 0 0 25 0 9 0 722208372 1485590528 307683 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39633.4
Current children cumulated vsize (KiB) 1450772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5008.2 s]
/proc/loadavg: 8.04 8.09 8.02 10/388 30570
/proc/meminfo: memFree=16999972/32951124 swapFree=52307820/67111528
[pid=30410] ppid=30408 vsize=1457032 CPUtime=40000.2 cores=0-7
/proc/30410/stat : 30410 (plingeling) S 30408 30410 30384 0 -1 4202496 11684836 1249 0 4 3997836 2184 0 0 18 0 9 0 722208364 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30410/statm: 364258 309248 180 55 0 362144 0
[pid=30410/tid=30417] ppid=30408 vsize=1457032 CPUtime=5008.24 cores=0-7
/proc/30410/task/30417/stat : 30417 (plingeling) R 30408 30410 30384 0 -1 4202560 1400579 1249 0 4 500542 282 0 0 25 0 9 0 722208371 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30410/tid=30418] ppid=30408 vsize=1457032 CPUtime=5007.43 cores=0-7
/proc/30410/task/30418/stat : 30418 (plingeling) R 30408 30410 30384 0 -1 4202560 1472807 1249 0 4 500469 274 0 0 25 0 9 0 722208371 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30410/tid=30419] ppid=30408 vsize=1457032 CPUtime=5008.2 cores=0-7
/proc/30410/task/30419/stat : 30419 (plingeling) R 30408 30410 30384 0 -1 4202560 1482954 1249 0 4 500538 282 0 0 25 0 9 0 722208371 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30410/tid=30420] ppid=30408 vsize=1457032 CPUtime=5008.1 cores=0-7
/proc/30410/task/30420/stat : 30420 (plingeling) R 30408 30410 30384 0 -1 4202560 1391958 1249 0 4 500579 231 0 0 25 0 9 0 722208371 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30410/tid=30421] ppid=30408 vsize=1457032 CPUtime=4944.56 cores=0-7
/proc/30410/task/30421/stat : 30421 (plingeling) R 30408 30410 30384 0 -1 4202560 1398559 1249 0 4 494181 275 0 0 25 0 9 0 722208371 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30410/tid=30422] ppid=30408 vsize=1457032 CPUtime=5008.17 cores=0-7
/proc/30410/task/30422/stat : 30422 (plingeling) R 30408 30410 30384 0 -1 4202560 1621617 1249 0 4 500517 300 0 0 25 0 9 0 722208372 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30410/tid=30423] ppid=30408 vsize=1457032 CPUtime=5008.23 cores=0-7
/proc/30410/task/30423/stat : 30423 (plingeling) R 30408 30410 30384 0 -1 4202560 1571334 1249 0 4 500547 276 0 0 25 0 9 0 722208372 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30410/tid=30424] ppid=30408 vsize=1457032 CPUtime=5007.2 cores=0-7
/proc/30410/task/30424/stat : 30424 (plingeling) R 30408 30410 30384 0 -1 4202560 1344651 1249 0 4 500460 260 0 0 25 0 9 0 722208372 1492000768 309248 33554432000 4194304 4417452 140734428007648 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 1457032

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.3
CPU time (s): 40000.3
CPU user time (s): 39978.4
CPU system time (s): 21.9157
CPU usage (%): 798.681
Max. virtual memory (cumulated for all children) (KiB): 1795580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39978.4
system time used= 21.9157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11686085
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 755
involuntary context switches= 190083

runsolver used 18.3402 second user time and 45.3811 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-23 01:14:16
IDJOB=3394798
IDBENCH=84715
IDSOLVER=1851
FILE ID=node101/3394798-1306106056
RUNJOBID= node101-1306106056-30398
PBS_JOBID= 13388023
Free space on /tmp= 73580 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394798-1306106056/watcher-3394798-1306106056 -o /tmp/evaluation-result-3394798-1306106056/solver-3394798-1306106056 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394798-1306106056.cnf

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=1287483292

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.841
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.83
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18239544 kB
Buffers:        157900 kB
Cached:        3073088 kB
SwapCached:      14304 kB
Active:        8184428 kB
Inactive:      6233148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18239544 kB
SwapTotal:    67111528 kB
SwapFree:     52307820 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:    11185344 kB
Mapped:          20160 kB
Slab:           152000 kB
PageTables:      74964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78580388 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= 73576 MiB
End job on node101 at 2011-05-23 02:37:46