Trace number 3370919

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.47 1204.83

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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-3370919-1305427001/watcher-3370919-1305427001 -o /tmp/evaluation-result-3370919-1305427001/solver-3370919-1305427001 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370919-1305427001.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.72 9.12 8.71 2/354 20557
/proc/meminfo: memFree=24096976/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=9980 CPUtime=0 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) R 20555 20557 23744 0 -1 4202496 620 1253 0 0 0 0 0 0 25 0 1 0 654296836 10219520 519 33554432000 4194304 4417452 140734141629200 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/20557/statm: 2495 519 149 55 0 381 0

[startup+0.0448091 s]
/proc/loadavg: 8.72 9.12 8.71 2/354 20557
/proc/meminfo: memFree=24096976/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=17284 CPUtime=0.03 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) R 20555 20557 23744 0 -1 4202496 2426 1253 0 0 3 0 0 0 25 0 1 0 654296836 17698816 2325 33554432000 4194304 4417452 140734141629200 18446744073709551615 4274387 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/20557/statm: 4321 2325 149 55 0 2207 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17284

[startup+0.100778 s]
/proc/loadavg: 8.72 9.12 8.71 2/354 20557
/proc/meminfo: memFree=24096976/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=25812 CPUtime=0.09 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) R 20555 20557 23744 0 -1 4202496 4562 1253 0 0 9 0 0 0 25 0 1 0 654296836 26431488 4461 33554432000 4194304 4417452 140734141629200 18446744073709551615 4274261 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/20557/statm: 6453 4461 149 55 0 4339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25812

[startup+0.300725 s]
/proc/loadavg: 8.72 9.12 8.71 2/354 20557
/proc/meminfo: memFree=24096976/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=98128 CPUtime=0.61 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 15105 1253 0 0 59 2 0 0 25 0 5 0 654296836 100483072 11820 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 24532 11820 176 55 0 22418 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 98128

[startup+0.700679 s]
/proc/loadavg: 8.72 9.12 8.71 2/354 20557
/proc/meminfo: memFree=24096976/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=96148 CPUtime=2.21 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 17172 1253 0 0 219 2 0 0 25 0 5 0 654296836 98455552 11840 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 24037 11840 179 55 0 21923 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 96148

[startup+1.50048 s]
/proc/loadavg: 8.72 9.12 8.71 6/359 21703
/proc/meminfo: memFree=24043264/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=106628 CPUtime=5.39 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 19775 1253 0 0 537 2 0 0 25 0 5 0 654296836 109187072 14443 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 26657 14443 179 55 0 24543 0
[pid=20557/tid=20781] ppid=20555 vsize=106628 CPUtime=1.3 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 3644 1253 0 0 130 0 0 0 25 0 5 0 654296855 109187072 14443 33554432000 4194304 4417452 140734141629200 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=106628 CPUtime=1.29 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 3648 1253 0 0 129 0 0 0 25 0 5 0 654296855 109187072 14443 33554432000 4194304 4417452 140734141629200 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=106628 CPUtime=1.29 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 3567 1253 0 0 129 0 0 0 25 0 5 0 654296855 109187072 14443 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=106628 CPUtime=1.3 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 66 1253 0 0 130 0 0 0 25 0 5 0 654296855 109187072 14443 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 106628

[startup+3.10117 s]
/proc/loadavg: 8.72 9.12 8.71 10/365 22021
/proc/meminfo: memFree=24028696/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=114820 CPUtime=11.77 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 21823 1253 0 0 1175 2 0 0 25 0 5 0 654296836 117575680 16491 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 28705 16491 179 55 0 26591 0
[pid=20557/tid=20781] ppid=20555 vsize=114820 CPUtime=2.9 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 4668 1253 0 0 290 0 0 0 25 0 5 0 654296855 117575680 16491 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=114820 CPUtime=2.89 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 4672 1253 0 0 289 0 0 0 25 0 5 0 654296855 117575680 16491 33554432000 4194304 4417452 140734141629200 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=114820 CPUtime=2.88 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 3567 1253 0 0 288 0 0 0 25 0 5 0 654296855 117575680 16491 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=114820 CPUtime=2.89 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 66 1253 0 0 289 0 0 0 25 0 5 0 654296855 117575680 16491 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 114820

[startup+6.30053 s]
/proc/loadavg: 8.82 9.13 8.71 10/367 22114
/proc/meminfo: memFree=24019164/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=182544 CPUtime=24.48 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 22376 1253 0 0 2446 2 0 0 25 0 5 0 654296836 186925056 17044 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 45636 17044 179 55 0 43522 0
[pid=20557/tid=20781] ppid=20555 vsize=182544 CPUtime=6.1 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 4674 1253 0 0 610 0 0 0 25 0 5 0 654296855 186925056 17044 33554432000 4194304 4417452 140734141629200 18446744073709551615 4258201 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=182544 CPUtime=6.09 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 4672 1253 0 0 609 0 0 0 25 0 5 0 654296855 186925056 17044 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=182544 CPUtime=6.04 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 4114 1253 0 0 604 0 0 0 25 0 5 0 654296855 186925056 17044 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=182544 CPUtime=6.04 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 66 1253 0 0 604 0 0 0 25 0 5 0 654296855 186925056 17044 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 182544

[startup+12.7003 s]
/proc/loadavg: 8.84 9.13 8.71 12/366 22340
/proc/meminfo: memFree=23996312/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=192592 CPUtime=49.9 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 24888 1253 0 0 4987 3 0 0 25 0 5 0 654296836 197214208 19556 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 48148 19556 179 55 0 46034 0
[pid=20557/tid=20781] ppid=20555 vsize=192592 CPUtime=12.5 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 4972 1253 0 0 1250 0 0 0 25 0 5 0 654296855 197214208 19556 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=192592 CPUtime=12.49 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 4672 1253 0 0 1249 0 0 0 25 0 5 0 654296855 197214208 19556 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=192592 CPUtime=12.36 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 5013 1253 0 0 1236 0 0 0 25 0 5 0 654296855 197214208 19556 33554432000 4194304 4417452 140734141629200 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=192592 CPUtime=12.34 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 1381 1253 0 0 1234 0 0 0 25 0 5 0 654296855 197214208 19556 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 192592

[startup+25.5007 s]
/proc/loadavg: 8.95 9.14 8.72 10/367 22760
/proc/meminfo: memFree=23957060/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=215440 CPUtime=100.74 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 30600 1253 0 0 10071 3 0 0 25 0 5 0 654296836 220610560 25268 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 53860 25268 179 55 0 51746 0
[pid=20557/tid=20781] ppid=20555 vsize=215440 CPUtime=25.3 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 4972 1253 0 0 2530 0 0 0 25 0 5 0 654296855 220610560 25268 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=215440 CPUtime=25.27 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 4974 1253 0 0 2527 0 0 0 25 0 5 0 654296855 220610560 25268 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=215440 CPUtime=25 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 5338 1253 0 0 2500 0 0 0 25 0 5 0 654296855 220610560 25268 33554432000 4194304 4417452 140734141629200 18446744073709551615 4365999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=215440 CPUtime=24.95 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 6466 1253 0 0 2495 0 0 0 25 0 5 0 654296855 220610560 25268 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 215440

[startup+51.1006 s]
/proc/loadavg: 8.96 9.13 8.73 10/365 23521
/proc/meminfo: memFree=23943384/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=223368 CPUtime=202.47 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 32582 1253 0 0 20244 3 0 0 25 0 5 0 654296836 228728832 27250 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 55842 27250 179 55 0 53728 0
[pid=20557/tid=20781] ppid=20555 vsize=223368 CPUtime=50.88 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 4972 1253 0 0 5088 0 0 0 25 0 5 0 654296855 228728832 27250 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=223368 CPUtime=50.86 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 5520 1253 0 0 5086 0 0 0 25 0 5 0 654296855 228728832 27250 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=223368 CPUtime=50.2 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 5338 1253 0 0 5020 0 0 0 25 0 5 0 654296855 228728832 27250 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=223368 CPUtime=50.3 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 7902 1253 0 0 5030 0 0 0 25 0 5 0 654296855 228728832 27250 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.47
Current children cumulated vsize (KiB) 223368

[startup+102.313 s]
/proc/loadavg: 9.12 9.14 8.75 10/367 25105
/proc/meminfo: memFree=23895668/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=245664 CPUtime=405.98 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 37633 1253 0 0 40594 4 0 0 25 0 5 0 654296836 251559936 32301 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 61416 32301 179 55 0 59302 0
[pid=20557/tid=20781] ppid=20555 vsize=245664 CPUtime=102.06 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 5687 1253 0 0 10206 0 0 0 25 0 5 0 654296855 251559936 32301 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=245664 CPUtime=102.04 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 6353 1253 0 0 10204 0 0 0 25 0 5 0 654296855 251559936 32301 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=245664 CPUtime=100.76 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 5338 1253 0 0 10076 0 0 0 25 0 5 0 654296855 251559936 32301 33554432000 4194304 4417452 140734141629200 18446744073709551615 4320859 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=245664 CPUtime=100.89 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 11405 1253 0 0 10088 1 0 0 25 0 5 0 654296855 251559936 32301 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.98
Current children cumulated vsize (KiB) 245664

[startup+162.3 s]
/proc/loadavg: 9.16 9.14 8.77 11/366 26958
/proc/meminfo: memFree=23858508/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=260088 CPUtime=644.3 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 41762 1253 0 0 64425 5 0 0 25 0 5 0 654296836 266330112 36430 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 65022 36430 179 55 0 62908 0
[pid=20557/tid=20781] ppid=20555 vsize=260088 CPUtime=162 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 5845 1253 0 0 16200 0 0 0 25 0 5 0 654296855 266330112 36430 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=260088 CPUtime=161.94 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 7355 1253 0 0 16194 0 0 0 25 0 5 0 654296855 266330112 36430 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=260088 CPUtime=159.87 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 6951 1253 0 0 15987 0 0 0 25 0 5 0 654296855 266330112 36430 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=260088 CPUtime=160.26 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 12761 1253 0 0 16025 1 0 0 25 0 5 0 654296855 266330112 36430 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 644.3
Current children cumulated vsize (KiB) 260088


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

[pid=20557/tid=20782] ppid=20555 vsize=348156 CPUtime=701.82 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 99203 1253 0 0 70166 16 0 0 25 0 5 0 654296855 356511744 58476 33554432000 4194304 4417452 140734141629200 18446744073709551615 4353572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=348156 CPUtime=693.43 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 83882 1253 0 0 69334 9 0 0 25 0 5 0 654296855 356511744 58476 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=348156 CPUtime=698.86 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 89685 1253 0 0 69875 11 0 0 25 0 5 0 654296855 356511744 58476 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2796.17
Current children cumulated vsize (KiB) 348156

[startup+762.313 s]
/proc/loadavg: 8.16 8.35 8.54 9/359 30463
/proc/meminfo: memFree=23681848/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=367120 CPUtime=3035.53 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 346901 1253 0 0 303505 48 0 0 25 0 5 0 654296836 375930880 63188 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 91780 63188 179 55 0 89666 0
[pid=20557/tid=20781] ppid=20555 vsize=367120 CPUtime=761.85 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 37572 1253 0 0 76181 4 0 0 25 0 5 0 654296855 375930880 63188 33554432000 4194304 4417452 140734141629200 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=367120 CPUtime=761.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 103987 1253 0 0 76167 16 0 0 25 0 5 0 654296855 375930880 63188 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=367120 CPUtime=752.74 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 91168 1253 0 0 75264 10 0 0 25 0 5 0 654296855 375930880 63188 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=367120 CPUtime=758.88 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 105324 1253 0 0 75874 14 0 0 25 0 5 0 654296855 375930880 63188 33554432000 4194304 4417452 140734141629200 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3035.53
Current children cumulated vsize (KiB) 367120

[startup+822.301 s]
/proc/loadavg: 8.16 8.31 8.52 9/359 30465
/proc/meminfo: memFree=23684396/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=364408 CPUtime=3274.8 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 374091 1253 0 0 327428 52 0 0 25 0 5 0 654296836 373153792 62510 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 91102 62510 179 55 0 88988 0
[pid=20557/tid=20781] ppid=20555 vsize=364408 CPUtime=821.85 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 40915 1253 0 0 82180 5 0 0 25 0 5 0 654296855 373153792 62510 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=364408 CPUtime=821.82 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 109544 1253 0 0 82165 17 0 0 25 0 5 0 654296855 373153792 62510 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=364408 CPUtime=812.04 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 96793 1253 0 0 81193 11 0 0 25 0 5 0 654296855 373153792 62510 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=364408 CPUtime=818.87 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 117989 1253 0 0 81871 16 0 0 25 0 5 0 654296855 373153792 62510 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3274.8
Current children cumulated vsize (KiB) 364408

[startup+882.301 s]
/proc/loadavg: 8.15 8.28 8.49 9/359 30466
/proc/meminfo: memFree=23673428/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=375212 CPUtime=3514.1 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 411426 1253 0 0 351353 57 0 0 25 0 5 0 654296836 384217088 65211 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 93803 65211 179 55 0 91689 0
[pid=20557/tid=20781] ppid=20555 vsize=375212 CPUtime=881.85 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 48658 1253 0 0 88179 6 0 0 25 0 5 0 654296855 384217088 65211 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=375212 CPUtime=881.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 120433 1253 0 0 88164 19 0 0 25 0 5 0 654296855 384217088 65211 33554432000 4194304 4417452 140734141629200 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=375212 CPUtime=871.33 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 102938 1253 0 0 87121 12 0 0 25 0 5 0 654296855 384217088 65211 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=375212 CPUtime=878.87 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 130547 1253 0 0 87869 18 0 0 25 0 5 0 654296855 384217088 65211 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3514.1
Current children cumulated vsize (KiB) 375212

[startup+942.3 s]
/proc/loadavg: 8.05 8.23 8.46 9/359 30468
/proc/meminfo: memFree=23645108/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=383528 CPUtime=3753.42 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 459921 1253 0 0 375278 64 0 0 25 0 5 0 654296836 392732672 67290 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 95882 67290 179 55 0 93768 0
[pid=20557/tid=20781] ppid=20555 vsize=383528 CPUtime=941.85 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 54954 1253 0 0 94178 7 0 0 25 0 5 0 654296855 392732672 67290 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=383528 CPUtime=941.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 142317 1253 0 0 94161 22 0 0 25 0 5 0 654296855 392732672 67290 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=383528 CPUtime=930.65 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 109775 1253 0 0 93052 13 0 0 25 0 5 0 654296855 392732672 67290 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=383528 CPUtime=938.88 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 144025 1253 0 0 93868 20 0 0 25 0 5 0 654296855 392732672 67290 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3753.42
Current children cumulated vsize (KiB) 383528

[startup+1002.3 s]
/proc/loadavg: 8.05 8.20 8.43 9/359 30470
/proc/meminfo: memFree=23653484/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=367408 CPUtime=3992.72 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 499299 1253 0 0 399202 70 0 0 25 0 5 0 654296836 376225792 63260 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 91852 63260 179 55 0 89738 0
[pid=20557/tid=20781] ppid=20555 vsize=367408 CPUtime=1001.86 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 71469 1253 0 0 100177 9 0 0 25 0 5 0 654296855 376225792 63260 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=367408 CPUtime=1001.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 151627 1253 0 0 100160 23 0 0 25 0 5 0 654296855 376225792 63260 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=367408 CPUtime=989.94 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 111795 1253 0 0 98980 14 0 0 25 0 5 0 654296855 376225792 63260 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=367408 CPUtime=998.87 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 155558 1253 0 0 99866 21 0 0 25 0 5 0 654296855 376225792 63260 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3992.72
Current children cumulated vsize (KiB) 367408

[startup+1062.3 s]
/proc/loadavg: 8.02 8.16 8.40 9/359 30471
/proc/meminfo: memFree=23673276/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=361008 CPUtime=4232.04 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 537766 1253 0 0 423128 76 0 0 25 0 5 0 654296836 369672192 61660 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 90252 61660 179 55 0 88138 0
[pid=20557/tid=20781] ppid=20555 vsize=361008 CPUtime=1061.86 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 81816 1253 0 0 106176 10 0 0 25 0 5 0 654296855 369672192 61660 33554432000 4194304 4417452 140734141629200 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=361008 CPUtime=1061.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 161544 1253 0 0 106159 24 0 0 25 0 5 0 654296855 369672192 61660 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=361008 CPUtime=1049.24 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 117495 1253 0 0 104910 14 0 0 25 0 5 0 654296855 369672192 61660 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=361008 CPUtime=1058.88 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 168061 1253 0 0 105864 24 0 0 25 0 5 0 654296855 369672192 61660 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4232.04
Current children cumulated vsize (KiB) 361008

[startup+1122.3 s]
/proc/loadavg: 8.00 8.13 8.37 9/359 30473
/proc/meminfo: memFree=23677072/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=382504 CPUtime=4471.33 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 580459 1253 0 0 447051 82 0 0 25 0 5 0 654296836 391684096 67034 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 95626 67034 179 55 0 93512 0
[pid=20557/tid=20781] ppid=20555 vsize=382504 CPUtime=1121.86 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 93060 1253 0 0 112174 12 0 0 25 0 5 0 654296855 391684096 67034 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=382504 CPUtime=1121.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 173990 1253 0 0 112157 26 0 0 25 0 5 0 654296855 391684096 67034 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=382504 CPUtime=1108.53 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 124744 1253 0 0 110837 16 0 0 25 0 5 0 654296855 391684096 67034 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=382504 CPUtime=1118.88 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 179815 1253 0 0 111862 26 0 0 25 0 5 0 654296855 391684096 67034 33554432000 4194304 4417452 140734141629200 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4471.33
Current children cumulated vsize (KiB) 382504

[startup+1182.3 s]
/proc/loadavg: 8.07 8.12 8.35 9/359 30474
/proc/meminfo: memFree=23691664/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=376744 CPUtime=4710.65 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 620053 1253 0 0 470977 88 0 0 25 0 5 0 654296836 385785856 65594 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 94186 65594 179 55 0 92072 0
[pid=20557/tid=20781] ppid=20555 vsize=376744 CPUtime=1181.86 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 102928 1253 0 0 118173 13 0 0 25 0 5 0 654296855 385785856 65594 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=376744 CPUtime=1181.83 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 188644 1253 0 0 118155 28 0 0 25 0 5 0 654296855 385785856 65594 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=376744 CPUtime=1167.84 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 127965 1253 0 0 116768 16 0 0 25 0 5 0 654296855 385785856 65594 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=376744 CPUtime=1178.89 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 191666 1253 0 0 117861 28 0 0 25 0 5 0 654296855 385785856 65594 33554432000 4194304 4417452 140734141629200 18446744073709551615 4365943 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4710.65
Current children cumulated vsize (KiB) 376744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.8 s]
/proc/loadavg: 8.11 8.12 8.35 9/359 30475
/proc/meminfo: memFree=23650592/32950928 swapFree=45937192/67111528
[pid=20557] ppid=20555 vsize=391532 CPUtime=4800.41 cores=1,3,5,7
/proc/20557/stat : 20557 (plingeling) S 20555 20557 23744 0 -1 4202496 637505 1253 0 0 479950 91 0 0 25 0 5 0 654296836 400928768 69291 33554432000 4194304 4417452 140734141629200 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20557/statm: 97883 69291 179 55 0 95769 0
[pid=20557/tid=20781] ppid=20555 vsize=391532 CPUtime=1204.37 cores=1,3,5,7
/proc/20557/task/20781/stat : 20781 (plingeling) R 20555 20557 23744 0 -1 4202560 106988 1253 0 0 120424 13 0 0 25 0 5 0 654296855 400928768 69291 33554432000 4194304 4417452 140734141629200 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20557/tid=20782] ppid=20555 vsize=391532 CPUtime=1204.35 cores=1,3,5,7
/proc/20557/task/20782/stat : 20782 (plingeling) R 20555 20557 23744 0 -1 4202560 191624 1253 0 0 120406 29 0 0 25 0 5 0 654296855 400928768 69291 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20557/tid=20783] ppid=20555 vsize=391532 CPUtime=1190.07 cores=1,3,5,7
/proc/20557/task/20783/stat : 20783 (plingeling) R 20555 20557 23744 0 -1 4202560 134741 1253 0 0 118990 17 0 0 25 0 5 0 654296855 400928768 69291 33554432000 4194304 4417452 140734141629200 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20557/tid=20784] ppid=20555 vsize=391532 CPUtime=1201.4 cores=1,3,5,7
/proc/20557/task/20784/stat : 20784 (plingeling) R 20555 20557 23744 0 -1 4202560 195302 1253 0 0 120112 28 0 0 25 0 5 0 654296855 400928768 69291 33554432000 4194304 4417452 140734141629200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 391532

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.83
CPU time (s): 4800.47
CPU user time (s): 4799.54
CPU system time (s): 0.930858
CPU usage (%): 398.434
Max. virtual memory (cumulated for all children) (KiB): 412288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.54
system time used= 0.930858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638758
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= 48
involuntary context switches= 40930

runsolver used 4.11837 second user time and 10.0235 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 04:36:42
IDJOB=3370919
IDBENCH=83245
IDSOLVER=1848
FILE ID=node149/3370919-1305427001
RUNJOBID= node149-1305424586-23763
PBS_JOBID= 13324600
Free space on /tmp= 73612 MiB

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

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=370149441

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      24096736 kB
Buffers:        315780 kB
Cached:        3896408 kB
SwapCached:      19984 kB
Active:        6330088 kB
Inactive:      2223832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24096736 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            2412 kB
Writeback:           0 kB
AnonPages:     4334880 kB
Mapped:          14628 kB
Slab:           157980 kB
PageTables:      72140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80230952 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= 73616 MiB
End job on node149 at 2011-05-15 04:56:48