Trace number 3394714

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.7 5010.35

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
MD5SUMb970e9358cd0cd1a9cfd3d4afb2e830d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3495.12
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses65612
Sum of the clauses size131952
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265586
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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-3394714-1306103786/watcher-3394714-1306103786 -o /tmp/evaluation-result-3394714-1306103786/solver-3394714-1306103786 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394714-1306103786.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: 7.38 7.91 7.96 2/470 20747
/proc/meminfo: memFree=16492380/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=10544 CPUtime=0 cores=0-7
/proc/20747/stat : 20747 (plingeling) R 20745 20747 20721 0 -1 4202496 729 1249 0 0 0 0 0 0 25 0 1 0 702793916 10797056 658 33554432000 4194304 4417452 140735542670800 18446744073709551615 254261616384 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/20747/statm: 2636 658 147 55 0 522 0

[startup+0.0801799 s]
/proc/loadavg: 7.38 7.91 7.96 2/470 20747
/proc/meminfo: memFree=16492380/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=25916 CPUtime=0.07 cores=0-7
/proc/20747/stat : 20747 (plingeling) R 20745 20747 20721 0 -1 4202496 4669 1249 0 0 7 0 0 0 25 0 1 0 702793916 26537984 4502 33554432000 4194304 4417452 140735542670800 18446744073709551615 254261616384 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/20747/statm: 6479 4502 148 55 0 4365 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25916

[startup+0.101193 s]
/proc/loadavg: 7.38 7.91 7.96 2/470 20747
/proc/meminfo: memFree=16492380/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=174212 CPUtime=0.28 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 4919 1249 0 0 28 0 0 0 18 0 9 0 702793916 178393088 4737 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 43553 4737 172 55 0 41439 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 174212

[startup+0.324093 s]
/proc/loadavg: 7.38 7.91 7.96 2/470 20747
/proc/meminfo: memFree=16492380/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=182948 CPUtime=1.87 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 10044 1249 0 0 186 1 0 0 18 0 9 0 702793916 187338752 6931 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 45737 6931 180 55 0 43623 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 182948

[startup+0.701024 s]
/proc/loadavg: 7.38 7.91 7.96 2/470 20747
/proc/meminfo: memFree=16492380/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=189608 CPUtime=4.88 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 12268 1249 0 0 487 1 0 0 18 0 9 0 702793916 194158592 8620 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 47402 8620 180 55 0 45288 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 189608

[startup+1.50088 s]
/proc/loadavg: 7.38 7.91 7.96 9/479 20761
/proc/meminfo: memFree=16458572/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=191592 CPUtime=11.27 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 15597 1249 0 0 1125 2 0 0 18 0 9 0 702793916 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 47898 9116 180 55 0 45784 0
[pid=20747/tid=20754] ppid=20745 vsize=191592 CPUtime=1.39 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 838 1249 0 0 139 0 0 0 25 0 9 0 702793925 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4258499 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=191592 CPUtime=1.39 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 930 1249 0 0 139 0 0 0 19 0 9 0 702793925 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4258627 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=191592 CPUtime=1.39 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 763 1249 0 0 139 0 0 0 25 0 9 0 702793925 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=191592 CPUtime=1.39 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 5524 1249 0 0 139 0 0 0 23 0 9 0 702793925 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=191592 CPUtime=1.4 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 793 1249 0 0 140 0 0 0 19 0 9 0 702793925 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4258229 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=191592 CPUtime=1.38 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 566 1249 0 0 138 0 0 0 23 0 9 0 702793925 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4258244 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=191592 CPUtime=1.39 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 909 1249 0 0 139 0 0 0 23 0 9 0 702793926 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=191592 CPUtime=1.39 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 589 1249 0 0 139 0 0 0 23 0 9 0 702793926 196190208 9116 33554432000 4194304 4417452 140735542670800 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 191592

[startup+3.1006 s]
/proc/loadavg: 7.38 7.91 7.96 9/479 20761
/proc/meminfo: memFree=16444436/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=212112 CPUtime=24.05 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 23182 1249 0 0 2402 3 0 0 18 0 9 0 702793916 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 53028 14246 180 55 0 50914 0
[pid=20747/tid=20754] ppid=20745 vsize=212112 CPUtime=2.99 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 1242 1249 0 0 299 0 0 0 25 0 9 0 702793925 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4249592 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=212112 CPUtime=2.99 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 1334 1249 0 0 299 0 0 0 24 0 9 0 702793925 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=212112 CPUtime=2.99 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 1470 1249 0 0 299 0 0 0 25 0 9 0 702793925 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=212112 CPUtime=2.99 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 10260 1249 0 0 298 1 0 0 25 0 9 0 702793925 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4355827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=212112 CPUtime=3 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 793 1249 0 0 300 0 0 0 25 0 9 0 702793925 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=212112 CPUtime=2.96 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 566 1249 0 0 296 0 0 0 25 0 9 0 702793925 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=212112 CPUtime=2.99 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1839 1249 0 0 299 0 0 0 25 0 9 0 702793926 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4258436 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=212112 CPUtime=2.99 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 993 1249 0 0 299 0 0 0 25 0 9 0 702793926 217202688 14246 33554432000 4194304 4417452 140735542670800 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 212112

[startup+6.30103 s]
/proc/loadavg: 7.43 7.91 7.96 9/479 20761
/proc/meminfo: memFree=16428328/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=245100 CPUtime=49.6 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 39576 1249 0 0 4954 6 0 0 18 0 9 0 702793916 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 61275 22475 180 55 0 59161 0
[pid=20747/tid=20754] ppid=20745 vsize=245100 CPUtime=6.19 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 2184 1249 0 0 619 0 0 0 25 0 9 0 702793925 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=245100 CPUtime=6.19 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 1858 1249 0 0 619 0 0 0 25 0 9 0 702793925 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4358921 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=245100 CPUtime=6.19 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 4374 1249 0 0 619 0 0 0 25 0 9 0 702793925 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4356960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=245100 CPUtime=6.2 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 17829 1249 0 0 617 3 0 0 25 0 9 0 702793925 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=245100 CPUtime=6.2 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1171 1249 0 0 620 0 0 0 25 0 9 0 702793925 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=245100 CPUtime=6.11 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1516 1249 0 0 611 0 0 0 25 0 9 0 702793925 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=245100 CPUtime=6.19 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 3806 1249 0 0 619 0 0 0 25 0 9 0 702793926 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=245100 CPUtime=6.19 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 2153 1249 0 0 619 0 0 0 25 0 9 0 702793926 250982400 22475 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (KiB) 245100

[startup+12.7009 s]
/proc/loadavg: 7.48 7.92 7.96 9/479 20762
/proc/meminfo: memFree=16360200/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=290180 CPUtime=100.69 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 78138 1249 0 0 10054 15 0 0 18 0 9 0 702793916 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 72545 33749 180 55 0 70431 0
[pid=20747/tid=20754] ppid=20745 vsize=290180 CPUtime=12.59 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 6122 1249 0 0 1259 0 0 0 25 0 9 0 702793925 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366301 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=290180 CPUtime=12.59 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 4429 1249 0 0 1259 0 0 0 25 0 9 0 702793925 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4321391 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=290180 CPUtime=12.59 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 10004 1249 0 0 1258 1 0 0 25 0 9 0 702793925 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=290180 CPUtime=12.59 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 29616 1249 0 0 1253 6 0 0 25 0 9 0 702793925 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=290180 CPUtime=12.6 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 5570 1249 0 0 1259 1 0 0 25 0 9 0 702793925 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=290180 CPUtime=12.41 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 4177 1249 0 0 1240 1 0 0 25 0 9 0 702793925 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=290180 CPUtime=12.59 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 8452 1249 0 0 1258 1 0 0 25 0 9 0 702793926 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=290180 CPUtime=12.58 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 5083 1249 0 0 1258 0 0 0 25 0 9 0 702793926 297144320 33749 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 290180

[startup+25.5006 s]
/proc/loadavg: 7.59 7.92 7.96 9/479 20762
/proc/meminfo: memFree=16302064/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=328628 CPUtime=202.88 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 155994 1249 0 0 20259 29 0 0 18 0 9 0 702793916 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 82157 44540 180 55 0 80043 0
[pid=20747/tid=20754] ppid=20745 vsize=328628 CPUtime=25.39 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 12715 1249 0 0 2538 1 0 0 25 0 9 0 702793925 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=328628 CPUtime=25.39 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 13419 1249 0 0 2537 2 0 0 25 0 9 0 702793925 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=328628 CPUtime=25.39 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 16856 1249 0 0 2536 3 0 0 25 0 9 0 702793925 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=328628 CPUtime=25.39 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 51300 1249 0 0 2528 11 0 0 25 0 9 0 702793925 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=328628 CPUtime=25.4 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 13183 1249 0 0 2538 2 0 0 25 0 9 0 702793925 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=328628 CPUtime=25 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 11588 1249 0 0 2498 2 0 0 25 0 9 0 702793925 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4307452 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=328628 CPUtime=25.39 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 18775 1249 0 0 2536 3 0 0 25 0 9 0 702793926 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4250013 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=328628 CPUtime=25.39 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 13473 1249 0 0 2538 1 0 0 25 0 9 0 702793926 336515072 44540 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.88
Current children cumulated vsize (KiB) 328628

[startup+51.1011 s]
/proc/loadavg: 7.79 7.94 7.96 9/479 20763
/proc/meminfo: memFree=16155076/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=487840 CPUtime=407.3 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 300827 1249 0 0 40671 59 0 0 18 0 9 0 702793916 499548160 84137 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 121960 84137 180 55 0 119846 0
[pid=20747/tid=20754] ppid=20745 vsize=487840 CPUtime=50.99 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 32417 1249 0 0 5094 5 0 0 25 0 9 0 702793925 499548160 84137 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=487840 CPUtime=50.99 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 26136 1249 0 0 5095 4 0 0 25 0 9 0 702793925 499548160 84137 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=487840 CPUtime=50.99 cores=0-7

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

[pid=20747/tid=20756] ppid=20745 vsize=5500312 CPUtime=4721.65 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 764996 1249 0 0 472024 141 0 0 25 0 9 0 702793925 5632319488 1342095 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=5500312 CPUtime=4721.94 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 959116 1249 0 0 471981 213 0 0 25 0 9 0 702793925 5632319488 1342095 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=5500312 CPUtime=4722.33 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1289614 1249 0 0 472015 218 0 0 25 0 9 0 702793925 5632319488 1342095 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=5500312 CPUtime=4717.86 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1011666 1249 0 0 471610 176 0 0 25 0 9 0 702793925 5632319488 1342095 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=5500312 CPUtime=4722.15 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1239762 1249 0 0 471982 233 0 0 25 0 9 0 702793926 5632319488 1342095 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=5500312 CPUtime=4722.3 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 1154558 1249 0 0 472064 166 0 0 25 0 9 0 702793926 5632319488 1342095 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37702.6
Current children cumulated vsize (KiB) 5500312

[startup+4782.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/479 20901
/proc/meminfo: memFree=11245964/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=5369240 CPUtime=38181.5 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 8826129 1249 0 0 3816527 1620 0 0 18 0 9 0 702793916 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 1342310 1309327 180 55 0 1340196 0
[pid=20747/tid=20754] ppid=20745 vsize=5369240 CPUtime=4710.91 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 1411397 1249 0 0 470818 273 0 0 25 0 9 0 702793925 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=5369240 CPUtime=4782.29 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 949375 1249 0 0 478039 190 0 0 25 0 9 0 702793925 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=5369240 CPUtime=4781.63 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 781380 1249 0 0 478020 143 0 0 25 0 9 0 702793925 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=5369240 CPUtime=4781.93 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 959116 1249 0 0 477979 214 0 0 25 0 9 0 702793925 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=5369240 CPUtime=4782.31 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1289614 1249 0 0 478013 218 0 0 25 0 9 0 702793925 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=5369240 CPUtime=4777.82 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1011666 1249 0 0 477606 176 0 0 25 0 9 0 702793925 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4247538 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=5369240 CPUtime=4782.13 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1239762 1249 0 0 477980 233 0 0 25 0 9 0 702793926 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=5369240 CPUtime=4782.29 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 1179134 1249 0 0 478060 169 0 0 25 0 9 0 702793926 5498101760 1309327 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38181.5
Current children cumulated vsize (KiB) 5369240

[startup+4842.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/479 20902
/proc/meminfo: memFree=10987060/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=5599700 CPUtime=38660.5 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 9026376 1249 0 0 3864396 1656 0 0 18 0 9 0 702793916 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 1399925 1373978 180 55 0 1397811 0
[pid=20747/tid=20754] ppid=20745 vsize=5599700 CPUtime=4769.95 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 1460549 1249 0 0 476714 281 0 0 25 0 9 0 702793925 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=5599700 CPUtime=4842.29 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 949375 1249 0 0 484039 190 0 0 25 0 9 0 702793925 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=5599700 CPUtime=4841.64 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 846916 1249 0 0 484013 151 0 0 25 0 9 0 702793925 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=5599700 CPUtime=4841.93 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 975500 1249 0 0 483977 216 0 0 25 0 9 0 702793925 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=5599700 CPUtime=4842.31 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1289614 1249 0 0 484013 218 0 0 25 0 9 0 702793925 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=5599700 CPUtime=4837.81 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1011666 1249 0 0 483605 176 0 0 25 0 9 0 702793925 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=5599700 CPUtime=4842.14 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1308937 1249 0 0 483963 251 0 0 25 0 9 0 702793926 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=5599700 CPUtime=4842.29 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 1179134 1249 0 0 484060 169 0 0 25 0 9 0 702793926 5734092800 1373978 33554432000 4194304 4417452 140735542670800 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38660.5
Current children cumulated vsize (KiB) 5599700

[startup+4902.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/479 20904
/proc/meminfo: memFree=10533620/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=6089832 CPUtime=39139.6 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 9440157 1249 0 0 3912228 1732 0 0 18 0 9 0 702793916 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 1522458 1487272 180 55 0 1520344 0
[pid=20747/tid=20754] ppid=20745 vsize=6089832 CPUtime=4829.02 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 1542469 1249 0 0 482611 291 0 0 25 0 9 0 702793925 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=6089832 CPUtime=4902.29 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 1024035 1249 0 0 490024 205 0 0 25 0 9 0 702793925 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=6089832 CPUtime=4901.63 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 1023461 1249 0 0 489979 184 0 0 25 0 9 0 702793925 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=6089832 CPUtime=4901.94 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 975500 1249 0 0 489978 216 0 0 25 0 9 0 702793925 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=6089832 CPUtime=4902.31 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1289614 1249 0 0 490013 218 0 0 25 0 9 0 702793925 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=6089832 CPUtime=4897.8 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1011666 1249 0 0 489604 176 0 0 25 0 9 0 702793925 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=6089832 CPUtime=4902.14 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1381401 1249 0 0 489948 266 0 0 25 0 9 0 702793926 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=6089832 CPUtime=4902.3 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 1187326 1249 0 0 490060 170 0 0 25 0 9 0 702793926 6235987968 1487272 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39139.6
Current children cumulated vsize (KiB) 6089832

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/479 20906
/proc/meminfo: memFree=10362372/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=6261300 CPUtime=39618.6 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 9594941 1249 0 0 3960106 1755 0 0 18 0 9 0 702793916 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 1565325 1530139 180 55 0 1563211 0
[pid=20747/tid=20754] ppid=20745 vsize=6261300 CPUtime=4888.06 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 1591621 1249 0 0 488508 298 0 0 25 0 9 0 702793925 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=6261300 CPUtime=4962.29 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 1024035 1249 0 0 496024 205 0 0 25 0 9 0 702793925 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=6261300 CPUtime=4961.64 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 1072613 1249 0 0 495974 190 0 0 25 0 9 0 702793925 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=6261300 CPUtime=4961.93 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 975500 1249 0 0 495977 216 0 0 25 0 9 0 702793925 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=6261300 CPUtime=4962.31 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1289614 1249 0 0 496013 218 0 0 25 0 9 0 702793925 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=6261300 CPUtime=4957.77 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1011666 1249 0 0 495601 176 0 0 25 0 9 0 702793925 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=6261300 CPUtime=4962.14 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1381401 1249 0 0 495948 266 0 0 25 0 9 0 702793926 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=6261300 CPUtime=4962.29 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 1243806 1249 0 0 496048 181 0 0 25 0 9 0 702793926 6411571200 1530139 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39618.6
Current children cumulated vsize (KiB) 6261300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.1 s]
/proc/loadavg: 8.00 8.02 8.00 9/479 20907
/proc/meminfo: memFree=10425984/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=6195764 CPUtime=40000.4 cores=0-7
/proc/20747/stat : 20747 (plingeling) S 20745 20747 20721 0 -1 4202496 9644093 1249 0 0 3998274 1762 0 0 18 0 9 0 702793916 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 1548941 1513755 180 55 0 1546827 0
[pid=20747/tid=20754] ppid=20745 vsize=6195764 CPUtime=4935.12 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4202560 1640773 1249 0 0 493208 304 0 0 25 0 9 0 702793925 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20747/tid=20755] ppid=20745 vsize=6195764 CPUtime=5010.11 cores=0-7
/proc/20747/task/20755/stat : 20755 (plingeling) R 20745 20747 20721 0 -1 4202560 1024035 1249 0 0 500805 206 0 0 25 0 9 0 702793925 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20747/tid=20756] ppid=20745 vsize=6195764 CPUtime=5009.45 cores=0-7
/proc/20747/task/20756/stat : 20756 (plingeling) R 20745 20747 20721 0 -1 4202560 1072613 1249 0 0 500755 190 0 0 25 0 9 0 702793925 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20747/tid=20757] ppid=20745 vsize=6195764 CPUtime=5009.75 cores=0-7
/proc/20747/task/20757/stat : 20757 (plingeling) R 20745 20747 20721 0 -1 4202560 975500 1249 0 0 500759 216 0 0 25 0 9 0 702793925 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20747/tid=20758] ppid=20745 vsize=6195764 CPUtime=5010.13 cores=0-7
/proc/20747/task/20758/stat : 20758 (plingeling) R 20745 20747 20721 0 -1 4202560 1289614 1249 0 0 500795 218 0 0 25 0 9 0 702793925 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20747/tid=20759] ppid=20745 vsize=6195764 CPUtime=5005.58 cores=0-7
/proc/20747/task/20759/stat : 20759 (plingeling) R 20745 20747 20721 0 -1 4202560 1011666 1249 0 0 500382 176 0 0 25 0 9 0 702793925 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20747/tid=20760] ppid=20745 vsize=6195764 CPUtime=5009.96 cores=0-7
/proc/20747/task/20760/stat : 20760 (plingeling) R 20745 20747 20721 0 -1 4202560 1381401 1249 0 0 500730 266 0 0 25 0 9 0 702793926 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20747/tid=20761] ppid=20745 vsize=6195764 CPUtime=5010.11 cores=0-7
/proc/20747/task/20761/stat : 20761 (plingeling) R 20745 20747 20721 0 -1 4202560 1243806 1249 0 0 500830 181 0 0 25 0 9 0 702793926 6344462336 1513755 33554432000 4194304 4417452 140735542670800 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 6195764

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

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

[startup+5010.22 s]
/proc/loadavg: 8.00 8.02 8.00 9/479 20907
/proc/meminfo: memFree=10425984/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=0 CPUtime=40000.5 cores=0-7
/proc/20747/stat : 20747 (plingeling) Z 20745 20747 20721 0 -1 4203548 9644093 1249 0 0 3998281 1772 0 0 18 0 2 0 702793916 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 0 0 0 0 0 0 0
[pid=20747/tid=20754] ppid=20745 vsize=0 CPUtime=4935.23 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4203588 1640773 1249 0 0 493209 314 0 0 25 0 2 0 702793925 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

[startup+5010.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/479 20907
/proc/meminfo: memFree=10425984/32951124 swapFree=67057928/67111528
[pid=20747] ppid=20745 vsize=0 CPUtime=40000.6 cores=0-7
/proc/20747/stat : 20747 (plingeling) Z 20745 20747 20721 0 -1 4203548 9644093 1249 0 0 3998281 1780 0 0 18 0 2 0 702793916 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20747/statm: 0 0 0 0 0 0 0
[pid=20747/tid=20754] ppid=20745 vsize=0 CPUtime=4935.3 cores=0-7
/proc/20747/task/20754/stat : 20754 (plingeling) R 20745 20747 20721 0 -1 4203588 1640773 1249 0 0 493209 321 0 0 25 0 2 0 702793925 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.35
CPU time (s): 40000.7
CPU user time (s): 39982.8
CPU system time (s): 17.8523
CPU usage (%): 798.361
Max. virtual memory (cumulated for all children) (KiB): 6326836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39982.8
system time used= 17.8523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9645342
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= 338
involuntary context switches= 194062

runsolver used 21.9067 second user time and 56.6184 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-23 00:36:26
IDJOB=3394714
IDBENCH=83934
IDSOLVER=1851
FILE ID=node140/3394714-1306103786
RUNJOBID= node140-1306103786-20735
PBS_JOBID= 13388009
Free space on /tmp= 73224 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394714-1306103786/watcher-3394714-1306103786 -o /tmp/evaluation-result-3394714-1306103786/solver-3394714-1306103786 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394714-1306103786.cnf

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

MD5SUM BENCH= b970e9358cd0cd1a9cfd3d4afb2e830d
RANDOM SEED=1245824952

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      16492784 kB
Buffers:        358736 kB
Cached:        8824700 kB
SwapCached:       8168 kB
Active:       10804372 kB
Inactive:      5294300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16492784 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     6913144 kB
Mapped:          37820 kB
Slab:           235936 kB
PageTables:      52420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141377836 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= 73224 MiB
End job on node140 at 2011-05-23 01:59:58