Trace number 3285113

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 587? (TO) 4800.16 1207.26

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

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: 935)

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-3285113-1304058298/watcher-3285113-1304058298 -o /tmp/evaluation-result-3285113-1304058298/solver-3285113-1304058298 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3285113-1304058298.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.49 7.48 7.83 5/181 31220
/proc/meminfo: memFree=14505044/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=14884 CPUtime=0 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 1787 1253 0 0 0 0 0 0 23 0 1 0 517429929 15241216 1716 33554432000 4194304 4417332 140736253648496 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 3721 1716 143 55 0 1607 0

[startup+0.012627 s]
/proc/loadavg: 6.49 7.48 7.83 5/181 31220
/proc/meminfo: memFree=14505044/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=16440 CPUtime=0 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 2187 1253 0 0 0 0 0 0 23 0 1 0 517429929 16834560 2116 33554432000 4194304 4417332 140736253648496 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 4110 2116 146 55 0 1996 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16440

[startup+0.100614 s]
/proc/loadavg: 6.49 7.48 7.83 5/181 31220
/proc/meminfo: memFree=14505044/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=25648 CPUtime=0.08 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 4507 1253 0 0 8 0 0 0 24 0 1 0 517429929 26263552 4436 33554432000 4194304 4417332 140736253648496 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 6412 4436 148 55 0 4298 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25648

[startup+0.300578 s]
/proc/loadavg: 6.49 7.48 7.83 5/181 31220
/proc/meminfo: memFree=14505044/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=40796 CPUtime=0.29 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 8310 1253 0 0 28 1 0 0 25 0 1 0 517429929 41775104 8223 33554432000 4194304 4417332 140736253648496 18446744073709551615 4200566 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 10199 8223 148 55 0 8085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40796

[startup+0.700508 s]
/proc/loadavg: 6.49 7.48 7.83 5/181 31220
/proc/meminfo: memFree=14505044/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=76340 CPUtime=0.69 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 17276 1253 0 0 67 2 0 0 25 0 1 0 517429929 78172160 17109 33554432000 4194304 4417332 140736253648496 18446744073709551615 4227819 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 19085 17109 148 55 0 16971 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76340

[startup+1.50037 s]
/proc/loadavg: 6.49 7.48 7.83 6/182 31226
/proc/meminfo: memFree=14417524/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=127540 CPUtime=1.49 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 30076 1253 0 0 145 4 0 0 25 0 1 0 517429929 130600960 29909 33554432000 4194304 4417332 140736253648496 18446744073709551615 4231335 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 31885 29909 148 55 0 29771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127540

[startup+3.10009 s]
/proc/loadavg: 6.49 7.48 7.83 6/182 31226
/proc/meminfo: memFree=14276784/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=365268 CPUtime=3.09 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 89533 1253 0 0 298 11 0 0 25 0 1 0 517429929 374034432 89341 33554432000 4194304 4417332 140736253648496 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 91317 89341 148 55 0 89203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 365268

[startup+6.30052 s]
/proc/loadavg: 6.37 7.44 7.82 6/182 31226
/proc/meminfo: memFree=13793972/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=710464 CPUtime=6.28 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) R 31218 31220 31098 0 -1 4202496 176000 1253 0 0 606 22 0 0 25 0 1 0 517429929 727515136 175640 33554432000 4194304 4417332 140736253648496 18446744073709551615 4209584 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31220/statm: 177616 175640 148 55 0 175502 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 710464

[startup+12.7004 s]
/proc/loadavg: 6.50 7.45 7.82 9/186 31230
/proc/meminfo: memFree=13722400/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=929140 CPUtime=28.7 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 291220 1253 0 0 2830 40 0 0 25 0 5 0 517429929 951439360 219046 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 232285 219046 176 55 0 230171 0
[pid=31220/tid=31227] ppid=31218 vsize=929140 CPUtime=5.34 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 28970 1253 0 0 530 4 0 0 25 0 5 0 517430664 951439360 219046 33554432000 4194304 4417332 140736253648496 18446744073709551615 4275490 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=929140 CPUtime=5.33 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 28518 1253 0 0 530 3 0 0 25 0 5 0 517430664 951439360 219046 33554432000 4194304 4417332 140736253648496 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=929140 CPUtime=5.3 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 44849 1253 0 0 525 5 0 0 25 0 5 0 517430664 951439360 219046 33554432000 4194304 4417332 140736253648496 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=929140 CPUtime=5.34 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 8775 1253 0 0 533 1 0 0 25 0 5 0 517430664 951439360 219046 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.7
Current children cumulated vsize (KiB) 929140

[startup+25.5011 s]
/proc/loadavg: 6.83 7.47 7.82 9/186 31231
/proc/meminfo: memFree=13712180/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=764988 CPUtime=79.83 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 333104 1253 0 0 7935 48 0 0 25 0 5 0 517429929 783347712 178930 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 191247 178930 180 55 0 189133 0
[pid=31220/tid=31227] ppid=31218 vsize=764988 CPUtime=18.14 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 45361 1253 0 0 1807 7 0 0 25 0 5 0 517430664 783347712 178930 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=764988 CPUtime=18.14 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 45816 1253 0 0 1808 6 0 0 25 0 5 0 517430664 783347712 178930 33554432000 4194304 4417332 140736253648496 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=764988 CPUtime=18.03 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 53044 1253 0 0 1796 7 0 0 25 0 5 0 517430664 783347712 178930 33554432000 4194304 4417332 140736253648496 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=764988 CPUtime=18.14 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 8775 1253 0 0 1813 1 0 0 25 0 5 0 517430664 783347712 178930 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 79.83
Current children cumulated vsize (KiB) 764988

[startup+51.1006 s]
/proc/loadavg: 7.29 7.53 7.83 9/186 31231
/proc/meminfo: memFree=13656924/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=770400 CPUtime=182.05 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 339154 1253 0 0 18156 49 0 0 25 0 5 0 517429929 788889600 180400 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 192600 180400 180 55 0 190486 0
[pid=31220/tid=31227] ppid=31218 vsize=770400 CPUtime=43.75 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 45748 1253 0 0 4367 8 0 0 25 0 5 0 517430664 788889600 180400 33554432000 4194304 4417332 140736253648496 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=770400 CPUtime=43.7 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 45816 1253 0 0 4363 7 0 0 25 0 5 0 517430664 788889600 180400 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=770400 CPUtime=43.5 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 53707 1253 0 0 4343 7 0 0 25 0 5 0 517430664 788889600 180400 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=770400 CPUtime=43.74 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 13775 1253 0 0 4372 2 0 0 25 0 5 0 517430664 788889600 180400 33554432000 4194304 4417332 140736253648496 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 182.05
Current children cumulated vsize (KiB) 770400

[startup+102.307 s]
/proc/loadavg: 7.79 7.63 7.84 9/186 31233
/proc/meminfo: memFree=13620340/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=897544 CPUtime=386.58 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 453634 1253 0 0 38589 69 0 0 25 0 5 0 517429929 919085056 195836 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 224386 195836 181 55 0 222272 0
[pid=31220/tid=31227] ppid=31218 vsize=897544 CPUtime=94.95 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 82196 1253 0 0 9480 15 0 0 25 0 5 0 517430664 919085056 195836 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364534 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=897544 CPUtime=94.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 85925 1253 0 0 9477 13 0 0 25 0 5 0 517430664 919085056 195836 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=897544 CPUtime=94.41 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 90291 1253 0 0 9428 13 0 0 25 0 5 0 517430664 919085056 195836 33554432000 4194304 4417332 140736253648496 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=897544 CPUtime=94.95 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 15114 1253 0 0 9493 2 0 0 25 0 5 0 517430664 919085056 195836 33554432000 4194304 4417332 140736253648496 18446744073709551615 4353465 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 386.58
Current children cumulated vsize (KiB) 897544

[startup+162.301 s]
/proc/loadavg: 8.01 7.72 7.86 9/186 31234
/proc/meminfo: memFree=13424400/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=931872 CPUtime=626.23 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 463205 1253 0 0 62552 71 0 0 25 0 5 0 517429929 954236928 204418 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 232968 204418 181 55 0 230854 0
[pid=31220/tid=31227] ppid=31218 vsize=931872 CPUtime=154.95 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 86227 1253 0 0 15479 16 0 0 25 0 5 0 517430664 954236928 204418 33554432000 4194304 4417332 140736253648496 18446744073709551615 4355734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=931872 CPUtime=154.89 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 89836 1253 0 0 15475 14 0 0 25 0 5 0 517430664 954236928 204418 33554432000 4194304 4417332 140736253648496 18446744073709551615 4276007 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=931872 CPUtime=154.07 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 90291 1253 0 0 15394 13 0 0 25 0 5 0 517430664 954236928 204418 33554432000 4194304 4417332 140736253648496 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=931872 CPUtime=154.94 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 16743 1253 0 0 15492 2 0 0 25 0 5 0 517430664 954236928 204418 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 626.23
Current children cumulated vsize (KiB) 931872

[startup+222.301 s]
/proc/loadavg: 8.06 7.79 7.87 9/186 31236
/proc/meminfo: memFree=13362512/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=972552 CPUtime=865.9 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 576725 1253 0 0 86500 90 0 0 25 0 5 0 517429929 995893248 214588 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 243138 214588 181 55 0 241024 0
[pid=31220/tid=31227] ppid=31218 vsize=972552 CPUtime=214.95 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 119451 1253 0 0 21473 22 0 0 25 0 5 0 517430664 995893248 214588 33554432000 4194304 4417332 140736253648496 18446744073709551615 4353519 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=972552 CPUtime=214.89 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 126150 1253 0 0 21469 20 0 0 25 0 5 0 517430664 995893248 214588 33554432000 4194304 4417332 140736253648496 18446744073709551615 4355728 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=972552 CPUtime=213.74 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 132161 1253 0 0 21354 20 0 0 25 0 5 0 517430664 995893248 214588 33554432000 4194304 4417332 140736253648496 18446744073709551615 4357466 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=972552 CPUtime=214.95 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 18855 1253 0 0 21492 3 0 0 25 0 5 0 517430664 995893248 214588 33554432000 4194304 4417332 140736253648496 18446744073709551615 4352400 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 865.9
Current children cumulated vsize (KiB) 972552

[startup+282.301 s]
/proc/loadavg: 8.07 7.84 7.88 9/186 31237
/proc/meminfo: memFree=13217900/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=972520 CPUtime=1105.58 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 576725 1253 0 0 110468 90 0 0 25 0 5 0 517429929 995860480 214580 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 243130 214580 181 55 0 241016 0
[pid=31220/tid=31227] ppid=31218 vsize=972520 CPUtime=274.95 cores=0,2,4,6

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

[pid=31220/tid=31228] ppid=31218 vsize=1226564 CPUtime=694.89 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188009 1253 0 0 69461 28 0 0 25 0 5 0 517430664 1256001536 276236 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1226564 CPUtime=691.1 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 172373 1253 0 0 69085 25 0 0 25 0 5 0 517430664 1256001536 276236 33554432000 4194304 4417332 140736253648496 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1226564 CPUtime=694.95 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 95474 1253 0 0 69483 12 0 0 25 0 5 0 517430664 1256001536 276236 33554432000 4194304 4417332 140736253648496 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2783.26
Current children cumulated vsize (KiB) 1226564

[startup+762.306 s]
/proc/loadavg: 8.15 8.07 7.97 9/186 31250
/proc/meminfo: memFree=11990676/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1237436 CPUtime=3022.95 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 836335 1253 0 0 302171 124 0 0 25 0 5 0 517429929 1267134464 278954 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 309359 278954 181 55 0 307245 0
[pid=31220/tid=31227] ppid=31218 vsize=1237436 CPUtime=754.94 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 188297 1253 0 0 75463 31 0 0 25 0 5 0 517430664 1267134464 278954 33554432000 4194304 4417332 140736253648496 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1237436 CPUtime=754.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188009 1253 0 0 75462 28 0 0 25 0 5 0 517430664 1267134464 278954 33554432000 4194304 4417332 140736253648496 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1237436 CPUtime=750.77 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 172373 1253 0 0 75052 25 0 0 25 0 5 0 517430664 1267134464 278954 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1237436 CPUtime=754.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 107548 1253 0 0 75483 13 0 0 25 0 5 0 517430664 1267134464 278954 33554432000 4194304 4417332 140736253648496 18446744073709551615 4357034 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3022.95
Current children cumulated vsize (KiB) 1237436

[startup+822.301 s]
/proc/loadavg: 8.12 8.07 7.97 9/186 31252
/proc/meminfo: memFree=12231340/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1250744 CPUtime=3262.61 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 853860 1253 0 0 326134 127 0 0 25 0 5 0 517429929 1280761856 282281 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 312686 282281 181 55 0 310572 0
[pid=31220/tid=31227] ppid=31218 vsize=1250744 CPUtime=814.94 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 191102 1253 0 0 81462 32 0 0 25 0 5 0 517430664 1280761856 282281 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1250744 CPUtime=814.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188009 1253 0 0 81462 28 0 0 25 0 5 0 517430664 1280761856 282281 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1250744 CPUtime=810.44 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 172373 1253 0 0 81019 25 0 0 25 0 5 0 517430664 1280761856 282281 33554432000 4194304 4417332 140736253648496 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1250744 CPUtime=814.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 122268 1253 0 0 81480 16 0 0 25 0 5 0 517430664 1280761856 282281 33554432000 4194304 4417332 140736253648496 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3262.61
Current children cumulated vsize (KiB) 1250744

[startup+882.3 s]
/proc/loadavg: 8.10 8.07 7.98 9/186 31253
/proc/meminfo: memFree=11989268/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1223328 CPUtime=3502.26 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 896707 1253 0 0 350093 133 0 0 25 0 5 0 517429929 1252687872 275427 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 305832 275427 181 55 0 303718 0
[pid=31220/tid=31227] ppid=31218 vsize=1223328 CPUtime=874.93 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 195876 1253 0 0 87461 32 0 0 25 0 5 0 517430664 1252687872 275427 33554432000 4194304 4417332 140736253648496 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1223328 CPUtime=874.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188195 1253 0 0 87462 28 0 0 25 0 5 0 517430664 1252687872 275427 33554432000 4194304 4417332 140736253648496 18446744073709551615 4235978 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1223328 CPUtime=870.1 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 196500 1253 0 0 86982 28 0 0 25 0 5 0 517430664 1252687872 275427 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1223328 CPUtime=874.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 136028 1253 0 0 87478 18 0 0 25 0 5 0 517430664 1252687872 275427 33554432000 4194304 4417332 140736253648496 18446744073709551615 4353540 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3502.26
Current children cumulated vsize (KiB) 1223328

[startup+942.301 s]
/proc/loadavg: 8.04 8.06 7.98 9/186 31255
/proc/meminfo: memFree=11279604/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1206884 CPUtime=3741.93 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 908253 1253 0 0 374059 134 0 0 25 0 5 0 517429929 1235849216 271316 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 301721 271316 181 55 0 299607 0
[pid=31220/tid=31227] ppid=31218 vsize=1206884 CPUtime=934.93 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 201033 1253 0 0 93460 33 0 0 25 0 5 0 517430664 1235849216 271316 33554432000 4194304 4417332 140736253648496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1206884 CPUtime=934.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188195 1253 0 0 93462 28 0 0 25 0 5 0 517430664 1235849216 271316 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1206884 CPUtime=929.77 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 196500 1253 0 0 92949 28 0 0 25 0 5 0 517430664 1235849216 271316 33554432000 4194304 4417332 140736253648496 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1206884 CPUtime=934.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 142417 1253 0 0 93477 19 0 0 25 0 5 0 517430664 1235849216 271316 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3741.93
Current children cumulated vsize (KiB) 1206884

[startup+1002.3 s]
/proc/loadavg: 8.05 8.06 7.98 9/186 31257
/proc/meminfo: memFree=10620160/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1208000 CPUtime=3981.6 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 921397 1253 0 0 398024 136 0 0 25 0 5 0 517429929 1236992000 272339 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 302000 272339 181 55 0 299886 0
[pid=31220/tid=31227] ppid=31218 vsize=1208000 CPUtime=994.92 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 203715 1253 0 0 99459 33 0 0 25 0 5 0 517430664 1236992000 272339 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1208000 CPUtime=994.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188195 1253 0 0 99462 28 0 0 25 0 5 0 517430664 1236992000 272339 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1208000 CPUtime=989.44 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 196500 1253 0 0 98916 28 0 0 25 0 5 0 517430664 1236992000 272339 33554432000 4194304 4417332 140736253648496 18446744073709551615 4353540 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1208000 CPUtime=994.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 152879 1253 0 0 99475 21 0 0 25 0 5 0 517430664 1236992000 272339 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3981.6
Current children cumulated vsize (KiB) 1208000

[startup+1062.3 s]
/proc/loadavg: 8.05 8.06 7.99 9/186 31258
/proc/meminfo: memFree=11742100/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1204984 CPUtime=4221.28 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 932742 1253 0 0 421990 138 0 0 25 0 5 0 517429929 1233903616 271585 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 301246 271585 181 55 0 299132 0
[pid=31220/tid=31227] ppid=31218 vsize=1204984 CPUtime=1054.93 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 207329 1253 0 0 105459 34 0 0 25 0 5 0 517430664 1233903616 271585 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1204984 CPUtime=1054.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188195 1253 0 0 105462 28 0 0 25 0 5 0 517430664 1233903616 271585 33554432000 4194304 4417332 140736253648496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1204984 CPUtime=1049.11 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 196500 1253 0 0 104883 28 0 0 25 0 5 0 517430664 1233903616 271585 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1204984 CPUtime=1054.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 160610 1253 0 0 105474 22 0 0 25 0 5 0 517430664 1233903616 271585 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4221.28
Current children cumulated vsize (KiB) 1204984

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/186 31297
/proc/meminfo: memFree=13739496/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1209584 CPUtime=4460.94 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 946321 1253 0 0 445954 140 0 0 25 0 5 0 517429929 1238614016 272735 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 302396 272735 181 55 0 300282 0
[pid=31220/tid=31227] ppid=31218 vsize=1209584 CPUtime=1114.93 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 210283 1253 0 0 111459 34 0 0 25 0 5 0 517430664 1238614016 272735 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1209584 CPUtime=1114.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 188195 1253 0 0 111461 29 0 0 25 0 5 0 517430664 1238614016 272735 33554432000 4194304 4417332 140736253648496 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1209584 CPUtime=1108.77 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 196500 1253 0 0 110849 28 0 0 25 0 5 0 517430664 1238614016 272735 33554432000 4194304 4417332 140736253648496 18446744073709551615 4265450 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1209584 CPUtime=1114.96 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 171235 1253 0 0 111473 23 0 0 25 0 5 0 517430664 1238614016 272735 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4460.94
Current children cumulated vsize (KiB) 1209584

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/186 31298
/proc/meminfo: memFree=13630584/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1198756 CPUtime=4700.61 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 1076272 1253 0 0 469904 157 0 0 25 0 5 0 517429929 1227526144 270028 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 299689 270028 181 55 0 297575 0
[pid=31220/tid=31227] ppid=31218 vsize=1198756 CPUtime=1174.93 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 264936 1253 0 0 117451 42 0 0 25 0 5 0 517430664 1227526144 270028 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1198756 CPUtime=1174.9 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 237530 1253 0 0 117455 35 0 0 25 0 5 0 517430664 1227526144 270028 33554432000 4194304 4417332 140736253648496 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1198756 CPUtime=1168.44 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 213054 1253 0 0 116815 29 0 0 25 0 5 0 517430664 1227526144 270028 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1198756 CPUtime=1174.95 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 180644 1253 0 0 117471 24 0 0 25 0 5 0 517430664 1227526144 270028 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.61
Current children cumulated vsize (KiB) 1198756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.13 8.08 8.01 9/186 31299
/proc/meminfo: memFree=13589000/32950928 swapFree=67111528/67111528
[pid=31220] ppid=31218 vsize=1216972 CPUtime=4800.08 cores=0,2,4,6
/proc/31220/stat : 31220 (plingeling) S 31218 31220 31098 0 -1 4202496 1080855 1253 0 0 479851 157 0 0 25 0 5 0 517429929 1246179328 274582 33554432000 4194304 4417332 140736253648496 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31220/statm: 304243 274582 181 55 0 302129 0
[pid=31220/tid=31227] ppid=31218 vsize=1216972 CPUtime=1199.83 cores=0,2,4,6
/proc/31220/task/31227/stat : 31227 (plingeling) R 31218 31220 31098 0 -1 4202560 266863 1253 0 0 119941 42 0 0 25 0 5 0 517430664 1246179328 274582 33554432000 4194304 4417332 140736253648496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31220/tid=31228] ppid=31218 vsize=1216972 CPUtime=1199.8 cores=0,2,4,6
/proc/31220/task/31228/stat : 31228 (plingeling) R 31218 31220 31098 0 -1 4202560 237530 1253 0 0 119945 35 0 0 25 0 5 0 517430664 1246179328 274582 33554432000 4194304 4417332 140736253648496 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=1216972 CPUtime=1193.2 cores=0,2,4,6
/proc/31220/task/31229/stat : 31229 (plingeling) R 31218 31220 31098 0 -1 4202560 213054 1253 0 0 119291 29 0 0 25 0 5 0 517430664 1246179328 274582 33554432000 4194304 4417332 140736253648496 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31220/tid=31230] ppid=31218 vsize=1216972 CPUtime=1199.87 cores=0,2,4,6
/proc/31220/task/31230/stat : 31230 (plingeling) R 31218 31220 31098 0 -1 4202560 183300 1253 0 0 119962 25 0 0 25 0 5 0 517430664 1246179328 274582 33554432000 4194304 4417332 140736253648496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1216972

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): 1207.26
CPU time (s): 4800.16
CPU user time (s): 4798.54
CPU system time (s): 1.62475
CPU usage (%): 397.609
Max. virtual memory (cumulated for all children) (KiB): 1410192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.54
system time used= 1.62475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1082108
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= 247
involuntary context switches= 25927

runsolver used 2.02369 second user time and 4.56331 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 08:25:03
IDJOB=3285113
IDBENCH=82371
IDSOLVER=1605
FILE ID=node125/3285113-1304058298
RUNJOBID= node125-1304058205-31116
PBS_JOBID= 13170441
Free space on /tmp= 72592 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285113-1304058298/watcher-3285113-1304058298 -o /tmp/evaluation-result-3285113-1304058298/solver-3285113-1304058298 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3285113-1304058298.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1712989249

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      14505076 kB
Buffers:       2218808 kB
Cached:       15153536 kB
SwapCached:          0 kB
Active:        9752176 kB
Inactive:      8157580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14505076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          159524 kB
Writeback:           0 kB
AnonPages:      536688 kB
Mapped:          15352 kB
Slab:           472760 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   725260 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= 72584 MiB
End job on node125 at 2011-04-29 08:45:12