Trace number 3370920

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.49 1204.47

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
Number of clauses of size over 50

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-3370920-1305427076/watcher-3370920-1305427076 -o /tmp/evaluation-result-3370920-1305427076/solver-3370920-1305427076 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370920-1305427076.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.16 9.01 8.71 6/326 26205
/proc/meminfo: memFree=15567012/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=10056 CPUtime=0 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) R 26201 26205 19229 0 -1 4202496 591 1253 0 0 0 0 0 0 21 0 1 0 732938418 10297344 521 33554432000 4194304 4417452 140734727986704 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26205/statm: 2514 521 147 55 0 400 0

[startup+0.025939 s]
/proc/loadavg: 8.16 9.01 8.71 6/326 26205
/proc/meminfo: memFree=15567012/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=14984 CPUtime=0.01 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) R 26201 26205 19229 0 -1 4202496 1872 1253 0 0 1 0 0 0 21 0 1 0 732938418 15343616 1770 33554432000 4194304 4417452 140734727986704 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26205/statm: 3746 1770 148 55 0 1632 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14984

[startup+0.10089 s]
/proc/loadavg: 8.16 9.01 8.71 6/326 26205
/proc/meminfo: memFree=15567012/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=27476 CPUtime=0.09 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) R 26201 26205 19229 0 -1 4202496 4908 1253 0 0 9 0 0 0 21 0 1 0 732938418 28135424 4791 33554432000 4194304 4417452 140734727986704 18446744073709551615 231895184477 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26205/statm: 6869 4810 148 55 0 4755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27476

[startup+0.300887 s]
/proc/loadavg: 8.16 9.01 8.71 6/326 26205
/proc/meminfo: memFree=15567012/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=51684 CPUtime=0.29 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) R 26201 26205 19229 0 -1 4202496 11063 1253 0 0 28 1 0 0 22 0 1 0 732938418 52924416 10945 33554432000 4194304 4417452 140734727986704 18446744073709551615 4259858 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26205/statm: 12921 10945 148 55 0 10807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51684

[startup+0.700855 s]
/proc/loadavg: 8.16 9.01 8.71 6/326 26205
/proc/meminfo: memFree=15567012/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=84452 CPUtime=0.69 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) R 26201 26205 19229 0 -1 4202496 19255 1253 0 0 67 2 0 0 24 0 1 0 732938418 86478848 19137 33554432000 4194304 4417452 140734727986704 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26205/statm: 21113 19137 148 55 0 18999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84452

[startup+1.5007 s]
/proc/loadavg: 8.16 9.01 8.71 7/321 26572
/proc/meminfo: memFree=15410852/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=159556 CPUtime=1.48 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) R 26201 26205 19229 0 -1 4202496 38043 1253 0 0 144 4 0 0 25 0 1 0 732938418 163385344 37913 33554432000 4194304 4417452 140734727986704 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26205/statm: 39889 37913 148 55 0 37775 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 159556

[startup+3.10033 s]
/proc/loadavg: 8.16 9.01 8.71 10/325 26576
/proc/meminfo: memFree=15347208/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=334848 CPUtime=7.03 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 75084 1253 0 0 692 11 0 0 25 0 5 0 732938418 342884352 55145 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 83712 55145 176 55 0 81598 0
[pid=26205/tid=26573] ppid=26201 vsize=334848 CPUtime=1.31 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 5275 1253 0 0 130 1 0 0 25 0 5 0 732938596 342884352 55145 33554432000 4194304 4417452 140734727986704 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=334848 CPUtime=1.29 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 5293 1253 0 0 129 0 0 0 25 0 5 0 732938596 342884352 55145 33554432000 4194304 4417452 140734727986704 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=334848 CPUtime=1.31 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 5216 1253 0 0 131 0 0 0 25 0 5 0 732938596 342884352 55145 33554432000 4194304 4417452 140734727986704 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=334848 CPUtime=1.31 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 4861 1253 0 0 131 0 0 0 19 0 5 0 732938596 342884352 55145 33554432000 4194304 4417452 140734727986704 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 334848

[startup+6.30072 s]
/proc/loadavg: 8.15 8.99 8.70 9/325 26576
/proc/meminfo: memFree=15333344/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=338048 CPUtime=19.8 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 78147 1253 0 0 1969 11 0 0 25 0 5 0 732938418 346161152 55948 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 84512 55948 179 55 0 82398 0
[pid=26205/tid=26573] ppid=26201 vsize=338048 CPUtime=4.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 5832 1253 0 0 450 1 0 0 25 0 5 0 732938596 346161152 55948 33554432000 4194304 4417452 140734727986704 18446744073709551615 4250006 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=338048 CPUtime=4.46 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 5714 1253 0 0 446 0 0 0 25 0 5 0 732938596 346161152 55948 33554432000 4194304 4417452 140734727986704 18446744073709551615 4248816 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=338048 CPUtime=4.51 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 6006 1253 0 0 451 0 0 0 25 0 5 0 732938596 346161152 55948 33554432000 4194304 4417452 140734727986704 18446744073709551615 4258134 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=338048 CPUtime=4.51 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 6156 1253 0 0 451 0 0 0 25 0 5 0 732938596 346161152 55948 33554432000 4194304 4417452 140734727986704 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 338048

[startup+12.7005 s]
/proc/loadavg: 8.13 8.97 8.70 10/325 26577
/proc/meminfo: memFree=15320136/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=342408 CPUtime=45.34 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 81415 1253 0 0 4522 12 0 0 25 0 5 0 732938418 350625792 57038 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 85602 57038 179 55 0 83488 0
[pid=26205/tid=26573] ppid=26201 vsize=342408 CPUtime=10.91 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 6100 1253 0 0 1090 1 0 0 25 0 5 0 732938596 350625792 57038 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=342408 CPUtime=10.8 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 5982 1253 0 0 1080 0 0 0 25 0 5 0 732938596 350625792 57038 33554432000 4194304 4417452 140734727986704 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=342408 CPUtime=10.9 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 6307 1253 0 0 1090 0 0 0 25 0 5 0 732938596 350625792 57038 33554432000 4194304 4417452 140734727986704 18446744073709551615 4352523 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=342408 CPUtime=10.91 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 8587 1253 0 0 1090 1 0 0 25 0 5 0 732938596 350625792 57038 33554432000 4194304 4417452 140734727986704 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.34
Current children cumulated vsize (KiB) 342408

[startup+25.5011 s]
/proc/loadavg: 8.10 8.93 8.69 9/325 26577
/proc/meminfo: memFree=15291304/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=358032 CPUtime=96.4 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 89929 1253 0 0 9627 13 0 0 25 0 5 0 732938418 366624768 60944 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 89508 60944 179 55 0 87394 0
[pid=26205/tid=26573] ppid=26201 vsize=358032 CPUtime=23.71 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 6166 1253 0 0 2370 1 0 0 25 0 5 0 732938596 366624768 60944 33554432000 4194304 4417452 140734727986704 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=358032 CPUtime=23.46 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 6428 1253 0 0 2346 0 0 0 25 0 5 0 732938596 366624768 60944 33554432000 4194304 4417452 140734727986704 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=358032 CPUtime=23.71 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 7482 1253 0 0 2370 1 0 0 25 0 5 0 732938596 366624768 60944 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=358032 CPUtime=23.71 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 15414 1253 0 0 2369 2 0 0 25 0 5 0 732938596 366624768 60944 33554432000 4194304 4417452 140734727986704 18446744073709551615 4251241 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.4
Current children cumulated vsize (KiB) 358032

[startup+51.1003 s]
/proc/loadavg: 8.07 8.85 8.67 10/325 26580
/proc/meminfo: memFree=15263124/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=384540 CPUtime=198.55 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 108470 1253 0 0 19838 17 0 0 25 0 5 0 732938418 393768960 67595 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 96135 67595 179 55 0 94021 0
[pid=26205/tid=26573] ppid=26201 vsize=384540 CPUtime=49.3 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 7163 1253 0 0 4929 1 0 0 25 0 5 0 732938596 393768960 67595 33554432000 4194304 4417452 140734727986704 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=384540 CPUtime=48.81 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 7246 1253 0 0 4881 0 0 0 25 0 5 0 732938596 393768960 67595 33554432000 4194304 4417452 140734727986704 18446744073709551615 4331715 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=384540 CPUtime=49.31 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 9516 1253 0 0 4930 1 0 0 25 0 5 0 732938596 393768960 67595 33554432000 4194304 4417452 140734727986704 18446744073709551615 4236336 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=384540 CPUtime=49.31 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 30106 1253 0 0 4926 5 0 0 25 0 5 0 732938596 393768960 67595 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 198.55
Current children cumulated vsize (KiB) 384540

[startup+102.312 s]
/proc/loadavg: 8.30 8.81 8.66 10/325 26582
/proc/meminfo: memFree=15173164/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=417172 CPUtime=402.88 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 182849 1253 0 0 40260 28 0 0 25 0 5 0 732938418 427184128 75729 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 104293 75729 179 55 0 102179 0
[pid=26205/tid=26573] ppid=26201 vsize=417172 CPUtime=100.52 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 17017 1253 0 0 10049 3 0 0 25 0 5 0 732938596 427184128 75729 33554432000 4194304 4417452 140734727986704 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=417172 CPUtime=99.51 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 26070 1253 0 0 9947 4 0 0 25 0 5 0 732938596 427184128 75729 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=417172 CPUtime=100.52 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 24185 1253 0 0 10049 3 0 0 25 0 5 0 732938596 427184128 75729 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=417172 CPUtime=100.53 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 61138 1253 0 0 10043 10 0 0 25 0 5 0 732938596 427184128 75729 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 402.88
Current children cumulated vsize (KiB) 417172

[startup+162.301 s]
/proc/loadavg: 8.11 8.66 8.62 10/325 26584
/proc/meminfo: memFree=15119816/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=424280 CPUtime=642.25 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 259377 1253 0 0 64185 40 0 0 25 0 5 0 732938418 434462720 77510 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 106070 77510 179 55 0 103956 0
[pid=26205/tid=26573] ppid=26201 vsize=424280 CPUtime=160.5 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 26868 1253 0 0 16046 4 0 0 25 0 5 0 732938596 434462720 77510 33554432000 4194304 4417452 140734727986704 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=424280 CPUtime=158.91 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 40430 1253 0 0 15885 6 0 0 25 0 5 0 732938596 434462720 77510 33554432000 4194304 4417452 140734727986704 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=424280 CPUtime=160.52 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 36504 1253 0 0 16047 5 0 0 25 0 5 0 732938596 434462720 77510 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=424280 CPUtime=160.51 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 101136 1253 0 0 16035 16 0 0 25 0 5 0 732938596 434462720 77510 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 424280

[startup+222.3 s]
/proc/loadavg: 8.08 8.55 8.58 10/325 26585
/proc/meminfo: memFree=14995392/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=576268 CPUtime=881.64 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 369600 1253 0 0 88107 57 0 0 25 0 5 0 732938418 590098432 115509 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 144067 115509 179 55 0 141953 0
[pid=26205/tid=26573] ppid=26201 vsize=576268 CPUtime=220.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 51469 1253 0 0 22043 8 0 0 25 0 5 0 732938596 590098432 115509 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0

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

[pid=26205/tid=26574] ppid=26201 vsize=852072 CPUtime=693.52 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 225262 1253 0 0 69317 35 0 0 25 0 5 0 732938596 872521728 184454 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=852072 CPUtime=700.54 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 211049 1253 0 0 70024 30 0 0 25 0 5 0 732938596 872521728 184454 33554432000 4194304 4417452 140734727986704 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=852072 CPUtime=700.53 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 325252 1253 0 0 70005 48 0 0 25 0 5 0 732938596 872521728 184454 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2796.91
Current children cumulated vsize (KiB) 852072

[startup+762.312 s]
/proc/loadavg: 8.07 8.14 8.34 10/325 26600
/proc/meminfo: memFree=14658464/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=751496 CPUtime=3036.35 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1136450 1253 0 0 303465 170 0 0 25 0 5 0 732938418 769531904 159310 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 187874 159310 179 55 0 185760 0
[pid=26205/tid=26573] ppid=26201 vsize=751496 CPUtime=760.52 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 264158 1253 0 0 76014 38 0 0 25 0 5 0 732938596 769531904 159310 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=751496 CPUtime=752.93 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 239173 1253 0 0 75255 38 0 0 25 0 5 0 732938596 769531904 159310 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=751496 CPUtime=760.55 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 230119 1253 0 0 76022 33 0 0 25 0 5 0 732938596 769531904 159310 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=751496 CPUtime=760.55 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 348561 1253 0 0 76003 52 0 0 25 0 5 0 732938596 769531904 159310 33554432000 4194304 4417452 140734727986704 18446744073709551615 4251160 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3036.35
Current children cumulated vsize (KiB) 751496

[startup+822.301 s]
/proc/loadavg: 8.02 8.12 8.32 10/325 26601
/proc/meminfo: memFree=14652092/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=791804 CPUtime=3275.72 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1202040 1253 0 0 327394 178 0 0 25 0 5 0 732938418 810807296 169386 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 197951 169386 179 55 0 195837 0
[pid=26205/tid=26573] ppid=26201 vsize=791804 CPUtime=820.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 285714 1253 0 0 82010 41 0 0 25 0 5 0 732938596 810807296 169386 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=791804 CPUtime=812.33 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 255995 1253 0 0 81193 40 0 0 25 0 5 0 732938596 810807296 169386 33554432000 4194304 4417452 140734727986704 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=791804 CPUtime=820.54 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 251853 1253 0 0 82018 36 0 0 25 0 5 0 732938596 810807296 169386 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=791804 CPUtime=820.54 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 354039 1253 0 0 82001 53 0 0 25 0 5 0 732938596 810807296 169386 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3275.72
Current children cumulated vsize (KiB) 791804

[startup+882.301 s]
/proc/loadavg: 8.05 8.11 8.30 9/325 26603
/proc/meminfo: memFree=14629604/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=755548 CPUtime=3515.12 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1294095 1253 0 0 351319 193 0 0 25 0 5 0 732938418 773681152 160323 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 188887 160323 179 55 0 186773 0
[pid=26205/tid=26573] ppid=26201 vsize=755548 CPUtime=880.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 307655 1253 0 0 88008 43 0 0 25 0 5 0 732938596 773681152 160323 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=755548 CPUtime=871.73 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 272341 1253 0 0 87131 42 0 0 25 0 5 0 732938596 773681152 160323 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=755548 CPUtime=880.54 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 269895 1253 0 0 88016 38 0 0 25 0 5 0 732938596 773681152 160323 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=755548 CPUtime=880.54 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 389765 1253 0 0 87994 60 0 0 25 0 5 0 732938596 773681152 160323 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3515.12
Current children cumulated vsize (KiB) 755548

[startup+942.301 s]
/proc/loadavg: 8.14 8.13 8.29 9/325 26604
/proc/meminfo: memFree=14557508/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=783888 CPUtime=3754.54 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1362065 1253 0 0 375252 202 0 0 25 0 5 0 732938418 802701312 167408 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 195972 167408 179 55 0 193858 0
[pid=26205/tid=26573] ppid=26201 vsize=783888 CPUtime=940.52 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 325057 1253 0 0 94006 46 0 0 25 0 5 0 732938596 802701312 167408 33554432000 4194304 4417452 140734727986704 18446744073709551615 4354244 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=783888 CPUtime=931.14 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 289730 1253 0 0 93069 45 0 0 25 0 5 0 732938596 802701312 167408 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=783888 CPUtime=940.54 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 291481 1253 0 0 94014 40 0 0 25 0 5 0 732938596 802701312 167408 33554432000 4194304 4417452 140734727986704 18446744073709551615 4320983 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=783888 CPUtime=940.54 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 401358 1253 0 0 93993 61 0 0 25 0 5 0 732938596 802701312 167408 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3754.54
Current children cumulated vsize (KiB) 783888

[startup+1002.3 s]
/proc/loadavg: 8.05 8.10 8.27 10/325 26606
/proc/meminfo: memFree=14531292/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=850480 CPUtime=3993.94 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1438957 1253 0 0 399182 212 0 0 25 0 5 0 732938418 870891520 184056 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 212620 184056 179 55 0 210506 0
[pid=26205/tid=26573] ppid=26201 vsize=850480 CPUtime=1000.52 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 343435 1253 0 0 100003 49 0 0 25 0 5 0 732938596 870891520 184056 33554432000 4194304 4417452 140734727986704 18446744073709551615 4366680 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=850480 CPUtime=990.53 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 304310 1253 0 0 99006 47 0 0 25 0 5 0 732938596 870891520 184056 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=850480 CPUtime=1000.54 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 314326 1253 0 0 100011 43 0 0 25 0 5 0 732938596 870891520 184056 33554432000 4194304 4417452 140734727986704 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=850480 CPUtime=1000.54 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 422447 1253 0 0 99990 64 0 0 25 0 5 0 732938596 870891520 184056 33554432000 4194304 4417452 140734727986704 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3993.94
Current children cumulated vsize (KiB) 850480

[startup+1062.3 s]
/proc/loadavg: 8.05 8.10 8.26 10/325 26608
/proc/meminfo: memFree=14449292/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=919304 CPUtime=4233.36 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1510305 1253 0 0 423114 222 0 0 25 0 5 0 732938418 941367296 201262 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 229826 201262 179 55 0 227712 0
[pid=26205/tid=26573] ppid=26201 vsize=919304 CPUtime=1060.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 365422 1253 0 0 105999 52 0 0 25 0 5 0 732938596 941367296 201262 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=919304 CPUtime=1049.95 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 327345 1253 0 0 104945 50 0 0 25 0 5 0 732938596 941367296 201262 33554432000 4194304 4417452 140734727986704 18446744073709551615 4365538 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=919304 CPUtime=1060.54 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 332672 1253 0 0 106008 46 0 0 25 0 5 0 732938596 941367296 201262 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=919304 CPUtime=1060.55 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 430427 1253 0 0 105990 65 0 0 25 0 5 0 732938596 941367296 201262 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4233.36
Current children cumulated vsize (KiB) 919304

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 8.25 10/325 26609
/proc/meminfo: memFree=14471576/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=888764 CPUtime=4472.75 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1560483 1253 0 0 447046 229 0 0 25 0 5 0 732938418 910094336 193627 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 222191 193627 179 55 0 220077 0
[pid=26205/tid=26573] ppid=26201 vsize=888764 CPUtime=1120.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 385144 1253 0 0 111997 54 0 0 25 0 5 0 732938596 910094336 193627 33554432000 4194304 4417452 140734727986704 18446744073709551615 4365304 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=888764 CPUtime=1109.34 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 340251 1253 0 0 110882 52 0 0 25 0 5 0 732938596 910094336 193627 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=888764 CPUtime=1120.55 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 350222 1253 0 0 112006 49 0 0 25 0 5 0 732938596 910094336 193627 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=888764 CPUtime=1120.55 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 430427 1253 0 0 111990 65 0 0 25 0 5 0 732938596 910094336 193627 33554432000 4194304 4417452 140734727986704 18446744073709551615 4250848 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4472.75
Current children cumulated vsize (KiB) 888764

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 8.23 10/325 26611
/proc/meminfo: memFree=14273632/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=1052940 CPUtime=4712.17 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1643128 1253 0 0 470973 244 0 0 25 0 5 0 732938418 1078210560 234671 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 263235 234671 179 55 0 261121 0
[pid=26205/tid=26573] ppid=26201 vsize=1052940 CPUtime=1180.51 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 406907 1253 0 0 117994 57 0 0 25 0 5 0 732938596 1078210560 234671 33554432000 4194304 4417452 140734727986704 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=1052940 CPUtime=1168.75 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 350549 1253 0 0 116822 53 0 0 25 0 5 0 732938596 1078210560 234671 33554432000 4194304 4417452 140734727986704 18446744073709551615 4354150 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=1052940 CPUtime=1180.55 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 364273 1253 0 0 118004 51 0 0 25 0 5 0 732938596 1078210560 234671 33554432000 4194304 4417452 140734727986704 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=1052940 CPUtime=1180.55 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 466960 1253 0 0 117982 73 0 0 25 0 5 0 732938596 1078210560 234671 33554432000 4194304 4417452 140734727986704 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4712.17
Current children cumulated vsize (KiB) 1052940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.4 s]
/proc/loadavg: 7.77 8.02 8.21 6/316 26629
/proc/meminfo: memFree=14673224/32950928 swapFree=67085488/67111528
[pid=26205] ppid=26201 vsize=1061852 CPUtime=4800.4 cores=1,3,5,7
/proc/26205/stat : 26205 (plingeling) S 26201 26205 19229 0 -1 4202496 1663125 1253 0 0 479794 246 0 0 25 0 5 0 732938418 1087336448 236899 33554432000 4194304 4417452 140734727986704 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26205/statm: 265463 236899 179 55 0 263349 0
[pid=26205/tid=26573] ppid=26201 vsize=1061852 CPUtime=1202.64 cores=1,3,5,7
/proc/26205/task/26573/stat : 26573 (plingeling) R 26201 26205 19229 0 -1 4202560 412785 1253 0 0 120206 58 0 0 25 0 5 0 732938596 1087336448 236899 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26205/tid=26574] ppid=26201 vsize=1061852 CPUtime=1190.63 cores=1,3,5,7
/proc/26205/task/26574/stat : 26574 (plingeling) R 26201 26205 19229 0 -1 4202560 356886 1253 0 0 119009 54 0 0 25 0 5 0 732938596 1087336448 236899 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26205/tid=26575] ppid=26201 vsize=1061852 CPUtime=1202.68 cores=1,3,5,7
/proc/26205/task/26575/stat : 26575 (plingeling) R 26201 26205 19229 0 -1 4202560 372055 1253 0 0 120216 52 0 0 25 0 5 0 732938596 1087336448 236899 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26205/tid=26576] ppid=26201 vsize=1061852 CPUtime=1202.67 cores=1,3,5,7
/proc/26205/task/26576/stat : 26576 (plingeling) R 26201 26205 19229 0 -1 4202560 466960 1253 0 0 120194 73 0 0 25 0 5 0 732938596 1087336448 236899 33554432000 4194304 4417452 140734727986704 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1061852

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.47
CPU time (s): 4800.49
CPU user time (s): 4797.99
CPU system time (s): 2.50462
CPU usage (%): 398.556
Max. virtual memory (cumulated for all children) (KiB): 1061852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.99
system time used= 2.50462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1664378
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= 77
involuntary context switches= 34988

runsolver used 3.46047 second user time and 8.60569 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 04:37:57
IDJOB=3370920
IDBENCH=83249
IDSOLVER=1848
FILE ID=node114/3370920-1305427076
RUNJOBID= node114-1305427076-24909
PBS_JOBID= 13324585
Free space on /tmp= 72976 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370920-1305427076/watcher-3370920-1305427076 -o /tmp/evaluation-result-3370920-1305427076/solver-3370920-1305427076 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370920-1305427076.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=2017218112

node114.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.848
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.69
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      15566936 kB
Buffers:        286404 kB
Cached:        6283884 kB
SwapCached:         96 kB
Active:       11960176 kB
Inactive:      5010712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15566936 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           26532 kB
Writeback:           0 kB
AnonPages:    10400248 kB
Mapped:          27452 kB
Slab:           308096 kB
PageTables:      37372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52539876 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= 72980 MiB
End job on node114 at 2011-05-15 04:58:04