Trace number 3371127

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) 4800.38 1203.28

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

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-3371127-1305429887/watcher-3371127-1305429887 -o /tmp/evaluation-result-3371127-1305429887/solver-3371127-1305429887 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371127-1305429887.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: 1.00 1.19 1.58 2/313 16318
/proc/meminfo: memFree=27257324/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=9580 CPUtime=0 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) R 16316 16318 9395 0 -1 4202496 487 1251 0 0 0 0 0 0 23 0 1 0 387179988 9809920 417 33554432000 4194304 4417452 140737036515488 18446744073709551615 268660356077 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/16318/statm: 2395 417 147 55 0 281 0

[startup+0.160223 s]
/proc/loadavg: 1.00 1.19 1.58 2/313 16318
/proc/meminfo: memFree=27257324/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=61676 CPUtime=0.38 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 3813 1251 0 0 38 0 0 0 23 0 5 0 387179988 63156224 3075 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 15419 3075 176 55 0 13305 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 61676

[startup+0.200211 s]
/proc/loadavg: 1.00 1.19 1.58 2/313 16318
/proc/meminfo: memFree=27257324/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=61676 CPUtime=0.5 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 3814 1251 0 0 50 0 0 0 23 0 5 0 387179988 63156224 3076 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 15419 3076 177 55 0 13305 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61676

[startup+0.300167 s]
/proc/loadavg: 1.00 1.19 1.58 2/313 16318
/proc/meminfo: memFree=27257324/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=61888 CPUtime=0.81 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 3873 1251 0 0 81 0 0 0 23 0 5 0 387179988 63373312 3135 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 15472 3135 179 55 0 13358 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 61888

[startup+0.700097 s]
/proc/loadavg: 1.00 1.19 1.58 2/313 16318
/proc/meminfo: memFree=27257324/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=66432 CPUtime=2.4 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 5981 1251 0 0 240 0 0 0 23 0 5 0 387179988 68026368 4394 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 16608 4394 179 55 0 14494 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 66432

[startup+1.50096 s]
/proc/loadavg: 1.00 1.19 1.58 9/325 16343
/proc/meminfo: memFree=27214112/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=73824 CPUtime=5.6 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 9122 1251 0 0 559 1 0 0 23 0 5 0 387179988 75595776 6140 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 18456 6140 179 55 0 16342 0
[pid=16318/tid=16336] ppid=16316 vsize=73824 CPUtime=1.45 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 686 1251 0 0 145 0 0 0 25 0 5 0 387179992 75595776 6140 33554432000 4194304 4417452 140737036515488 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=73824 CPUtime=1.44 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 685 1251 0 0 144 0 0 0 25 0 5 0 387179992 75595776 6140 33554432000 4194304 4417452 140737036515488 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=73824 CPUtime=1.35 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 138 1251 0 0 135 0 0 0 25 0 5 0 387179992 75595776 6140 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=73824 CPUtime=1.3 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 5127 1251 0 0 130 0 0 0 25 0 5 0 387179992 75595776 6140 33554432000 4194304 4417452 140737036515488 18446744073709551615 4357700 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 73824

[startup+3.10068 s]
/proc/loadavg: 1.00 1.19 1.58 9/325 16343
/proc/meminfo: memFree=27202580/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=81484 CPUtime=11.98 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 15060 1251 0 0 1197 1 0 0 23 0 5 0 387179988 83439616 8157 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 20371 8157 179 55 0 18257 0
[pid=16318/tid=16336] ppid=16316 vsize=81484 CPUtime=3.05 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 1028 1251 0 0 305 0 0 0 25 0 5 0 387179992 83439616 8157 33554432000 4194304 4417452 140737036515488 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=81484 CPUtime=3.03 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 1027 1251 0 0 303 0 0 0 25 0 5 0 387179992 83439616 8157 33554432000 4194304 4417452 140737036515488 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=81484 CPUtime=2.95 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 1174 1251 0 0 295 0 0 0 25 0 5 0 387179992 83439616 8157 33554432000 4194304 4417452 140737036515488 18446744073709551615 4254070 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=81484 CPUtime=2.91 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 9345 1251 0 0 290 1 0 0 25 0 5 0 387179992 83439616 8157 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 81484

[startup+6.30111 s]
/proc/loadavg: 1.56 1.30 1.61 9/325 16343
/proc/meminfo: memFree=27179848/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=103252 CPUtime=24.76 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 24749 1251 0 0 2473 3 0 0 23 0 5 0 387179988 105730048 13631 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 25813 13631 179 55 0 23699 0
[pid=16318/tid=16336] ppid=16316 vsize=103252 CPUtime=6.25 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 1680 1251 0 0 625 0 0 0 25 0 5 0 387179992 105730048 13631 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=103252 CPUtime=6.2 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 1320 1251 0 0 620 0 0 0 25 0 5 0 387179992 105730048 13631 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=103252 CPUtime=6.14 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 4082 1251 0 0 614 0 0 0 25 0 5 0 387179992 105730048 13631 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=103252 CPUtime=6.11 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 15181 1251 0 0 609 2 0 0 25 0 5 0 387179992 105730048 13631 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 103252

[startup+12.701 s]
/proc/loadavg: 2.08 1.41 1.64 9/325 16343
/proc/meminfo: memFree=27110944/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=129624 CPUtime=50.28 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 55886 1251 0 0 5020 8 0 0 23 0 5 0 387179988 132734976 20192 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 32406 20192 179 55 0 30292 0
[pid=16318/tid=16336] ppid=16316 vsize=129624 CPUtime=12.64 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 8242 1251 0 0 1263 1 0 0 25 0 5 0 387179992 132734976 20192 33554432000 4194304 4417452 140737036515488 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=129624 CPUtime=12.52 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 7081 1251 0 0 1252 0 0 0 25 0 5 0 387179992 132734976 20192 33554432000 4194304 4417452 140737036515488 18446744073709551615 4310236 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=129624 CPUtime=12.54 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 6258 1251 0 0 1253 1 0 0 25 0 5 0 387179992 132734976 20192 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=129624 CPUtime=12.51 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 31819 1251 0 0 1246 5 0 0 25 0 5 0 387179992 132734976 20192 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 129624

[startup+25.5007 s]
/proc/loadavg: 3.39 1.74 1.75 9/325 16344
/proc/meminfo: memFree=27050812/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=187400 CPUtime=101.35 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 97582 1251 0 0 10120 15 0 0 23 0 5 0 387179988 191897600 34636 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 46850 34636 179 55 0 44736 0
[pid=16318/tid=16336] ppid=16316 vsize=187400 CPUtime=25.44 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 17217 1251 0 0 2542 2 0 0 25 0 5 0 387179992 191897600 34636 33554432000 4194304 4417452 140737036515488 18446744073709551615 4309982 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=187400 CPUtime=25.2 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 15334 1251 0 0 2518 2 0 0 25 0 5 0 387179992 191897600 34636 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=187400 CPUtime=25.34 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 15224 1251 0 0 2532 2 0 0 25 0 5 0 387179992 191897600 34636 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=187400 CPUtime=25.3 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 47321 1251 0 0 2523 7 0 0 25 0 5 0 387179992 191897600 34636 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 187400

[startup+51.1012 s]
/proc/loadavg: 4.96 2.24 1.91 10/325 16344
/proc/meminfo: memFree=27014656/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=211272 CPUtime=203.5 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 175767 1251 0 0 20320 30 0 0 23 0 5 0 387179988 216342528 40605 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 52818 40605 180 55 0 50704 0
[pid=16318/tid=16336] ppid=16316 vsize=211272 CPUtime=51.04 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 40464 1251 0 0 5098 6 0 0 25 0 5 0 387179992 216342528 40605 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=211272 CPUtime=50.54 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 34923 1251 0 0 5048 6 0 0 25 0 5 0 387179992 216342528 40605 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=211272 CPUtime=50.94 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 30087 1251 0 0 5089 5 0 0 25 0 5 0 387179992 216342528 40605 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=211272 CPUtime=50.91 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 67807 1251 0 0 5080 11 0 0 25 0 5 0 387179992 216342528 40605 33554432000 4194304 4417452 140737036515488 18446744073709551615 4250943 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (KiB) 211272

[startup+102.301 s]
/proc/loadavg: 6.68 3.12 2.23 10/325 16346
/proc/meminfo: memFree=26817208/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=343008 CPUtime=407.8 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 332614 1251 0 0 40727 53 0 0 23 0 5 0 387179988 351240192 73539 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 85752 73539 180 55 0 83638 0
[pid=16318/tid=16336] ppid=16316 vsize=343008 CPUtime=102.23 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 76753 1251 0 0 10212 11 0 0 25 0 5 0 387179992 351240192 73539 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=343008 CPUtime=101.23 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 67368 1251 0 0 10112 11 0 0 25 0 5 0 387179992 351240192 73539 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=343008 CPUtime=102.15 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 86139 1251 0 0 10202 13 0 0 25 0 5 0 387179992 351240192 73539 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=343008 CPUtime=102.11 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 99868 1251 0 0 10196 15 0 0 25 0 5 0 387179992 351240192 73539 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.8
Current children cumulated vsize (KiB) 343008

[startup+162.301 s]
/proc/loadavg: 7.55 4.02 2.59 10/325 16347
/proc/meminfo: memFree=26664264/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=478772 CPUtime=647.17 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 484536 1251 0 0 64642 75 0 0 23 0 5 0 387179988 490262528 107480 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 119693 107480 180 55 0 117579 0
[pid=16318/tid=16336] ppid=16316 vsize=478772 CPUtime=162.22 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 102561 1251 0 0 16207 15 0 0 25 0 5 0 387179992 490262528 107480 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=478772 CPUtime=160.63 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 100306 1251 0 0 16046 17 0 0 25 0 5 0 387179992 490262528 107480 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=478772 CPUtime=162.15 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 149722 1251 0 0 16193 22 0 0 25 0 5 0 387179992 490262528 107480 33554432000 4194304 4417452 140737036515488 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=478772 CPUtime=162.11 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 129461 1251 0 0 16192 19 0 0 25 0 5 0 387179992 490262528 107480 33554432000 4194304 4417452 140737036515488 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.17
Current children cumulated vsize (KiB) 478772


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

[pid=16318/tid=16337] ppid=16316 vsize=1142700 CPUtime=754.64 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 449057 1251 0 0 75398 66 0 0 25 0 5 0 387179992 1170124800 273462 33554432000 4194304 4417452 140737036515488 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1142700 CPUtime=762.17 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 433263 1251 0 0 76154 63 0 0 25 0 5 0 387179992 1170124800 273462 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1142700 CPUtime=762.14 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 288088 1251 0 0 76168 46 0 0 25 0 5 0 387179992 1170124800 273462 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.14
Current children cumulated vsize (KiB) 1142700

[startup+822.3 s]
/proc/loadavg: 8.03 7.63 5.37 9/325 16365
/proc/meminfo: memFree=25458176/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1279856 CPUtime=3280.5 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 1592239 1251 0 0 327810 240 0 0 23 0 5 0 387179988 1310572544 307751 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 319964 307751 180 55 0 317850 0
[pid=16318/tid=16336] ppid=16316 vsize=1279856 CPUtime=822.12 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 385056 1251 0 0 82154 58 0 0 25 0 5 0 387179992 1310572544 307751 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1279856 CPUtime=814.03 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 454514 1251 0 0 81336 67 0 0 25 0 5 0 387179992 1310572544 307751 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1279856 CPUtime=822.16 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 433263 1251 0 0 82153 63 0 0 25 0 5 0 387179992 1310572544 307751 33554432000 4194304 4417452 140737036515488 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1279856 CPUtime=822.13 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 316920 1251 0 0 82162 51 0 0 25 0 5 0 387179992 1310572544 307751 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.5
Current children cumulated vsize (KiB) 1279856

[startup+882.312 s]
/proc/loadavg: 8.05 7.71 5.54 9/325 16367
/proc/meminfo: memFree=25336980/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1365304 CPUtime=3519.93 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 1663796 1251 0 0 351739 254 0 0 23 0 5 0 387179988 1398071296 329113 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 341326 329113 180 55 0 339212 0
[pid=16318/tid=16336] ppid=16316 vsize=1365304 CPUtime=882.12 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 401440 1251 0 0 88150 62 0 0 25 0 5 0 387179992 1398071296 329113 33554432000 4194304 4417452 140737036515488 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1365304 CPUtime=873.43 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 470993 1251 0 0 87273 70 0 0 25 0 5 0 387179992 1398071296 329113 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1365304 CPUtime=882.18 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 463765 1251 0 0 88149 69 0 0 25 0 5 0 387179992 1398071296 329113 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1365304 CPUtime=882.14 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 325112 1251 0 0 88162 52 0 0 25 0 5 0 387179992 1398071296 329113 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.93
Current children cumulated vsize (KiB) 1365304

[startup+942.3 s]
/proc/loadavg: 8.06 7.77 5.69 9/325 16368
/proc/meminfo: memFree=25164700/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1410068 CPUtime=3759.29 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 1699563 1251 0 0 375670 259 0 0 23 0 5 0 387179988 1443909632 340304 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 352517 340304 180 55 0 350403 0
[pid=16318/tid=16336] ppid=16316 vsize=1410068 CPUtime=942.11 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 409632 1251 0 0 94147 64 0 0 25 0 5 0 387179992 1443909632 340304 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1410068 CPUtime=932.82 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 470993 1251 0 0 93212 70 0 0 25 0 5 0 387179992 1443909632 340304 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1410068 CPUtime=942.17 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 491340 1251 0 0 94145 72 0 0 25 0 5 0 387179992 1443909632 340304 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1410068 CPUtime=942.13 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 325112 1251 0 0 94161 52 0 0 25 0 5 0 387179992 1443909632 340304 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3759.29
Current children cumulated vsize (KiB) 1410068

[startup+1002.3 s]
/proc/loadavg: 8.13 7.84 5.85 9/325 16370
/proc/meminfo: memFree=25244868/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1377300 CPUtime=3998.68 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 1765099 1251 0 0 399599 269 0 0 23 0 5 0 387179988 1410355200 332112 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 344325 332112 180 55 0 342211 0
[pid=16318/tid=16336] ppid=16316 vsize=1377300 CPUtime=1002.1 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 442400 1251 0 0 100142 68 0 0 25 0 5 0 387179992 1410355200 332112 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1377300 CPUtime=992.22 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 479185 1251 0 0 99150 72 0 0 25 0 5 0 387179992 1410355200 332112 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1377300 CPUtime=1002.16 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 507724 1251 0 0 100142 74 0 0 25 0 5 0 387179992 1410355200 332112 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1377300 CPUtime=1002.13 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 333304 1251 0 0 100160 53 0 0 25 0 5 0 387179992 1410355200 332112 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.68
Current children cumulated vsize (KiB) 1377300

[startup+1062.3 s]
/proc/loadavg: 8.15 7.90 5.99 9/325 16371
/proc/meminfo: memFree=25125148/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1511204 CPUtime=4238.08 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 1880495 1251 0 0 423524 284 0 0 23 0 5 0 387179988 1547472896 365588 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 377801 365588 180 55 0 375687 0
[pid=16318/tid=16336] ppid=16316 vsize=1511204 CPUtime=1062.09 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 507936 1251 0 0 106133 76 0 0 25 0 5 0 387179992 1547472896 365588 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1511204 CPUtime=1051.63 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 501141 1251 0 0 105087 76 0 0 25 0 5 0 387179992 1547472896 365588 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1511204 CPUtime=1062.17 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 524108 1251 0 0 106141 76 0 0 25 0 5 0 387179992 1547472896 365588 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1511204 CPUtime=1062.13 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 344824 1251 0 0 106158 55 0 0 25 0 5 0 387179992 1547472896 365588 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4238.08
Current children cumulated vsize (KiB) 1511204

[startup+1122.3 s]
/proc/loadavg: 8.20 7.95 6.12 9/325 16373
/proc/meminfo: memFree=25258404/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1387876 CPUtime=4477.47 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 2009785 1251 0 0 447445 302 0 0 23 0 5 0 387179988 1421185024 334756 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 346969 334756 180 55 0 344855 0
[pid=16318/tid=16336] ppid=16316 vsize=1387876 CPUtime=1122.08 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 557088 1251 0 0 112127 81 0 0 25 0 5 0 387179992 1421185024 334756 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1387876 CPUtime=1111.02 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 533909 1251 0 0 111023 79 0 0 25 0 5 0 387179992 1421185024 334756 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1387876 CPUtime=1122.16 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 546994 1251 0 0 112137 79 0 0 25 0 5 0 387179992 1421185024 334756 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1387876 CPUtime=1122.13 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 369308 1251 0 0 112152 61 0 0 25 0 5 0 387179992 1421185024 334756 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.47
Current children cumulated vsize (KiB) 1387876

[startup+1182.3 s]
/proc/loadavg: 8.15 7.97 6.24 10/325 16375
/proc/meminfo: memFree=25170668/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1389608 CPUtime=4716.87 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 2111967 1251 0 0 471369 318 0 0 23 0 5 0 387179988 1422958592 335189 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 347402 335189 180 55 0 345288 0
[pid=16318/tid=16336] ppid=16316 vsize=1389608 CPUtime=1182.06 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 602063 1251 0 0 118117 89 0 0 25 0 5 0 387179992 1422958592 335189 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1389608 CPUtime=1170.42 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 577590 1251 0 0 116957 85 0 0 25 0 5 0 387179992 1422958592 335189 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1389608 CPUtime=1182.17 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 555186 1251 0 0 118137 80 0 0 25 0 5 0 387179992 1422958592 335189 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1389608 CPUtime=1182.14 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 374642 1251 0 0 118152 62 0 0 25 0 5 0 387179992 1422958592 335189 33554432000 4194304 4417452 140737036515488 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.87
Current children cumulated vsize (KiB) 1389608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.10 7.97 6.29 5/320 16376
/proc/meminfo: memFree=25850576/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1451996 CPUtime=4800.27 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 2156236 1251 0 0 479704 323 0 0 23 0 5 0 387179988 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 362999 350786 180 55 0 360885 0
[pid=16318/tid=16336] ppid=16316 vsize=1451996 CPUtime=1202.98 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 602063 1251 0 0 120209 89 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1451996 CPUtime=1191.11 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 599589 1251 0 0 119023 88 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1451996 CPUtime=1203.08 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 574288 1251 0 0 120226 82 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1451996 CPUtime=1203.05 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 377810 1251 0 0 120243 62 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1451996

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

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

[startup+1203.2 s]
/proc/loadavg: 8.10 7.97 6.29 5/320 16376
/proc/meminfo: memFree=25850576/32951124 swapFree=46575252/67111528
[pid=16318] ppid=16316 vsize=1451996 CPUtime=4800.27 cores=0,2,4,6
/proc/16318/stat : 16318 (plingeling) S 16316 16318 9395 0 -1 4202496 2156236 1251 0 0 479704 323 0 0 23 0 5 0 387179988 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/16318/statm: 362999 350786 180 55 0 360885 0
[pid=16318/tid=16336] ppid=16316 vsize=1451996 CPUtime=1202.98 cores=0,2,4,6
/proc/16318/task/16336/stat : 16336 (plingeling) R 16316 16318 9395 0 -1 4202560 602063 1251 0 0 120209 89 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16318/tid=16337] ppid=16316 vsize=1451996 CPUtime=1191.11 cores=0,2,4,6
/proc/16318/task/16337/stat : 16337 (plingeling) R 16316 16318 9395 0 -1 4202560 599589 1251 0 0 119023 88 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16318/tid=16338] ppid=16316 vsize=1451996 CPUtime=1203.08 cores=0,2,4,6
/proc/16318/task/16338/stat : 16338 (plingeling) R 16316 16318 9395 0 -1 4202560 574288 1251 0 0 120226 82 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16318/tid=16339] ppid=16316 vsize=1451996 CPUtime=1203.05 cores=0,2,4,6
/proc/16318/task/16339/stat : 16339 (plingeling) R 16316 16318 9395 0 -1 4202560 377810 1251 0 0 120243 62 0 0 25 0 5 0 387179992 1486843904 350786 33554432000 4194304 4417452 140737036515488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1451996

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.28
CPU time (s): 4800.38
CPU user time (s): 4797.08
CPU system time (s): 3.3035
CPU usage (%): 398.942
Max. virtual memory (cumulated for all children) (KiB): 1611976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.08
system time used= 3.3035
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2157488
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= 177
involuntary context switches= 22976

runsolver used 3.42348 second user time and 8.62069 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 05:24:47
IDJOB=3371127
IDBENCH=83976
IDSOLVER=1848
FILE ID=node107/3371127-1305429887
RUNJOBID= node107-1305429887-16304
PBS_JOBID= 13324575
Free space on /tmp= 73492 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371127-1305429887/watcher-3371127-1305429887 -o /tmp/evaluation-result-3371127-1305429887/solver-3371127-1305429887 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371127-1305429887.cnf

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

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=740644402

node107.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.829
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.829
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.829
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.67
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.829
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.82
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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27257628 kB
Buffers:        146528 kB
Cached:         981012 kB
SwapCached:       9832 kB
Active:        5241776 kB
Inactive:       172184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27257628 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:     4283752 kB
Mapped:          18736 kB
Slab:           146292 kB
PageTables:      68836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64917920 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= 73492 MiB
End job on node107 at 2011-05-15 05:44:52