Trace number 3372338

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.5 5007.82

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3372338-1305437385/watcher-3372338-1305437385 -o /tmp/evaluation-result-3372338-1305437385/solver-3372338-1305437385 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372338-1305437385.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 1.47 2.63 1/357 17212
/proc/meminfo: memFree=29617032/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=11276 CPUtime=0 cores=0-7
/proc/17212/stat : 17212 (plingeling) R 17210 17212 17186 0 -1 4202496 911 1254 0 0 0 0 0 0 25 0 1 0 636154747 11546624 842 33554432000 4194304 4417452 140736592435632 18446744073709551615 212039655168 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17212/statm: 2819 842 148 55 0 705 0

[startup+0.085736 s]
/proc/loadavg: 0.86 1.47 2.63 1/357 17212
/proc/meminfo: memFree=29617032/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=26648 CPUtime=0.07 cores=0-7
/proc/17212/stat : 17212 (plingeling) R 17210 17212 17186 0 -1 4202496 4851 1254 0 0 7 0 0 0 25 0 1 0 636154747 27287552 4686 33554432000 4194304 4417452 140736592435632 18446744073709551615 4320705 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17212/statm: 6662 4686 149 55 0 4548 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26648

[startup+0.100731 s]
/proc/loadavg: 0.86 1.47 2.63 1/357 17212
/proc/meminfo: memFree=29617032/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=28696 CPUtime=0.09 cores=0-7
/proc/17212/stat : 17212 (plingeling) R 17210 17212 17186 0 -1 4202496 4994 1254 0 0 9 0 0 0 25 0 1 0 636154747 29384704 4830 33554432000 4194304 4417452 140736592435632 18446744073709551615 212039349341 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17212/statm: 7174 4851 149 55 0 5060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28696

[startup+0.300659 s]
/proc/loadavg: 0.86 1.47 2.63 1/357 17212
/proc/meminfo: memFree=29617032/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=191408 CPUtime=1.11 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 9215 1254 0 0 110 1 0 0 18 0 9 0 636154747 196001792 9033 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 47852 9033 175 55 0 45738 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 191408

[startup+0.700589 s]
/proc/loadavg: 0.86 1.47 2.63 1/357 17212
/proc/meminfo: memFree=29617032/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=198168 CPUtime=4.31 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 14282 1254 0 0 430 1 0 0 18 0 9 0 636154747 202924032 10637 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 49542 10637 180 55 0 47428 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 198168

[startup+1.50044 s]
/proc/loadavg: 0.86 1.47 2.63 9/366 17226
/proc/meminfo: memFree=29572576/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=203752 CPUtime=10.7 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 16523 1254 0 0 1068 2 0 0 18 0 9 0 636154747 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 50938 12441 180 55 0 48824 0
[pid=17212/tid=17219] ppid=17210 vsize=203752 CPUtime=1.35 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 1048 1254 0 0 135 0 0 0 25 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=203752 CPUtime=1.3 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 1061 1254 0 0 130 0 0 0 25 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4352385 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=203752 CPUtime=1.34 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 799 1254 0 0 134 0 0 0 19 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=203752 CPUtime=1.35 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 1494 1254 0 0 135 0 0 0 23 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=203752 CPUtime=1.25 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 775 1254 0 0 125 0 0 0 22 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=203752 CPUtime=1.3 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 944 1254 0 0 130 0 0 0 19 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=203752 CPUtime=1.28 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 282 1254 0 0 128 0 0 0 22 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=203752 CPUtime=1.35 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 1157 1254 0 0 135 0 0 0 23 0 9 0 636154762 208642048 12441 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.7
Current children cumulated vsize (KiB) 203752

[startup+3.10116 s]
/proc/loadavg: 0.86 1.47 2.63 9/366 17226
/proc/meminfo: memFree=29563648/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=223168 CPUtime=23.49 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 23293 1254 0 0 2346 3 0 0 18 0 9 0 636154747 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 55792 17920 180 55 0 53678 0
[pid=17212/tid=17219] ppid=17210 vsize=223168 CPUtime=2.95 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 1048 1254 0 0 295 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=223168 CPUtime=2.9 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 2045 1254 0 0 290 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=223168 CPUtime=2.94 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 799 1254 0 0 294 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=223168 CPUtime=2.94 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 4230 1254 0 0 294 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=223168 CPUtime=2.85 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 968 1254 0 0 285 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=223168 CPUtime=2.9 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 2630 1254 0 0 290 0 0 0 22 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=223168 CPUtime=2.87 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 282 1254 0 0 287 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=223168 CPUtime=2.94 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 2328 1254 0 0 294 0 0 0 25 0 9 0 636154762 228524032 17920 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.49
Current children cumulated vsize (KiB) 223168

[startup+6.30059 s]
/proc/loadavg: 1.43 1.58 2.66 9/366 17226
/proc/meminfo: memFree=29517148/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=261296 CPUtime=49.04 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 35599 1254 0 0 4899 5 0 0 18 0 9 0 636154747 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 65324 27511 180 55 0 63210 0
[pid=17212/tid=17219] ppid=17210 vsize=261296 CPUtime=6.14 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 2373 1254 0 0 614 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=261296 CPUtime=6.09 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 3750 1254 0 0 609 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=261296 CPUtime=6.14 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 1380 1254 0 0 614 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=261296 CPUtime=6.15 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 7201 1254 0 0 614 1 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=261296 CPUtime=6.04 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 2356 1254 0 0 604 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4310251 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=261296 CPUtime=6.1 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 3378 1254 0 0 610 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=261296 CPUtime=6.03 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 964 1254 0 0 603 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=261296 CPUtime=6.14 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 5234 1254 0 0 614 0 0 0 25 0 9 0 636154762 267567104 27511 33554432000 4194304 4417452 140736592435632 18446744073709551615 4352228 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.04
Current children cumulated vsize (KiB) 261296

[startup+12.7004 s]
/proc/loadavg: 1.96 1.69 2.69 9/366 17227
/proc/meminfo: memFree=29475556/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=296000 CPUtime=100.16 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 54397 1254 0 0 10008 8 0 0 18 0 9 0 636154747 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 74000 35900 180 55 0 71886 0
[pid=17212/tid=17219] ppid=17210 vsize=296000 CPUtime=12.54 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 2896 1254 0 0 1254 0 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=296000 CPUtime=12.49 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 5429 1254 0 0 1249 0 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=296000 CPUtime=12.54 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 3090 1254 0 0 1254 0 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=296000 CPUtime=12.54 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 10308 1254 0 0 1253 1 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=296000 CPUtime=12.43 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 3618 1254 0 0 1243 0 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=296000 CPUtime=12.49 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 6492 1254 0 0 1249 0 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=296000 CPUtime=12.35 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 3629 1254 0 0 1235 0 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=296000 CPUtime=12.54 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 9972 1254 0 0 1253 1 0 0 25 0 9 0 636154762 303104000 35900 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.16
Current children cumulated vsize (KiB) 296000

[startup+25.5012 s]
/proc/loadavg: 3.29 2.00 2.77 9/366 17227
/proc/meminfo: memFree=29417396/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=347332 CPUtime=202.41 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 99348 1254 0 0 20224 17 0 0 18 0 9 0 636154747 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 86833 48745 180 55 0 84719 0
[pid=17212/tid=17219] ppid=17210 vsize=347332 CPUtime=25.34 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 7572 1254 0 0 2533 1 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=347332 CPUtime=25.3 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 12840 1254 0 0 2528 2 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=347332 CPUtime=25.35 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 5366 1254 0 0 2534 1 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=347332 CPUtime=25.35 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 18061 1254 0 0 2532 3 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=347332 CPUtime=25.23 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 9996 1254 0 0 2522 1 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=347332 CPUtime=25.3 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 11382 1254 0 0 2528 2 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=347332 CPUtime=24.99 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 8665 1254 0 0 2498 1 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=347332 CPUtime=25.34 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 16503 1254 0 0 2532 2 0 0 25 0 9 0 636154762 355667968 48745 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.41
Current children cumulated vsize (KiB) 347332

[startup+51.1006 s]
/proc/loadavg: 4.90 2.48 2.91 9/366 17228
/proc/meminfo: memFree=29343192/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=421092 CPUtime=406.9 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 166684 1254 0 0 40659 31 0 0 18 0 9 0 636154747 431198208 67367 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 105273 67367 180 55 0 103159 0
[pid=17212/tid=17219] ppid=17210 vsize=421092 CPUtime=50.94 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 18527 1254 0 0 5091 3 0 0 25 0 9 0 636154762 431198208 67367 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=421092 CPUtime=50.9 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 18167 1254 0 0 5087 3 0 0 25 0 9 0 636154762 431198208 67367 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=421092 CPUtime=50.94 cores=0-7

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

/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 472112 115 0 0 25 0 9 0 636154762 2357907456 537080 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2302644 CPUtime=4721.25 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 412638 1254 0 0 472053 72 0 0 25 0 9 0 636154762 2357907456 537080 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2302644 CPUtime=4721.95 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 522150 1254 0 0 472104 91 0 0 25 0 9 0 636154762 2357907456 537080 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2302644 CPUtime=4666.43 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 673212 1254 0 0 466537 106 0 0 25 0 9 0 636154762 2357907456 537080 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2302644 CPUtime=4721.61 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 515838 1254 0 0 472083 78 0 0 25 0 9 0 636154762 2357907456 537080 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37720.5
Current children cumulated vsize (KiB) 2302644

[startup+4782.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/366 17366
/proc/meminfo: memFree=27410284/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=2354228 CPUtime=38199.7 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 4122768 1254 0 0 3819243 725 0 0 18 0 9 0 636154747 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 588557 549976 180 55 0 586443 0
[pid=17212/tid=17219] ppid=17210 vsize=2354228 CPUtime=4782.26 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 432246 1254 0 0 478140 86 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=2354228 CPUtime=4782.23 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 341253 1254 0 0 478158 65 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=2354228 CPUtime=4782.27 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 654013 1254 0 0 478121 106 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=2354228 CPUtime=4782.25 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 478110 115 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2354228 CPUtime=4781.21 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 430629 1254 0 0 478047 74 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2354228 CPUtime=4781.94 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 522380 1254 0 0 478103 91 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2354228 CPUtime=4725.71 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 673212 1254 0 0 472465 106 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2354228 CPUtime=4781.6 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 515838 1254 0 0 478082 78 0 0 25 0 9 0 636154762 2410729472 549976 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38199.7
Current children cumulated vsize (KiB) 2354228

[startup+4842.3 s]
/proc/loadavg: 8.10 8.05 8.00 9/366 17367
/proc/meminfo: memFree=27544632/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=2219668 CPUtime=38679 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 4145331 1254 0 0 3867169 728 0 0 18 0 9 0 636154747 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 554917 516492 180 55 0 552803 0
[pid=17212/tid=17219] ppid=17210 vsize=2219668 CPUtime=4842.26 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 432246 1254 0 0 484140 86 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=2219668 CPUtime=4842.23 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 341253 1254 0 0 484158 65 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=2219668 CPUtime=4842.27 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 654013 1254 0 0 484121 106 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=2219668 CPUtime=4842.26 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 484111 115 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2219668 CPUtime=4841.2 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 430727 1254 0 0 484046 74 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2219668 CPUtime=4841.94 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 522380 1254 0 0 484103 91 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2219668 CPUtime=4785 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 678390 1254 0 0 478394 106 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2219668 CPUtime=4841.6 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 533125 1254 0 0 484080 80 0 0 25 0 9 0 636154762 2272940032 516492 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38679
Current children cumulated vsize (KiB) 2219668

[startup+4902.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/366 17369
/proc/meminfo: memFree=27420820/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=2344144 CPUtime=39158.3 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 4189362 1254 0 0 3915090 737 0 0 18 0 9 0 636154747 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 586036 547611 180 55 0 583922 0
[pid=17212/tid=17219] ppid=17210 vsize=2344144 CPUtime=4902.26 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 432246 1254 0 0 490139 87 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=2344144 CPUtime=4902.23 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 341253 1254 0 0 490158 65 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=2344144 CPUtime=4902.27 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 679261 1254 0 0 490117 110 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=2344144 CPUtime=4902.26 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 490111 115 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2344144 CPUtime=4901.2 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 430922 1254 0 0 490046 74 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2344144 CPUtime=4901.93 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 524584 1254 0 0 490102 91 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2344144 CPUtime=4844.3 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 694774 1254 0 0 484320 110 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2344144 CPUtime=4901.6 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 533125 1254 0 0 490080 80 0 0 25 0 9 0 636154762 2400403456 547611 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39158.3
Current children cumulated vsize (KiB) 2344144

[startup+4962.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/366 17371
/proc/meminfo: memFree=27502596/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=2261416 CPUtime=39637.6 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 4217615 1254 0 0 3963011 745 0 0 18 0 9 0 636154747 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 565354 526929 180 55 0 563240 0
[pid=17212/tid=17219] ppid=17210 vsize=2261416 CPUtime=4962.27 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 432246 1254 0 0 496140 87 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=2261416 CPUtime=4962.23 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 341253 1254 0 0 496158 65 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=2261416 CPUtime=4962.27 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 679261 1254 0 0 496117 110 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=2261416 CPUtime=4962.26 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 496111 115 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2261416 CPUtime=4961.18 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 459175 1254 0 0 496037 81 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2261416 CPUtime=4961.93 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 524584 1254 0 0 496102 91 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2261416 CPUtime=4903.59 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 694774 1254 0 0 490248 111 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2261416 CPUtime=4961.61 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 533125 1254 0 0 496081 80 0 0 25 0 9 0 636154762 2315689984 526929 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39637.6
Current children cumulated vsize (KiB) 2261416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.7 s]
/proc/loadavg: 8.14 8.08 8.01 9/366 17372
/proc/meminfo: memFree=27382892/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=2381168 CPUtime=40000.3 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 4247553 1254 0 0 3999283 748 0 0 18 0 9 0 636154747 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 595292 556867 180 55 0 593178 0
[pid=17212/tid=17219] ppid=17210 vsize=2381168 CPUtime=5007.68 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 432246 1254 0 0 500681 87 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=2381168 CPUtime=5007.65 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 341253 1254 0 0 500700 65 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=2381168 CPUtime=5007.69 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 695645 1254 0 0 500657 112 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=2381168 CPUtime=5007.67 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 500652 115 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2381168 CPUtime=5006.59 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 459175 1254 0 0 500578 81 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2381168 CPUtime=5007.34 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 538138 1254 0 0 500642 92 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2381168 CPUtime=4948.46 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 694774 1254 0 0 494735 111 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2381168 CPUtime=5007.02 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 533125 1254 0 0 500622 80 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2381168

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

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

[startup+5007.7 s]
/proc/loadavg: 8.14 8.08 8.01 9/366 17372
/proc/meminfo: memFree=27382892/32951124 swapFree=51873460/67111528
[pid=17212] ppid=17210 vsize=2381168 CPUtime=40000.3 cores=0-7
/proc/17212/stat : 17212 (plingeling) S 17210 17212 17186 0 -1 4202496 4247553 1254 0 0 3999283 748 0 0 18 0 9 0 636154747 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17212/statm: 595292 556867 180 55 0 593178 0
[pid=17212/tid=17219] ppid=17210 vsize=2381168 CPUtime=5007.68 cores=0-7
/proc/17212/task/17219/stat : 17219 (plingeling) R 17210 17212 17186 0 -1 4202560 432246 1254 0 0 500681 87 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17212/tid=17220] ppid=17210 vsize=2381168 CPUtime=5007.65 cores=0-7
/proc/17212/task/17220/stat : 17220 (plingeling) R 17210 17212 17186 0 -1 4202560 341253 1254 0 0 500700 65 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17212/tid=17221] ppid=17210 vsize=2381168 CPUtime=5007.69 cores=0-7
/proc/17212/task/17221/stat : 17221 (plingeling) R 17210 17212 17186 0 -1 4202560 695645 1254 0 0 500657 112 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17212/tid=17222] ppid=17210 vsize=2381168 CPUtime=5007.67 cores=0-7
/proc/17212/task/17222/stat : 17222 (plingeling) R 17210 17212 17186 0 -1 4202560 544234 1254 0 0 500652 115 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17212/tid=17223] ppid=17210 vsize=2381168 CPUtime=5006.59 cores=0-7
/proc/17212/task/17223/stat : 17223 (plingeling) R 17210 17212 17186 0 -1 4202560 459175 1254 0 0 500578 81 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17212/tid=17224] ppid=17210 vsize=2381168 CPUtime=5007.34 cores=0-7
/proc/17212/task/17224/stat : 17224 (plingeling) R 17210 17212 17186 0 -1 4202560 538138 1254 0 0 500642 92 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17212/tid=17225] ppid=17210 vsize=2381168 CPUtime=4948.46 cores=0-7
/proc/17212/task/17225/stat : 17225 (plingeling) R 17210 17212 17186 0 -1 4202560 694774 1254 0 0 494735 111 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17212/tid=17226] ppid=17210 vsize=2381168 CPUtime=5007.02 cores=0-7
/proc/17212/task/17226/stat : 17226 (plingeling) R 17210 17212 17186 0 -1 4202560 533125 1254 0 0 500622 80 0 0 25 0 9 0 636154762 2438316032 556867 33554432000 4194304 4417452 140736592435632 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2381168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5007.82
CPU time (s): 40000.5
CPU user time (s): 39992.9
CPU system time (s): 7.58685
CPU usage (%): 798.76
Max. virtual memory (cumulated for all children) (KiB): 2381168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992.9
system time used= 7.58685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4248807
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= 111
involuntary context switches= 193974

runsolver used 16.1036 second user time and 43.0954 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 07:29:45
IDJOB=3372338
IDBENCH=71078
IDSOLVER=1851
FILE ID=node146/3372338-1305437385
RUNJOBID= node146-1305437385-17200
PBS_JOBID= 13324771
Free space on /tmp= 73336 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372338-1305437385/watcher-3372338-1305437385 -o /tmp/evaluation-result-3372338-1305437385/solver-3372338-1305437385 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372338-1305437385.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=2092727693

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:      29617320 kB
Buffers:        108356 kB
Cached:         752352 kB
SwapCached:      56148 kB
Active:         768560 kB
Inactive:      2333980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29617320 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:            1264 kB
Writeback:           0 kB
AnonPages:     2193340 kB
Mapped:          16704 kB
Slab:           104364 kB
PageTables:      58860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81753720 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= 73336 MiB
End job on node146 at 2011-05-15 08:53:15