Trace number 3371046

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.45 1203.09

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3371046-1305431639/watcher-3371046-1305431639 -o /tmp/evaluation-result-3371046-1305431639/solver-3371046-1305431639 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371046-1305431639.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: 0.92 1.00 1.01 3/292 29728
/proc/meminfo: memFree=27715828/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) R 29726 29728 29414 0 -1 4202496 270 1252 0 0 0 0 0 0 22 0 1 0 654762437 8937472 202 33554432000 4194304 4417452 140735071250352 18446744073709551615 210204308165 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29728/statm: 2216 209 146 55 0 102 0

[startup+0.11712 s]
/proc/loadavg: 0.92 1.00 1.01 3/292 29728
/proc/meminfo: memFree=27715828/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=53172 CPUtime=0.21 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 1598 1252 0 0 21 0 0 0 22 0 5 0 654762437 54448128 1111 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 13293 1111 179 55 0 11179 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 53172

[startup+0.200106 s]
/proc/loadavg: 0.92 1.00 1.01 3/292 29728
/proc/meminfo: memFree=27715828/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=55056 CPUtime=0.42 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 2411 1252 0 0 42 0 0 0 22 0 5 0 654762437 56377344 1550 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 13764 1550 179 55 0 11650 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 55056

[startup+0.30009 s]
/proc/loadavg: 0.92 1.00 1.01 3/292 29728
/proc/meminfo: memFree=27715828/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=56952 CPUtime=0.72 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3361 1252 0 0 72 0 0 0 22 0 5 0 654762437 58318848 2046 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 14238 2046 179 55 0 12124 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 56952

[startup+0.701023 s]
/proc/loadavg: 0.92 1.00 1.01 3/292 29728
/proc/meminfo: memFree=27715828/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=60728 CPUtime=2.26 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 8283 1252 0 0 225 1 0 0 22 0 5 0 654762437 62185472 3001 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 15182 3001 180 55 0 13068 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 60728

[startup+1.50089 s]
/proc/loadavg: 0.92 1.00 1.01 9/304 29753
/proc/meminfo: memFree=27677552/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=69620 CPUtime=5.45 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 20079 1252 0 0 542 3 0 0 22 0 5 0 654762437 71290880 5192 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 17405 5192 180 55 0 15291 0
[pid=29728/tid=29739] ppid=29726 vsize=69620 CPUtime=1.37 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 4677 1252 0 0 137 0 0 0 25 0 5 0 654762438 71290880 5192 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=69620 CPUtime=1.34 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 4154 1252 0 0 133 1 0 0 25 0 5 0 654762438 71290880 5192 33554432000 4194304 4417452 140735071250352 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=69620 CPUtime=1.24 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 4946 1252 0 0 124 0 0 0 25 0 5 0 654762438 71290880 5192 33554432000 4194304 4417452 140735071250352 18446744073709551615 4250548 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=69620 CPUtime=1.47 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 5837 1252 0 0 146 1 0 0 25 0 5 0 654762438 71290880 5192 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 69620

[startup+3.10062 s]
/proc/loadavg: 0.92 1.00 1.01 9/304 29753
/proc/meminfo: memFree=27656472/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=85360 CPUtime=11.84 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 44552 1252 0 0 1176 8 0 0 22 0 5 0 654762437 87408640 9127 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 21340 9127 180 55 0 19226 0
[pid=29728/tid=29739] ppid=29726 vsize=85360 CPUtime=2.96 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 12413 1252 0 0 295 1 0 0 25 0 5 0 654762438 87408640 9127 33554432000 4194304 4417452 140735071250352 18446744073709551615 18446744073699065949 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=85360 CPUtime=2.94 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 11169 1252 0 0 292 2 0 0 25 0 5 0 654762438 87408640 9127 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=85360 CPUtime=2.85 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 10740 1252 0 0 283 2 0 0 25 0 5 0 654762438 87408640 9127 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=85360 CPUtime=3.06 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 9765 1252 0 0 305 1 0 0 25 0 5 0 654762438 87408640 9127 33554432000 4194304 4417452 140735071250352 18446744073709551615 4251167 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 85360

[startup+6.30108 s]
/proc/loadavg: 1.49 1.11 1.04 9/304 29753
/proc/meminfo: memFree=27612060/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=92292 CPUtime=24.61 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 79122 1252 0 0 2448 13 0 0 22 0 5 0 654762437 94507008 10860 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 23073 10860 180 55 0 20959 0
[pid=29728/tid=29739] ppid=29726 vsize=92292 CPUtime=6.17 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 19802 1252 0 0 615 2 0 0 25 0 5 0 654762438 94507008 10860 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=92292 CPUtime=6.14 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 21014 1252 0 0 610 4 0 0 25 0 5 0 654762438 94507008 10860 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=92292 CPUtime=6.04 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 20371 1252 0 0 601 3 0 0 25 0 5 0 654762438 94507008 10860 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=92292 CPUtime=6.23 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 17470 1252 0 0 620 3 0 0 25 0 5 0 654762438 94507008 10860 33554432000 4194304 4417452 140735071250352 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 92292

[startup+12.701 s]
/proc/loadavg: 2.01 1.23 1.08 9/304 29754
/proc/meminfo: memFree=27558656/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=121652 CPUtime=50.15 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 154546 1252 0 0 4991 24 0 0 22 0 5 0 654762437 124571648 18200 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 30413 18200 180 55 0 28299 0
[pid=29728/tid=29739] ppid=29726 vsize=121652 CPUtime=12.56 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 41770 1252 0 0 1251 5 0 0 25 0 5 0 654762438 124571648 18200 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=121652 CPUtime=12.53 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 40381 1252 0 0 1247 6 0 0 25 0 5 0 654762438 124571648 18200 33554432000 4194304 4417452 140735071250352 18446744073709551615 4306336 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=121652 CPUtime=12.44 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 43928 1252 0 0 1238 6 0 0 25 0 5 0 654762438 124571648 18200 33554432000 4194304 4417452 140735071250352 18446744073709551615 4312191 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=121652 CPUtime=12.57 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 28002 1252 0 0 1252 5 0 0 25 0 5 0 654762438 124571648 18200 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 121652

[startup+25.5009 s]
/proc/loadavg: 3.34 1.56 1.19 9/304 29754
/proc/meminfo: memFree=27504220/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=148148 CPUtime=101.23 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 255333 1252 0 0 10085 38 0 0 22 0 5 0 654762437 151703552 24824 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 37037 24824 180 55 0 34923 0
[pid=29728/tid=29739] ppid=29726 vsize=148148 CPUtime=25.37 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 67967 1252 0 0 2528 9 0 0 25 0 5 0 654762438 151703552 24824 33554432000 4194304 4417452 140735071250352 18446744073709551615 4250690 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=148148 CPUtime=25.33 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 69507 1252 0 0 2523 10 0 0 25 0 5 0 654762438 151703552 24824 33554432000 4194304 4417452 140735071250352 18446744073709551615 4309955 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=148148 CPUtime=25.24 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 72694 1252 0 0 2514 10 0 0 25 0 5 0 654762438 151703552 24824 33554432000 4194304 4417452 140735071250352 18446744073709551615 4357544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=148148 CPUtime=25.24 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 44700 1252 0 0 2517 7 0 0 25 0 5 0 654762438 151703552 24824 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 148148

[startup+51.1006 s]
/proc/loadavg: 5.00 2.09 1.38 9/304 29754
/proc/meminfo: memFree=27377568/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=273228 CPUtime=203.39 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 449676 1252 0 0 20272 67 0 0 22 0 5 0 654762437 279785472 39743 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 68307 39743 180 55 0 66193 0
[pid=29728/tid=29739] ppid=29726 vsize=273228 CPUtime=50.97 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 114289 1252 0 0 5081 16 0 0 25 0 5 0 654762438 279785472 39743 33554432000 4194304 4417452 140735071250352 18446744073709551615 4357238 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=273228 CPUtime=50.93 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 127446 1252 0 0 5074 19 0 0 25 0 5 0 654762438 279785472 39743 33554432000 4194304 4417452 140735071250352 18446744073709551615 4250548 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=273228 CPUtime=50.84 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 129688 1252 0 0 5066 18 0 0 25 0 5 0 654762438 279785472 39743 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=273228 CPUtime=50.61 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 77788 1252 0 0 5049 12 0 0 25 0 5 0 654762438 279785472 39743 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.39
Current children cumulated vsize (KiB) 273228

[startup+102.301 s]
/proc/loadavg: 6.78 3.01 1.73 9/304 29756
/proc/meminfo: memFree=27184852/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=345572 CPUtime=407.74 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 725920 1252 0 0 40664 110 0 0 22 0 5 0 654762437 353865728 57829 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 86393 57829 180 55 0 84279 0
[pid=29728/tid=29739] ppid=29726 vsize=345572 CPUtime=102.17 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 188645 1252 0 0 10190 27 0 0 25 0 5 0 654762438 353865728 57829 33554432000 4194304 4417452 140735071250352 18446744073709551615 4263136 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=345572 CPUtime=102.13 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 206336 1252 0 0 10182 31 0 0 25 0 5 0 654762438 353865728 57829 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=345572 CPUtime=102.05 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 211955 1252 0 0 10174 31 0 0 25 0 5 0 654762438 353865728 57829 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=345572 CPUtime=101.36 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 118519 1252 0 0 10117 19 0 0 25 0 5 0 654762438 353865728 57829 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.74
Current children cumulated vsize (KiB) 345572

[startup+162.301 s]
/proc/loadavg: 7.70 3.95 2.13 9/304 29758
/proc/meminfo: memFree=26992116/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=449968 CPUtime=647.16 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 984101 1252 0 0 64567 149 0 0 22 0 5 0 654762437 460767232 83960 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 112492 83960 180 55 0 110378 0
[pid=29728/tid=29739] ppid=29726 vsize=449968 CPUtime=162.16 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 249269 1252 0 0 16180 36 0 0 25 0 5 0 654762438 460767232 83960 33554432000 4194304 4417452 140735071250352 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=449968 CPUtime=162.11 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 277112 1252 0 0 16170 41 0 0 25 0 5 0 654762438 460767232 83960 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=449968 CPUtime=162.05 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 300308 1252 0 0 16160 45 0 0 25 0 5 0 654762438 460767232 83960 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=449968 CPUtime=160.81 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 156947 1252 0 0 16056 25 0 0 25 0 5 0 654762438 460767232 83960 33554432000 4194304 4417452 140735071250352 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.16
Current children cumulated vsize (KiB) 449968


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

[pid=29728/tid=29740] ppid=29726 vsize=1038248 CPUtime=762 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 818463 1252 0 0 76078 122 0 0 25 0 5 0 654762438 1063165952 230998 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1038248 CPUtime=762.05 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 878491 1252 0 0 76071 134 0 0 25 0 5 0 654762438 1063165952 230998 33554432000 4194304 4417452 140735071250352 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1038248 CPUtime=755.36 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 366400 1252 0 0 75475 61 0 0 25 0 5 0 654762438 1063165952 230998 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.6
Current children cumulated vsize (KiB) 1038248

[startup+822.301 s]
/proc/loadavg: 8.10 7.66 5.16 9/304 29787
/proc/meminfo: memFree=25629324/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1106336 CPUtime=3281.02 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 2819381 1252 0 0 327668 434 0 0 22 0 5 0 654762437 1132888064 248020 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 276584 248020 180 55 0 274470 0
[pid=29728/tid=29739] ppid=29726 vsize=1106336 CPUtime=822.15 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 709966 1252 0 0 82108 107 0 0 25 0 5 0 654762438 1132888064 248020 33554432000 4194304 4417452 140735071250352 18446744073709551615 4263136 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1106336 CPUtime=821.99 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 836044 1252 0 0 82074 125 0 0 25 0 5 0 654762438 1132888064 248020 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1106336 CPUtime=822.04 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 906506 1252 0 0 82065 139 0 0 25 0 5 0 654762438 1132888064 248020 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1106336 CPUtime=814.81 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 366400 1252 0 0 81420 61 0 0 25 0 5 0 654762438 1132888064 248020 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.02
Current children cumulated vsize (KiB) 1106336

[startup+882.312 s]
/proc/loadavg: 8.26 7.78 5.36 9/304 29789
/proc/meminfo: memFree=25188096/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1177860 CPUtime=3520.51 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 2913296 1252 0 0 351605 446 0 0 22 0 5 0 654762437 1206128640 265901 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 294465 265901 180 55 0 292351 0
[pid=29728/tid=29739] ppid=29726 vsize=1177860 CPUtime=882.16 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 739139 1252 0 0 88105 111 0 0 25 0 5 0 654762438 1206128640 265901 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1177860 CPUtime=881.99 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 867547 1252 0 0 88071 128 0 0 25 0 5 0 654762438 1206128640 265901 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1177860 CPUtime=882.04 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 939745 1252 0 0 88060 144 0 0 25 0 5 0 654762438 1206128640 265901 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1177860 CPUtime=874.28 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 366400 1252 0 0 87367 61 0 0 25 0 5 0 654762438 1206128640 265901 33554432000 4194304 4417452 140735071250352 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.51
Current children cumulated vsize (KiB) 1177860

[startup+942.3 s]
/proc/loadavg: 8.24 7.85 5.53 9/304 29790
/proc/meminfo: memFree=25028596/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1194596 CPUtime=3759.92 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 2967926 1252 0 0 375538 454 0 0 22 0 5 0 654762437 1223266304 270085 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 298649 270085 180 55 0 296535 0
[pid=29728/tid=29739] ppid=29726 vsize=1194596 CPUtime=942.15 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 769480 1252 0 0 94100 115 0 0 25 0 5 0 654762438 1223266304 270085 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1194596 CPUtime=941.97 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 891836 1252 0 0 94065 132 0 0 25 0 5 0 654762438 1223266304 270085 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1194596 CPUtime=942.03 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 939745 1252 0 0 94059 144 0 0 25 0 5 0 654762438 1223266304 270085 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1194596 CPUtime=933.73 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 366400 1252 0 0 93312 61 0 0 25 0 5 0 654762438 1223266304 270085 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.92
Current children cumulated vsize (KiB) 1194596

[startup+1002.3 s]
/proc/loadavg: 8.22 7.91 5.69 9/304 29792
/proc/meminfo: memFree=25025704/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1142008 CPUtime=3999.36 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3060577 1252 0 0 399468 468 0 0 22 0 5 0 654762437 1169416192 256937 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 285502 256937 180 55 0 283388 0
[pid=29728/tid=29739] ppid=29726 vsize=1142008 CPUtime=1002.15 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 808261 1252 0 0 100095 120 0 0 25 0 5 0 654762438 1169416192 256937 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1142008 CPUtime=1001.95 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 909943 1252 0 0 100060 135 0 0 25 0 5 0 654762438 1169416192 256937 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1142008 CPUtime=1002.04 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 946382 1252 0 0 100058 146 0 0 25 0 5 0 654762438 1169416192 256937 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1142008 CPUtime=993.18 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 395526 1252 0 0 99252 66 0 0 25 0 5 0 654762438 1169416192 256937 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.36
Current children cumulated vsize (KiB) 1142008

[startup+1062.3 s]
/proc/loadavg: 8.14 7.94 5.84 9/304 29794
/proc/meminfo: memFree=25020088/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1304580 CPUtime=4238.8 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3127380 1252 0 0 423402 478 0 0 22 0 5 0 654762437 1335889920 297580 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 326145 297580 180 55 0 324031 0
[pid=29728/tid=29739] ppid=29726 vsize=1304580 CPUtime=1062.15 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 842740 1252 0 0 106090 125 0 0 25 0 5 0 654762438 1335889920 297580 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1304580 CPUtime=1061.94 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 938171 1252 0 0 106054 140 0 0 25 0 5 0 654762438 1335889920 297580 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1304580 CPUtime=1062.04 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 950478 1252 0 0 106058 146 0 0 25 0 5 0 654762438 1335889920 297580 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1304580 CPUtime=1052.64 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 395526 1252 0 0 105198 66 0 0 25 0 5 0 654762438 1335889920 297580 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.8
Current children cumulated vsize (KiB) 1304580

[startup+1122.3 s]
/proc/loadavg: 8.05 7.95 5.97 9/304 29795
/proc/meminfo: memFree=25368860/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1217744 CPUtime=4478.25 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3190968 1252 0 0 447333 492 0 0 22 0 5 0 654762437 1246969856 275904 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 304436 275904 180 55 0 302322 0
[pid=29728/tid=29739] ppid=29726 vsize=1217744 CPUtime=1122.15 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 874363 1252 0 0 112084 131 0 0 25 0 5 0 654762438 1246969856 275904 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1217744 CPUtime=1121.93 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 938171 1252 0 0 112053 140 0 0 25 0 5 0 654762438 1246969856 275904 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1217744 CPUtime=1122.04 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 982443 1252 0 0 112051 153 0 0 25 0 5 0 654762438 1246969856 275904 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1217744 CPUtime=1112.09 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 395526 1252 0 0 111143 66 0 0 25 0 5 0 654762438 1246969856 275904 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.25
Current children cumulated vsize (KiB) 1217744

[startup+1182.3 s]
/proc/loadavg: 8.08 7.97 6.10 9/304 29797
/proc/meminfo: memFree=25019000/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1485220 CPUtime=4717.7 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3319631 1252 0 0 471258 512 0 0 22 0 5 0 654762437 1520865280 342773 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 371305 342773 180 55 0 369191 0
[pid=29728/tid=29739] ppid=29726 vsize=1485220 CPUtime=1182.15 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 874363 1252 0 0 118084 131 0 0 25 0 5 0 654762438 1520865280 342773 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1485220 CPUtime=1181.92 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 965626 1252 0 0 118048 144 0 0 25 0 5 0 654762438 1520865280 342773 33554432000 4194304 4417452 140735071250352 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1485220 CPUtime=1182.05 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 1055753 1252 0 0 118040 165 0 0 25 0 5 0 654762438 1520865280 342773 33554432000 4194304 4417452 140735071250352 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1485220 CPUtime=1171.55 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 423424 1252 0 0 117085 70 0 0 25 0 5 0 654762438 1520865280 342773 33554432000 4194304 4417452 140735071250352 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.7
Current children cumulated vsize (KiB) 1485220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.06 7.97 6.14 9/304 29797
/proc/meminfo: memFree=24615368/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1496876 CPUtime=4800.34 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3322545 1252 0 0 479521 513 0 0 22 0 5 0 654762437 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 374219 345687 180 55 0 372105 0
[pid=29728/tid=29739] ppid=29726 vsize=1496876 CPUtime=1202.86 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 874363 1252 0 0 120155 131 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1496876 CPUtime=1202.63 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 968540 1252 0 0 120119 144 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1496876 CPUtime=1202.76 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 1055753 1252 0 0 120111 165 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1496876 CPUtime=1192.07 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 423424 1252 0 0 119136 71 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1496876

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

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

[startup+1203 s]
/proc/loadavg: 8.06 7.97 6.14 9/304 29797
/proc/meminfo: memFree=24615368/32951124 swapFree=63649232/67111528
[pid=29728] ppid=29726 vsize=1496876 CPUtime=4800.34 cores=0,2,4,6
/proc/29728/stat : 29728 (plingeling) S 29726 29728 29414 0 -1 4202496 3322545 1252 0 0 479521 513 0 0 22 0 5 0 654762437 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/29728/statm: 374219 345687 180 55 0 372105 0
[pid=29728/tid=29739] ppid=29726 vsize=1496876 CPUtime=1202.86 cores=0,2,4,6
/proc/29728/task/29739/stat : 29739 (plingeling) R 29726 29728 29414 0 -1 4202560 874363 1252 0 0 120155 131 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29728/tid=29740] ppid=29726 vsize=1496876 CPUtime=1202.63 cores=0,2,4,6
/proc/29728/task/29740/stat : 29740 (plingeling) R 29726 29728 29414 0 -1 4202560 968540 1252 0 0 120119 144 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29728/tid=29741] ppid=29726 vsize=1496876 CPUtime=1202.76 cores=0,2,4,6
/proc/29728/task/29741/stat : 29741 (plingeling) R 29726 29728 29414 0 -1 4202560 1055753 1252 0 0 120111 165 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29728/tid=29743] ppid=29726 vsize=1496876 CPUtime=1192.07 cores=0,2,4,6
/proc/29728/task/29743/stat : 29743 (plingeling) R 29726 29728 29414 0 -1 4202560 423424 1252 0 0 119136 71 0 0 25 0 5 0 654762438 1532801024 345687 33554432000 4194304 4417452 140735071250352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1496876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.09
CPU time (s): 4800.45
CPU user time (s): 4795.25
CPU system time (s): 5.20621
CPU usage (%): 399.01
Max. virtual memory (cumulated for all children) (KiB): 1539884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.25
system time used= 5.20621
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3323798
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= 282
involuntary context switches= 22696

runsolver used 3.13052 second user time and 7.82281 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 05:53:59
IDJOB=3371046
IDBENCH=85459
IDSOLVER=1848
FILE ID=node130/3371046-1305431639
RUNJOBID= node130-1305431639-29714
PBS_JOBID= 13324602
Free space on /tmp= 73468 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371046-1305431639/watcher-3371046-1305431639 -o /tmp/evaluation-result-3371046-1305431639/solver-3371046-1305431639 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371046-1305431639.cnf

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=1561089004

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27716216 kB
Buffers:        271820 kB
Cached:        3639628 kB
SwapCached:      10248 kB
Active:        1303636 kB
Inactive:      3662200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27716216 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:     1051832 kB
Mapped:          12884 kB
Slab:           183092 kB
PageTables:      24788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51463200 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= 73468 MiB
End job on node130 at 2011-05-15 06:14:04