Trace number 3258690

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.15 1201.76

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258690-1304051285/watcher-3258690-1304051285 -o /tmp/evaluation-result-3258690-1304051285/solver-3258690-1304051285 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3258690-1304051285.cnf 

running on 4 cores: 1,3,5,7

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: 3.76 4.25 5.55 2/174 30195
/proc/meminfo: memFree=25610800/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=9140 CPUtime=0 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) R 30193 30195 29288 0 -1 4202496 366 1253 0 0 0 0 0 0 22 0 1 0 497544402 9359360 294 33554432000 4194304 4417332 140736707810400 18446744073709551615 220816236288 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30195/statm: 2285 294 146 55 0 171 0

[startup+0.105979 s]
/proc/loadavg: 3.76 4.25 5.55 2/174 30195
/proc/meminfo: memFree=25610800/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=25832 CPUtime=0.09 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) R 30193 30195 29288 0 -1 4202496 4528 1253 0 0 9 0 0 0 22 0 1 0 497544402 26451968 4456 33554432000 4194304 4417332 140736707810400 18446744073709551615 4231358 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30195/statm: 6458 4456 147 55 0 4344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25832

[startup+0.200925 s]
/proc/loadavg: 3.76 4.25 5.55 2/174 30195
/proc/meminfo: memFree=25610800/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=133640 CPUtime=0.45 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 5200 1253 0 0 45 0 0 0 23 0 5 0 497544402 136847360 4867 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 33410 4867 175 55 0 31296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 133640

[startup+0.300908 s]
/proc/loadavg: 3.76 4.25 5.55 2/174 30195
/proc/meminfo: memFree=25610800/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=136624 CPUtime=0.85 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 8977 1253 0 0 84 1 0 0 23 0 5 0 497544402 139902976 5620 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 34156 5620 176 55 0 32042 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 136624

[startup+0.700835 s]
/proc/loadavg: 3.76 4.25 5.55 2/174 30195
/proc/meminfo: memFree=25610800/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=146072 CPUtime=2.45 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 14364 1253 0 0 244 1 0 0 23 0 5 0 497544402 149577728 7953 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 36518 7953 179 55 0 34404 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 146072

[startup+1.50068 s]
/proc/loadavg: 3.76 4.25 5.55 9/186 30220
/proc/meminfo: memFree=25512248/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=155516 CPUtime=5.64 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 19780 1253 0 0 562 2 0 0 23 0 5 0 497544402 159248384 10315 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 38879 10315 180 55 0 36765 0
[pid=30195/tid=30213] ppid=30193 vsize=155516 CPUtime=1.38 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 1881 1253 0 0 138 0 0 0 25 0 5 0 497544413 159248384 10315 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=155516 CPUtime=1.38 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 1648 1253 0 0 138 0 0 0 25 0 5 0 497544413 159248384 10315 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249233 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=155516 CPUtime=1.38 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 1967 1253 0 0 138 0 0 0 25 0 5 0 497544413 159248384 10315 33554432000 4194304 4417332 140736707810400 18446744073709551615 4334452 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=155516 CPUtime=1.38 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 9744 1253 0 0 137 1 0 0 25 0 5 0 497544413 159248384 10315 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 155516

[startup+3.10039 s]
/proc/loadavg: 3.76 4.25 5.55 9/186 30220
/proc/meminfo: memFree=25496736/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=173796 CPUtime=12.04 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 28698 1253 0 0 1201 3 0 0 23 0 5 0 497544402 177967104 14885 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 43449 14885 180 55 0 41335 0
[pid=30195/tid=30213] ppid=30193 vsize=173796 CPUtime=2.98 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 2824 1253 0 0 298 0 0 0 25 0 5 0 497544413 177967104 14885 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=173796 CPUtime=2.98 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 2591 1253 0 0 298 0 0 0 25 0 5 0 497544413 177967104 14885 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249563 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=173796 CPUtime=2.97 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 1967 1253 0 0 297 0 0 0 25 0 5 0 497544413 177967104 14885 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=173796 CPUtime=2.98 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 16776 1253 0 0 296 2 0 0 25 0 5 0 497544413 177967104 14885 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 173796

[startup+6.3008 s]
/proc/loadavg: 4.10 4.31 5.57 10/186 30220
/proc/meminfo: memFree=25456732/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=186048 CPUtime=24.83 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 42117 1253 0 0 2477 6 0 0 23 0 5 0 497544402 190513152 17948 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 46512 17948 180 55 0 44398 0
[pid=30195/tid=30213] ppid=30193 vsize=186048 CPUtime=6.18 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 2824 1253 0 0 618 0 0 0 25 0 5 0 497544413 190513152 17948 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=186048 CPUtime=6.18 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 2591 1253 0 0 618 0 0 0 25 0 5 0 497544413 190513152 17948 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=186048 CPUtime=6.16 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 2158 1253 0 0 616 0 0 0 25 0 5 0 497544413 190513152 17948 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=186048 CPUtime=6.18 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 30004 1253 0 0 614 4 0 0 25 0 5 0 497544413 190513152 17948 33554432000 4194304 4417332 140736707810400 18446744073709551615 4356838 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 186048

[startup+12.7006 s]
/proc/loadavg: 4.41 4.37 5.58 10/186 30220
/proc/meminfo: memFree=25379260/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=216784 CPUtime=50.39 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 71632 1253 0 0 5029 10 0 0 23 0 5 0 497544402 221986816 25632 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 54196 25632 180 55 0 52082 0
[pid=30195/tid=30213] ppid=30193 vsize=216784 CPUtime=12.58 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 3767 1253 0 0 1258 0 0 0 25 0 5 0 497544413 221986816 25632 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=216784 CPUtime=12.58 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 3534 1253 0 0 1258 0 0 0 25 0 5 0 497544413 221986816 25632 33554432000 4194304 4417332 140736707810400 18446744073709551615 4258616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=216784 CPUtime=12.52 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 3986 1253 0 0 1252 0 0 0 25 0 5 0 497544413 221986816 25632 33554432000 4194304 4417332 140736707810400 18446744073709551615 4320800 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=216784 CPUtime=12.57 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 55805 1253 0 0 1249 8 0 0 25 0 5 0 497544413 221986816 25632 33554432000 4194304 4417332 140736707810400 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 216784

[startup+25.5013 s]
/proc/loadavg: 5.21 4.55 5.62 10/186 30221
/proc/meminfo: memFree=25207500/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=208408 CPUtime=101.52 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 104801 1253 0 0 10137 15 0 0 23 0 5 0 497544402 213409792 23539 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 52102 23539 181 55 0 49988 0
[pid=30195/tid=30213] ppid=30193 vsize=208408 CPUtime=25.38 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 4994 1253 0 0 2538 0 0 0 25 0 5 0 497544413 213409792 23539 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=208408 CPUtime=25.37 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 3767 1253 0 0 2537 0 0 0 25 0 5 0 497544413 213409792 23539 33554432000 4194304 4417332 140736707810400 18446744073709551615 4265383 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=208408 CPUtime=25.25 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 7313 1253 0 0 2525 0 0 0 25 0 5 0 497544413 213409792 23539 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=208408 CPUtime=25.38 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 84187 1253 0 0 2525 13 0 0 25 0 5 0 497544413 213409792 23539 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 208408

[startup+51.1005 s]
/proc/loadavg: 6.16 4.83 5.68 10/186 30221
/proc/meminfo: memFree=25273540/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=250000 CPUtime=203.79 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 148758 1253 0 0 20358 21 0 0 23 0 5 0 497544402 256000000 33937 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 62500 33937 181 55 0 60386 0
[pid=30195/tid=30213] ppid=30193 vsize=250000 CPUtime=50.98 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 5757 1253 0 0 5098 0 0 0 25 0 5 0 497544413 256000000 33937 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=250000 CPUtime=50.97 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 5555 1253 0 0 5097 0 0 0 25 0 5 0 497544413 256000000 33937 33554432000 4194304 4417332 140736707810400 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=250000 CPUtime=50.73 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 9363 1253 0 0 5072 1 0 0 25 0 5 0 497544413 256000000 33937 33554432000 4194304 4417332 140736707810400 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=250000 CPUtime=50.98 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 123543 1253 0 0 5080 18 0 0 25 0 5 0 497544413 256000000 33937 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 250000

[startup+102.301 s]
/proc/loadavg: 7.27 5.33 5.80 9/186 30223
/proc/meminfo: memFree=24983372/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=466332 CPUtime=408.34 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 210736 1253 0 0 40805 29 0 0 23 0 5 0 497544402 477523968 88020 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 116583 88020 181 55 0 114469 0
[pid=30195/tid=30213] ppid=30193 vsize=466332 CPUtime=102.19 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 9530 1253 0 0 10218 1 0 0 25 0 5 0 497544413 477523968 88020 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=466332 CPUtime=102.18 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 8457 1253 0 0 10217 1 0 0 25 0 5 0 497544413 477523968 88020 33554432000 4194304 4417332 140736707810400 18446744073709551615 4250528 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=466332 CPUtime=101.65 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 18585 1253 0 0 10163 2 0 0 25 0 5 0 497544413 477523968 88020 33554432000 4194304 4417332 140736707810400 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=466332 CPUtime=102.19 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 169624 1253 0 0 10195 24 0 0 25 0 5 0 497544413 477523968 88020 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 466332

[startup+162.301 s]
/proc/loadavg: 7.80 5.83 5.94 9/186 30224
/proc/meminfo: memFree=24583820/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=525248 CPUtime=648 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 271075 1253 0 0 64763 37 0 0 23 0 5 0 497544402 537853952 102749 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 131312 102749 181 55 0 129198 0
[pid=30195/tid=30213] ppid=30193 vsize=525248 CPUtime=162.18 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 16082 1253 0 0 16217 1 0 0 25 0 5 0 497544413 537853952 102749 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=525248 CPUtime=162.18 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 10605 1253 0 0 16217 1 0 0 25 0 5 0 497544413 537853952 102749 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=525248 CPUtime=161.33 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 19785 1253 0 0 16131 2 0 0 25 0 5 0 497544413 537853952 102749 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=525248 CPUtime=162.18 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 220063 1253 0 0 16187 31 0 0 25 0 5 0 497544413 537853952 102749 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648
Current children cumulated vsize (KiB) 525248


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

[pid=30195/tid=30214] ppid=30193 vsize=804448 CPUtime=702.19 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 23005 1253 0 0 70217 2 0 0 25 0 5 0 497544413 823754752 172549 33554432000 4194304 4417332 140736707810400 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=804448 CPUtime=698.4 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 28364 1253 0 0 69837 3 0 0 25 0 5 0 497544413 823754752 172549 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=804448 CPUtime=702.21 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 457126 1253 0 0 70155 66 0 0 25 0 5 0 497544413 823754752 172549 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.12
Current children cumulated vsize (KiB) 804448

[startup+762.3 s]
/proc/loadavg: 8.11 7.79 6.95 10/186 30240
/proc/meminfo: memFree=23811012/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=894880 CPUtime=3044.82 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 565812 1253 0 0 304402 80 0 0 23 0 5 0 497544402 916357120 195157 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 223720 195157 181 55 0 221606 0
[pid=30195/tid=30213] ppid=30193 vsize=894880 CPUtime=762.19 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 28121 1253 0 0 76216 3 0 0 25 0 5 0 497544413 916357120 195157 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=894880 CPUtime=762.2 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 23005 1253 0 0 76218 2 0 0 25 0 5 0 497544413 916357120 195157 33554432000 4194304 4417332 140736707810400 18446744073709551615 4309615 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=894880 CPUtime=758.08 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 28364 1253 0 0 75805 3 0 0 25 0 5 0 497544413 916357120 195157 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=894880 CPUtime=762.2 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 481782 1253 0 0 76151 69 0 0 25 0 5 0 497544413 916357120 195157 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.82
Current children cumulated vsize (KiB) 894880

[startup+822.3 s]
/proc/loadavg: 8.08 7.84 7.02 10/186 30242
/proc/meminfo: memFree=23764128/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=940676 CPUtime=3284.47 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 591597 1253 0 0 328364 83 0 0 23 0 5 0 497544402 963252224 206606 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 235169 206606 181 55 0 233055 0
[pid=30195/tid=30213] ppid=30193 vsize=940676 CPUtime=822.19 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 30169 1253 0 0 82216 3 0 0 25 0 5 0 497544413 963252224 206606 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=940676 CPUtime=822.19 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 28581 1253 0 0 82217 2 0 0 25 0 5 0 497544413 963252224 206606 33554432000 4194304 4417332 140736707810400 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=940676 CPUtime=817.75 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 34107 1253 0 0 81772 3 0 0 25 0 5 0 497544413 963252224 206606 33554432000 4194304 4417332 140736707810400 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=940676 CPUtime=822.21 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 494200 1253 0 0 82149 72 0 0 25 0 5 0 497544413 963252224 206606 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.47
Current children cumulated vsize (KiB) 940676

[startup+882.306 s]
/proc/loadavg: 8.06 7.88 7.08 10/186 30244
/proc/meminfo: memFree=23420748/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=975128 CPUtime=3524.18 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 602258 1253 0 0 352334 84 0 0 23 0 5 0 497544402 998531072 215219 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 243782 215219 181 55 0 241668 0
[pid=30195/tid=30213] ppid=30193 vsize=975128 CPUtime=882.2 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 34096 1253 0 0 88216 4 0 0 25 0 5 0 497544413 998531072 215219 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=975128 CPUtime=882.2 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 34574 1253 0 0 88217 3 0 0 25 0 5 0 497544413 998531072 215219 33554432000 4194304 4417332 140736707810400 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=975128 CPUtime=877.43 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 34848 1253 0 0 87740 3 0 0 25 0 5 0 497544413 998531072 215219 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=975128 CPUtime=882.21 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 494200 1253 0 0 88149 72 0 0 25 0 5 0 497544413 998531072 215219 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 975128

[startup+942.3 s]
/proc/loadavg: 8.24 7.96 7.15 10/186 30245
/proc/meminfo: memFree=23281968/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=1100760 CPUtime=3763.84 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 635714 1253 0 0 376295 89 0 0 23 0 5 0 497544402 1127178240 246627 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 275190 246627 181 55 0 273076 0
[pid=30195/tid=30213] ppid=30193 vsize=1100760 CPUtime=942.19 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 36144 1253 0 0 94215 4 0 0 25 0 5 0 497544413 1127178240 246627 33554432000 4194304 4417332 140736707810400 18446744073709551615 4236823 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=1100760 CPUtime=942.2 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 36622 1253 0 0 94217 3 0 0 25 0 5 0 497544413 1127178240 246627 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=1100760 CPUtime=937.11 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 36896 1253 0 0 93707 4 0 0 25 0 5 0 497544413 1127178240 246627 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=1100760 CPUtime=942.21 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 521512 1253 0 0 94145 76 0 0 25 0 5 0 497544413 1127178240 246627 33554432000 4194304 4417332 140736707810400 18446744073709551615 4320936 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 1100760

[startup+1002.3 s]
/proc/loadavg: 8.28 8.01 7.22 9/186 30247
/proc/meminfo: memFree=22821288/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=1305564 CPUtime=4003.52 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 686915 1253 0 0 400255 97 0 0 23 0 5 0 497544402 1336897536 297828 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 326391 297828 181 55 0 324277 0
[pid=30195/tid=30213] ppid=30193 vsize=1305564 CPUtime=1002.2 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 36144 1253 0 0 100216 4 0 0 25 0 5 0 497544413 1336897536 297828 33554432000 4194304 4417332 140736707810400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=1305564 CPUtime=1002.2 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 36622 1253 0 0 100217 3 0 0 25 0 5 0 497544413 1336897536 297828 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=1305564 CPUtime=996.78 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 38944 1253 0 0 99674 4 0 0 25 0 5 0 497544413 1336897536 297828 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=1305564 CPUtime=1002.21 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 570665 1253 0 0 100137 84 0 0 25 0 5 0 497544413 1336897536 297828 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 1305564

[startup+1062.3 s]
/proc/loadavg: 8.23 8.04 7.28 9/186 30248
/proc/meminfo: memFree=22885260/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=1240896 CPUtime=4243.2 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 686915 1253 0 0 424223 97 0 0 23 0 5 0 497544402 1270677504 281693 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 310224 281693 181 55 0 308110 0
[pid=30195/tid=30213] ppid=30193 vsize=1240896 CPUtime=1062.2 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 36144 1253 0 0 106216 4 0 0 25 0 5 0 497544413 1270677504 281693 33554432000 4194304 4417332 140736707810400 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=1240896 CPUtime=1062.2 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 36622 1253 0 0 106217 3 0 0 25 0 5 0 497544413 1270677504 281693 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=1240896 CPUtime=1056.45 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 38944 1253 0 0 105641 4 0 0 25 0 5 0 497544413 1270677504 281693 33554432000 4194304 4417332 140736707810400 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=1240896 CPUtime=1062.21 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 570665 1253 0 0 106137 84 0 0 25 0 5 0 497544413 1270677504 281693 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 1240896

[startup+1122.3 s]
/proc/loadavg: 8.15 8.04 7.32 10/186 30250
/proc/meminfo: memFree=22777608/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=1323880 CPUtime=4482.88 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 707629 1253 0 0 448187 101 0 0 23 0 5 0 497544402 1355653120 302407 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 330970 302407 181 55 0 328856 0
[pid=30195/tid=30213] ppid=30193 vsize=1323880 CPUtime=1122.19 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 39322 1253 0 0 112215 4 0 0 25 0 5 0 497544413 1355653120 302407 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=1323880 CPUtime=1122.2 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 36622 1253 0 0 112217 3 0 0 25 0 5 0 497544413 1355653120 302407 33554432000 4194304 4417332 140736707810400 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=1323880 CPUtime=1116.12 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 38944 1253 0 0 111608 4 0 0 25 0 5 0 497544413 1355653120 302407 33554432000 4194304 4417332 140736707810400 18446744073709551615 4284912 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=1323880 CPUtime=1122.22 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 588201 1253 0 0 112134 88 0 0 25 0 5 0 497544413 1355653120 302407 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.88
Current children cumulated vsize (KiB) 1323880

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.37 10/186 30252
/proc/meminfo: memFree=22671944/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=1340680 CPUtime=4722.57 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 711829 1253 0 0 472155 102 0 0 23 0 5 0 497544402 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 335170 306607 181 55 0 333056 0
[pid=30195/tid=30213] ppid=30193 vsize=1340680 CPUtime=1182.2 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 39322 1253 0 0 118216 4 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=1340680 CPUtime=1182.21 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 36622 1253 0 0 118218 3 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=1340680 CPUtime=1175.8 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 43144 1253 0 0 117576 4 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=1340680 CPUtime=1182.22 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 588201 1253 0 0 118134 88 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 1340680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.04 7.38 9/186 30252
/proc/meminfo: memFree=22557112/32951124 swapFree=67111524/67111528
[pid=30195] ppid=30193 vsize=1340680 CPUtime=4800.08 cores=1,3,5,7
/proc/30195/stat : 30195 (plingeling) S 30193 30195 29288 0 -1 4202496 711829 1253 0 0 479906 102 0 0 23 0 5 0 497544402 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 335170 306607 181 55 0 333056 0
[pid=30195/tid=30213] ppid=30193 vsize=1340680 CPUtime=1201.6 cores=1,3,5,7
/proc/30195/task/30213/stat : 30213 (plingeling) R 30193 30195 29288 0 -1 4202560 39322 1253 0 0 120156 4 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30195/tid=30214] ppid=30193 vsize=1340680 CPUtime=1201.61 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (plingeling) R 30193 30195 29288 0 -1 4202560 36622 1253 0 0 120158 3 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30195/tid=30215] ppid=30193 vsize=1340680 CPUtime=1195.09 cores=1,3,5,7
/proc/30195/task/30215/stat : 30215 (plingeling) R 30193 30195 29288 0 -1 4202560 43144 1253 0 0 119505 4 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4236910 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30195/tid=30216] ppid=30193 vsize=1340680 CPUtime=1201.63 cores=1,3,5,7
/proc/30195/task/30216/stat : 30216 (plingeling) R 30193 30195 29288 0 -1 4202560 588201 1253 0 0 120075 88 0 0 25 0 5 0 497544413 1372856320 306607 33554432000 4194304 4417332 140736707810400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1340680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.15
CPU user time (s): 4799.08
CPU system time (s): 1.06684
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 1340680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.08
system time used= 1.06684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 713082
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= 127
involuntary context switches= 32050

runsolver used 2.02869 second user time and 4.49932 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 06:28:05
IDJOB=3258690
IDBENCH=71409
IDSOLVER=1605
FILE ID=node147/3258690-1304051285
RUNJOBID= node147-1304051285-30182
PBS_JOBID= 13170392
Free space on /tmp= 72656 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258690-1304051285/watcher-3258690-1304051285 -o /tmp/evaluation-result-3258690-1304051285/solver-3258690-1304051285 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3258690-1304051285.cnf

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=768317766

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25610832 kB
Buffers:       1025328 kB
Cached:        5802104 kB
SwapCached:          4 kB
Active:        1284668 kB
Inactive:      5610848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25610832 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:       67496 kB
Mapped:          14492 kB
Slab:           381264 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186752 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= 72652 MiB
End job on node147 at 2011-04-29 06:48:09