Trace number 3394574

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.8 5010.97

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0104
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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-3394574-1306099956/watcher-3394574-1306099956 -o /tmp/evaluation-result-3394574-1306099956/solver-3394574-1306099956 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394574-1306099956.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.03 8.03 8.00 2/498 30305
/proc/meminfo: memFree=23118740/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=13428 CPUtime=0.01 cores=0-7
/proc/30305/stat : 30305 (plingeling) R 30303 30305 30239 0 -1 4202496 1508 1251 0 0 1 0 0 0 25 0 1 0 721598274 13750272 1381 33554432000 4194304 4417452 140733283698976 18446744073709551615 216634209261 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30305/statm: 3357 1381 149 55 0 1243 0

[startup+0.106428 s]
/proc/loadavg: 8.03 8.03 8.00 2/498 30305
/proc/meminfo: memFree=23118740/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=26388 CPUtime=0.09 cores=0-7
/proc/30305/stat : 30305 (plingeling) R 30303 30305 30239 0 -1 4202496 4740 1251 0 0 9 0 0 0 25 0 1 0 721598274 27021312 4613 33554432000 4194304 4417452 140733283698976 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30305/statm: 6597 4613 149 55 0 4483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26388

[startup+0.200418 s]
/proc/loadavg: 8.03 8.03 8.00 2/498 30305
/proc/meminfo: memFree=23118740/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=42772 CPUtime=0.19 cores=0-7
/proc/30305/stat : 30305 (plingeling) R 30303 30305 30239 0 -1 4202496 8836 1251 0 0 18 1 0 0 25 0 1 0 721598274 43798528 8709 33554432000 4194304 4417452 140733283698976 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30305/statm: 10693 8709 149 55 0 8579 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42772

[startup+0.300395 s]
/proc/loadavg: 8.03 8.03 8.00 2/498 30305
/proc/meminfo: memFree=23118740/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=75540 CPUtime=0.28 cores=0-7
/proc/30305/stat : 30305 (plingeling) R 30303 30305 30239 0 -1 4202496 17028 1251 0 0 27 1 0 0 25 0 1 0 721598274 77352960 16901 33554432000 4194304 4417452 140733283698976 18446744073709551615 4227905 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30305/statm: 18885 16901 149 55 0 16771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75540

[startup+0.700297 s]
/proc/loadavg: 8.03 8.03 8.00 2/498 30305
/proc/meminfo: memFree=23118740/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=246628 CPUtime=2.57 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 37715 1251 0 0 252 5 0 0 18 0 9 0 721598274 252547072 23365 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 61657 23365 179 55 0 59543 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 246628

[startup+1.50115 s]
/proc/loadavg: 8.03 8.03 8.00 10/507 30319
/proc/meminfo: memFree=23014988/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=256704 CPUtime=8.95 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 40251 1251 0 0 890 5 0 0 18 0 9 0 721598274 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 64176 25884 179 55 0 62062 0
[pid=30305/tid=30312] ppid=30303 vsize=256704 CPUtime=1.08 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 3064 1251 0 0 108 0 0 0 19 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=256704 CPUtime=0.96 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 2327 1251 0 0 96 0 0 0 25 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=256704 CPUtime=1.06 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 3167 1251 0 0 106 0 0 0 25 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=256704 CPUtime=1.08 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 51 1251 0 0 108 0 0 0 19 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4365954 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=256704 CPUtime=1.07 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 4424 1251 0 0 107 0 0 0 25 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=256704 CPUtime=1.08 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 4383 1251 0 0 108 0 0 0 19 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=256704 CPUtime=1.08 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 2070 1251 0 0 108 0 0 0 19 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=256704 CPUtime=1.07 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 3346 1251 0 0 107 0 0 0 19 0 9 0 721598315 262864896 25884 33554432000 4194304 4417452 140733283698976 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 256704

[startup+3.10086 s]
/proc/loadavg: 8.03 8.03 8.00 9/507 30319
/proc/meminfo: memFree=22994032/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=273088 CPUtime=21.73 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 45344 1251 0 0 2168 5 0 0 18 0 9 0 721598274 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 68272 30977 179 55 0 66158 0
[pid=30305/tid=30312] ppid=30303 vsize=273088 CPUtime=2.68 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 3064 1251 0 0 268 0 0 0 23 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=273088 CPUtime=2.54 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 3351 1251 0 0 254 0 0 0 25 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4248816 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=273088 CPUtime=2.66 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 4164 1251 0 0 266 0 0 0 25 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=273088 CPUtime=2.68 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 51 1251 0 0 268 0 0 0 22 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=273088 CPUtime=2.67 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 4424 1251 0 0 267 0 0 0 25 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=273088 CPUtime=2.67 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 5407 1251 0 0 267 0 0 0 22 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=273088 CPUtime=2.68 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 3094 1251 0 0 268 0 0 0 23 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=273088 CPUtime=2.67 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 4370 1251 0 0 267 0 0 0 22 0 9 0 721598315 279642112 30977 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (KiB) 273088

[startup+6.3013 s]
/proc/loadavg: 8.03 8.03 8.00 9/507 30320
/proc/meminfo: memFree=22984864/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=286616 CPUtime=47.28 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 48726 1251 0 0 4722 6 0 0 18 0 9 0 721598274 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 71654 34359 179 55 0 69540 0
[pid=30305/tid=30312] ppid=30303 vsize=286616 CPUtime=5.88 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 3064 1251 0 0 588 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=286616 CPUtime=5.68 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 3408 1251 0 0 568 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=286616 CPUtime=5.86 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 4789 1251 0 0 586 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4251104 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=286616 CPUtime=5.88 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 1604 1251 0 0 588 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4365946 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=286616 CPUtime=5.87 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 4638 1251 0 0 587 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=286616 CPUtime=5.87 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 5731 1251 0 0 587 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4258445 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=286616 CPUtime=5.88 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 3637 1251 0 0 588 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=286616 CPUtime=5.88 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 4436 1251 0 0 588 0 0 0 25 0 9 0 721598315 293494784 34359 33554432000 4194304 4417452 140733283698976 18446744073709551615 4236448 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.28
Current children cumulated vsize (KiB) 286616

[startup+12.7012 s]
/proc/loadavg: 8.02 8.03 8.00 9/507 30320
/proc/meminfo: memFree=22971560/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=299256 CPUtime=98.37 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 51886 1251 0 0 9831 6 0 0 18 0 9 0 721598274 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 74814 37519 179 55 0 72700 0
[pid=30305/tid=30312] ppid=30303 vsize=299256 CPUtime=12.28 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 3064 1251 0 0 1228 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=299256 CPUtime=11.98 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 3408 1251 0 0 1198 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4258678 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=299256 CPUtime=12.26 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 5306 1251 0 0 1226 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=299256 CPUtime=12.28 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 2722 1251 0 0 1228 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=299256 CPUtime=12.27 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 4638 1251 0 0 1227 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=299256 CPUtime=12.27 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 6189 1251 0 0 1227 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4248238 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=299256 CPUtime=12.27 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 4704 1251 0 0 1227 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=299256 CPUtime=12.27 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 4436 1251 0 0 1227 0 0 0 25 0 9 0 721598315 306438144 37519 33554432000 4194304 4417452 140733283698976 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.37
Current children cumulated vsize (KiB) 299256

[startup+25.5009 s]
/proc/loadavg: 8.17 8.06 8.01 9/507 30320
/proc/meminfo: memFree=22946408/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=322460 CPUtime=200.54 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 57687 1251 0 0 20047 7 0 0 18 0 9 0 721598274 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 80615 43320 179 55 0 78501 0
[pid=30305/tid=30312] ppid=30303 vsize=322460 CPUtime=25.08 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 3064 1251 0 0 2508 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=322460 CPUtime=24.56 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 3408 1251 0 0 2456 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=322460 CPUtime=25.06 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 5306 1251 0 0 2506 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=322460 CPUtime=25.07 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 7625 1251 0 0 2507 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=322460 CPUtime=25.06 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 4993 1251 0 0 2506 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=322460 CPUtime=25.07 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 6732 1251 0 0 2507 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=322460 CPUtime=25.07 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 4704 1251 0 0 2507 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=322460 CPUtime=25.07 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 4436 1251 0 0 2507 0 0 0 25 0 9 0 721598315 330199040 43320 33554432000 4194304 4417452 140733283698976 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.54
Current children cumulated vsize (KiB) 322460

[startup+51.1014 s]
/proc/loadavg: 8.11 8.06 8.01 9/507 30321
/proc/meminfo: memFree=22926148/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=343248 CPUtime=404.93 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 62884 1251 0 0 40485 8 0 0 18 0 9 0 721598274 351485952 48517 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 85812 48517 179 55 0 83698 0
[pid=30305/tid=30312] ppid=30303 vsize=343248 CPUtime=50.68 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 3064 1251 0 0 5068 0 0 0 25 0 9 0 721598315 351485952 48517 33554432000 4194304 4417452 140733283698976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=343248 CPUtime=49.75 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 3408 1251 0 0 4975 0 0 0 25 0 9 0 721598315 351485952 48517 33554432000 4194304 4417452 140733283698976 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=343248 CPUtime=50.66 cores=0-7

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

/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 913264 1251 0 0 466023 174 0 0 25 0 9 0 721598315 1063174144 222269 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1038256 CPUtime=4660.7 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 790369 1251 0 0 465934 136 0 0 25 0 9 0 721598315 1063174144 222269 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1038256 CPUtime=4661.97 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 749388 1251 0 0 466065 132 0 0 25 0 9 0 721598315 1063174144 222269 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1038256 CPUtime=4635.12 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 806670 1251 0 0 463362 150 0 0 25 0 9 0 721598315 1063174144 222269 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1038256 CPUtime=4631.48 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 812504 1251 0 0 463009 139 0 0 25 0 9 0 721598315 1063174144 222269 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37217.5
Current children cumulated vsize (KiB) 1038256

[startup+4722.3 s]
/proc/loadavg: 8.04 8.06 8.00 9/507 30457
/proc/meminfo: memFree=22238184/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=1028468 CPUtime=37696.6 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 6256552 1251 0 0 3768533 1129 0 0 18 0 9 0 721598274 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 257117 219822 179 55 0 255003 0
[pid=30305/tid=30312] ppid=30303 vsize=1028468 CPUtime=4709.13 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 770627 1251 0 0 470772 141 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=1028468 CPUtime=4714.71 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 745061 1251 0 0 471336 135 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=1028468 CPUtime=4721.96 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 594620 1251 0 0 472092 104 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=1028468 CPUtime=4721.99 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 922035 1251 0 0 472022 177 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1028468 CPUtime=4720.71 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 801362 1251 0 0 471934 137 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1028468 CPUtime=4721.99 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 770708 1251 0 0 472063 136 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1028468 CPUtime=4695.13 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 815261 1251 0 0 469362 151 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1028468 CPUtime=4690.51 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 819459 1251 0 0 468910 141 0 0 25 0 9 0 721598315 1053151232 219822 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37696.6
Current children cumulated vsize (KiB) 1028468

[startup+4782.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/507 30459
/proc/meminfo: memFree=22198472/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=1074584 CPUtime=38175.5 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 6331234 1251 0 0 3816410 1140 0 0 18 0 9 0 721598274 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 268646 231351 179 55 0 266532 0
[pid=30305/tid=30312] ppid=30303 vsize=1074584 CPUtime=4769.11 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 784276 1251 0 0 476768 143 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4321299 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=1074584 CPUtime=4774.69 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 748668 1251 0 0 477333 136 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=1074584 CPUtime=4781.94 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 604249 1251 0 0 478089 105 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=1074584 CPUtime=4781.98 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 922035 1251 0 0 478021 177 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1074584 CPUtime=4780.68 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 812758 1251 0 0 477930 138 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4251063 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1074584 CPUtime=4781.97 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 777298 1251 0 0 478060 137 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1074584 CPUtime=4755.12 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 829892 1251 0 0 475358 154 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1074584 CPUtime=4749.52 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 834639 1251 0 0 474809 143 0 0 25 0 9 0 721598315 1100374016 231351 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38175.5
Current children cumulated vsize (KiB) 1074584

[startup+4842.32 s]
/proc/loadavg: 8.12 8.07 8.00 9/507 30461
/proc/meminfo: memFree=22118724/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=1148776 CPUtime=38654.6 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 6420299 1251 0 0 3864311 1154 0 0 18 0 9 0 721598274 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 287194 249899 179 55 0 285080 0
[pid=30305/tid=30312] ppid=30303 vsize=1148776 CPUtime=4829.13 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 795022 1251 0 0 482769 144 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=1148776 CPUtime=4834.71 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 762898 1251 0 0 483333 138 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=1148776 CPUtime=4841.97 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 613097 1251 0 0 484090 107 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=1148776 CPUtime=4841.99 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 922035 1251 0 0 484022 177 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1148776 CPUtime=4840.68 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 824729 1251 0 0 483928 140 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1148776 CPUtime=4842 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 786863 1251 0 0 484061 139 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1148776 CPUtime=4815.14 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 846549 1251 0 0 481357 157 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1148776 CPUtime=4808.55 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 851687 1251 0 0 480709 146 0 0 25 0 9 0 721598315 1176346624 249899 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38654.6
Current children cumulated vsize (KiB) 1148776

[startup+4902.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/507 30462
/proc/meminfo: memFree=22224592/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=1043596 CPUtime=39133.5 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 6523310 1251 0 0 3912181 1171 0 0 18 0 9 0 721598274 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 260899 223604 179 55 0 258785 0
[pid=30305/tid=30312] ppid=30303 vsize=1043596 CPUtime=4889.11 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 807276 1251 0 0 488765 146 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=1043596 CPUtime=4894.69 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 777865 1251 0 0 489329 140 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=1043596 CPUtime=4901.95 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 619776 1251 0 0 490087 108 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=1043596 CPUtime=4901.98 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 950690 1251 0 0 490015 183 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1043596 CPUtime=4900.65 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 834942 1251 0 0 489923 142 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1043596 CPUtime=4901.98 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 796567 1251 0 0 490057 141 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4232478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1043596 CPUtime=4875.12 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 856010 1251 0 0 487354 158 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1043596 CPUtime=4867.56 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 862765 1251 0 0 486608 148 0 0 25 0 9 0 721598315 1068642304 223604 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39133.5
Current children cumulated vsize (KiB) 1043596

[startup+4962.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/507 30464
/proc/meminfo: memFree=22176472/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=1090944 CPUtime=39612.5 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 6615559 1251 0 0 3960065 1188 0 0 18 0 9 0 721598274 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 272736 235441 179 55 0 270622 0
[pid=30305/tid=30312] ppid=30303 vsize=1090944 CPUtime=4949.12 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 818235 1251 0 0 494764 148 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=1090944 CPUtime=4954.68 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 790714 1251 0 0 495326 142 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=1090944 CPUtime=4961.95 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 630664 1251 0 0 496085 110 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=1090944 CPUtime=4961.98 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 957993 1251 0 0 496014 184 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1090944 CPUtime=4960.64 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 840473 1251 0 0 495921 143 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1090944 CPUtime=4961.98 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 816093 1251 0 0 496052 146 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1090944 CPUtime=4935.13 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 868316 1251 0 0 493353 160 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1090944 CPUtime=4926.57 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 875652 1251 0 0 492508 149 0 0 25 0 9 0 721598315 1117126656 235441 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39612.5
Current children cumulated vsize (KiB) 1090944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.9 s]
/proc/loadavg: 8.11 8.07 8.00 9/507 30465
/proc/meminfo: memFree=22215776/32951124 swapFree=51851948/67111528
[pid=30305] ppid=30303 vsize=1051432 CPUtime=40000.6 cores=0-7
/proc/30305/stat : 30305 (plingeling) S 30303 30305 30239 0 -1 4202496 6684807 1251 0 0 3998865 1200 0 0 18 0 9 0 721598274 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30305/statm: 262858 225563 179 55 0 260744 0
[pid=30305/tid=30312] ppid=30303 vsize=1051432 CPUtime=4997.73 cores=0-7
/proc/30305/task/30312/stat : 30312 (plingeling) R 30303 30305 30239 0 -1 4202560 832821 1251 0 0 499622 151 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30305/tid=30313] ppid=30303 vsize=1051432 CPUtime=5003.3 cores=0-7
/proc/30305/task/30313/stat : 30313 (plingeling) R 30303 30305 30239 0 -1 4202560 805758 1251 0 0 500186 144 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30305/tid=30314] ppid=30303 vsize=1051432 CPUtime=5010.57 cores=0-7
/proc/30305/task/30314/stat : 30314 (plingeling) R 30303 30305 30239 0 -1 4202560 639535 1251 0 0 500946 111 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30305/tid=30315] ppid=30303 vsize=1051432 CPUtime=5010.6 cores=0-7
/proc/30305/task/30315/stat : 30315 (plingeling) R 30303 30305 30239 0 -1 4202560 957993 1251 0 0 500876 184 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30305/tid=30316] ppid=30303 vsize=1051432 CPUtime=5009.23 cores=0-7
/proc/30305/task/30316/stat : 30316 (plingeling) R 30303 30305 30239 0 -1 4202560 850057 1251 0 0 500779 144 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30305/tid=30317] ppid=30303 vsize=1051432 CPUtime=5010.6 cores=0-7
/proc/30305/task/30317/stat : 30317 (plingeling) R 30303 30305 30239 0 -1 4202560 824571 1251 0 0 500912 148 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30305/tid=30318] ppid=30303 vsize=1051432 CPUtime=4983.74 cores=0-7
/proc/30305/task/30318/stat : 30318 (plingeling) R 30303 30305 30239 0 -1 4202560 875108 1251 0 0 498213 161 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30305/tid=30319] ppid=30303 vsize=1051432 CPUtime=4974.38 cores=0-7
/proc/30305/task/30319/stat : 30319 (plingeling) R 30303 30305 30239 0 -1 4202560 881545 1251 0 0 497287 151 0 0 25 0 9 0 721598315 1076666368 225563 33554432000 4194304 4417452 140733283698976 18446744073709551615 4251167 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 1051432

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): 5010.97
CPU time (s): 40000.8
CPU user time (s): 39988.7
CPU system time (s): 12.0542
CPU usage (%): 798.263
Max. virtual memory (cumulated for all children) (KiB): 1172456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39988.7
system time used= 12.0542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6686058
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= 360
involuntary context switches= 190636

runsolver used 22.7055 second user time and 59.487 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-22 23:32:37
IDJOB=3394574
IDBENCH=83253
IDSOLVER=1851
FILE ID=node103/3394574-1306099956
RUNJOBID= node103-1306099944-30253
PBS_JOBID= 13387981
Free space on /tmp= 73128 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394574-1306099956/watcher-3394574-1306099956 -o /tmp/evaluation-result-3394574-1306099956/solver-3394574-1306099956 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394574-1306099956.cnf

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=1442158879

node103.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.858
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.71
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.858
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.75
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23118896 kB
Buffers:        358636 kB
Cached:        7317868 kB
SwapCached:     191244 kB
Active:        1596020 kB
Inactive:      7916536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23118896 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:            3060 kB
Writeback:           0 kB
AnonPages:     1655476 kB
Mapped:          22104 kB
Slab:           174920 kB
PageTables:      73088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162035236 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= 73128 MiB
End job on node103 at 2011-05-23 00:56:10