Trace number 3372629

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) 40001 5009.12

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
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-3372629-1305439390/watcher-3372629-1305439390 -o /tmp/evaluation-result-3372629-1305439390/solver-3372629-1305439390 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372629-1305439390.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.66 8.00 8.01 2/376 21825
/proc/meminfo: memFree=14791160/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=14076 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (plingeling) R 21823 21825 21552 0 -1 4202496 1610 1248 0 0 0 0 0 0 21 0 1 0 734169689 14413824 1539 33554432000 4194304 4417452 140737161192832 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21825/statm: 3519 1539 148 55 0 1405 0

[startup+0.054852 s]
/proc/loadavg: 7.66 8.00 8.01 2/376 21825
/proc/meminfo: memFree=14791160/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=24828 CPUtime=0.04 cores=0-7
/proc/21825/stat : 21825 (plingeling) R 21823 21825 21552 0 -1 4202496 4310 1248 0 0 4 0 0 0 21 0 1 0 734169689 25423872 4196 33554432000 4194304 4417452 140737161192832 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21825/statm: 6207 4196 149 55 0 4093 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24828

[startup+0.100842 s]
/proc/loadavg: 7.66 8.00 8.01 2/376 21825
/proc/meminfo: memFree=14791160/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=30972 CPUtime=0.08 cores=0-7
/proc/21825/stat : 21825 (plingeling) R 21823 21825 21552 0 -1 4202496 5846 1248 0 0 8 0 0 0 21 0 1 0 734169689 31715328 5732 33554432000 4194304 4417452 140737161192832 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21825/statm: 7743 5732 149 55 0 5629 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30972

[startup+0.300807 s]
/proc/loadavg: 7.66 8.00 8.01 2/376 21825
/proc/meminfo: memFree=14791160/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=81968 CPUtime=0.28 cores=0-7
/proc/21825/stat : 21825 (plingeling) R 21823 21825 21552 0 -1 4202496 18629 1248 0 0 26 2 0 0 22 0 1 0 734169689 83935232 18513 33554432000 4194304 4417452 140737161192832 18446744073709551615 4231368 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21825/statm: 20492 18513 149 55 0 18378 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81968

[startup+0.70074 s]
/proc/loadavg: 7.66 8.00 8.01 2/376 21825
/proc/meminfo: memFree=14791160/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=151908 CPUtime=0.69 cores=0-7
/proc/21825/stat : 21825 (plingeling) R 21823 21825 21552 0 -1 4202496 36167 1248 0 0 64 5 0 0 23 0 1 0 734169689 155553792 35998 33554432000 4194304 4417452 140737161192832 18446744073709551615 4259016 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21825/statm: 37977 35998 149 55 0 35863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151908

[startup+1.50057 s]
/proc/loadavg: 7.12 7.88 7.97 2/377 21831
/proc/meminfo: memFree=14571928/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=453548 CPUtime=2.56 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 101749 1248 0 0 240 16 0 0 25 0 9 0 734169689 464433152 73553 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 113387 73582 168 55 0 111273 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 453548

[startup+3.10129 s]
/proc/loadavg: 7.12 7.88 7.97 9/385 21839
/proc/meminfo: memFree=14417980/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=525100 CPUtime=15.35 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 147502 1248 0 0 1512 23 0 0 25 0 9 0 734169689 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 131275 85594 174 55 0 129161 0
[pid=21825/tid=21832] ppid=21823 vsize=525100 CPUtime=1.75 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 10855 1248 0 0 174 1 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=525100 CPUtime=1.75 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 6772 1248 0 0 174 1 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=525100 CPUtime=1.75 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 7905 1248 0 0 174 1 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4275847 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=525100 CPUtime=1.75 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 4412 1248 0 0 175 0 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=525100 CPUtime=1.75 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 14134 1248 0 0 173 2 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4295518 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=525100 CPUtime=1.73 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 8210 1248 0 0 172 1 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=525100 CPUtime=1.72 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 13428 1248 0 0 171 1 0 0 20 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4234257 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=525100 CPUtime=1.73 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 10527 1248 0 0 171 2 0 0 25 0 9 0 734169823 537702400 85594 33554432000 4194304 4417452 140737161192832 18446744073709551615 4295162 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 525100

[startup+6.30072 s]
/proc/loadavg: 7.19 7.88 7.97 9/385 21839
/proc/meminfo: memFree=14424436/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=510352 CPUtime=40.89 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 201558 1248 0 0 4059 30 0 0 25 0 9 0 734169689 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 127588 94140 179 55 0 125474 0
[pid=21825/tid=21832] ppid=21823 vsize=510352 CPUtime=4.95 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 17127 1248 0 0 493 2 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252188 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=510352 CPUtime=4.95 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 15539 1248 0 0 493 2 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252947 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=510352 CPUtime=4.95 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 17529 1248 0 0 493 2 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4376531 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=510352 CPUtime=4.95 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 4413 1248 0 0 495 0 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=510352 CPUtime=4.94 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 18700 1248 0 0 492 2 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252098 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=510352 CPUtime=4.89 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 16106 1248 0 0 486 3 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252053 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=510352 CPUtime=4.93 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 13661 1248 0 0 491 2 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4377746 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=510352 CPUtime=4.93 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 27224 1248 0 0 489 4 0 0 25 0 9 0 734169823 522600448 94140 33554432000 4194304 4417452 140737161192832 18446744073709551615 4273981 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (KiB) 510352

[startup+12.7006 s]
/proc/loadavg: 7.26 7.89 7.97 9/385 21839
/proc/meminfo: memFree=14303064/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=606888 CPUtime=92.02 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 230796 1248 0 0 9166 36 0 0 25 0 9 0 734169689 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 151722 123330 179 55 0 149608 0
[pid=21825/tid=21832] ppid=21823 vsize=606888 CPUtime=11.35 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 24295 1248 0 0 1131 4 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4253152 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=606888 CPUtime=11.35 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 19635 1248 0 0 1132 3 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252404 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=606888 CPUtime=11.35 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 18622 1248 0 0 1133 2 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4232537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=606888 CPUtime=11.35 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 4413 1248 0 0 1135 0 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=606888 CPUtime=11.35 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 22796 1248 0 0 1132 3 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=606888 CPUtime=11.2 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 22218 1248 0 0 1116 4 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=606888 CPUtime=11.33 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 14686 1248 0 0 1131 2 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4377955 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=606888 CPUtime=11.32 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 32872 1248 0 0 1128 4 0 0 25 0 9 0 734169823 621453312 123330 33554432000 4194304 4417452 140737161192832 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 92.02
Current children cumulated vsize (KiB) 606888

[startup+25.5004 s]
/proc/loadavg: 7.45 7.91 7.97 9/385 21840
/proc/meminfo: memFree=14389312/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=515960 CPUtime=194.24 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 230797 1248 0 0 19388 36 0 0 25 0 9 0 734169689 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 128990 100599 180 55 0 126876 0
[pid=21825/tid=21832] ppid=21823 vsize=515960 CPUtime=24.15 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 24295 1248 0 0 2411 4 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=515960 CPUtime=24.15 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 19636 1248 0 0 2412 3 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4264978 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=515960 CPUtime=24.15 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 18622 1248 0 0 2413 2 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4265437 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=515960 CPUtime=24.15 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 4413 1248 0 0 2415 0 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=515960 CPUtime=24.15 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 22796 1248 0 0 2412 3 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=515960 CPUtime=23.84 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 22218 1248 0 0 2380 4 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=515960 CPUtime=24.12 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 14686 1248 0 0 2410 2 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4265418 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=515960 CPUtime=24.13 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 32872 1248 0 0 2408 5 0 0 25 0 9 0 734169823 528343040 100599 33554432000 4194304 4417452 140737161192832 18446744073709551615 4232629 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 194.24
Current children cumulated vsize (KiB) 515960

[startup+51.1009 s]
/proc/loadavg: 7.72 7.93 7.98 9/385 21840
/proc/meminfo: memFree=14340844/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=567648 CPUtime=398.74 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 244416 1248 0 0 39836 38 0 0 25 0 9 0 734169689 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 141912 113521 180 55 0 139798 0
[pid=21825/tid=21832] ppid=21823 vsize=567648 CPUtime=49.75 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 24375 1248 0 0 4971 4 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=567648 CPUtime=49.75 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 20759 1248 0 0 4972 3 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4273633 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=567648 CPUtime=49.76 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 20988 1248 0 0 4973 3 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=567648 CPUtime=49.75 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 9994 1248 0 0 4974 1 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=567648 CPUtime=49.75 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 22869 1248 0 0 4972 3 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4253506 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=567648 CPUtime=49.13 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 22293 1248 0 0 4909 4 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4252030 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=567648 CPUtime=49.71 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 18933 1248 0 0 4969 2 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4365198 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=567648 CPUtime=49.73 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 32946 1248 0 0 4968 5 0 0 25 0 9 0 734169823 581271552 113521 33554432000 4194304 4417452 140737161192832 18446744073709551615 4257642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 398.74
Current children cumulated vsize (KiB) 567648

[startup+102.314 s]
/proc/loadavg: 7.93 7.95 7.98 9/385 21842

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


[startup+4722.31 s]
/proc/loadavg: 8.05 8.05 8.00 9/385 21977
/proc/meminfo: memFree=13022936/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=1883784 CPUtime=37710.8 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 8815046 1248 0 0 3769611 1468 0 0 25 0 9 0 734169689 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 470946 442567 180 55 0 468832 0
[pid=21825/tid=21832] ppid=21823 vsize=1883784 CPUtime=4721.06 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 1024455 1248 0 0 471935 171 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=1883784 CPUtime=4721.04 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 1098260 1248 0 0 471921 183 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=1883784 CPUtime=4721.06 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 1270240 1248 0 0 471904 202 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=1883784 CPUtime=4721.05 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 1271305 1248 0 0 471874 231 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=1883784 CPUtime=4720.89 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 363296 1248 0 0 472024 65 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=1883784 CPUtime=4663.96 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 1301046 1248 0 0 466186 210 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4366184 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=1883784 CPUtime=4719.92 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 1165870 1248 0 0 471805 187 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=1883784 CPUtime=4720.4 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 1249315 1248 0 0 471833 207 0 0 25 0 9 0 734169823 1928994816 442567 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37710.8
Current children cumulated vsize (KiB) 1883784

[startup+4782.3 s]
/proc/loadavg: 8.16 8.08 8.01 9/385 21978
/proc/meminfo: memFree=12987460/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=1922292 CPUtime=38189.9 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 8909747 1248 0 0 3817511 1482 0 0 25 0 9 0 734169689 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 480573 452194 180 55 0 478459 0
[pid=21825/tid=21832] ppid=21823 vsize=1922292 CPUtime=4781.05 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 1036125 1248 0 0 477933 172 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=1922292 CPUtime=4781.03 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 1116338 1248 0 0 477918 185 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=1922292 CPUtime=4781.05 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 1283731 1248 0 0 477901 204 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=1922292 CPUtime=4781.04 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 1277164 1248 0 0 477871 233 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=1922292 CPUtime=4780.88 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 363296 1248 0 0 478023 65 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=1922292 CPUtime=4723.21 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 1308150 1248 0 0 472109 212 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=1922292 CPUtime=4779.89 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 1189763 1248 0 0 477799 190 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=1922292 CPUtime=4780.38 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 1263921 1248 0 0 477829 209 0 0 25 0 9 0 734169823 1968427008 452194 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38189.9
Current children cumulated vsize (KiB) 1922292

[startup+4842.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/385 21980
/proc/meminfo: memFree=13009776/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=1896852 CPUtime=38669.2 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 9023518 1248 0 0 3865419 1499 0 0 25 0 9 0 734169689 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 474213 445834 180 55 0 472099 0
[pid=21825/tid=21832] ppid=21823 vsize=1896852 CPUtime=4841.05 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 1063479 1248 0 0 483929 176 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=1896852 CPUtime=4841.03 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 1136116 1248 0 0 483915 188 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=1896852 CPUtime=4841.04 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 1294595 1248 0 0 483899 205 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=1896852 CPUtime=4841.03 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 1286449 1248 0 0 483869 234 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=1896852 CPUtime=4840.88 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 363296 1248 0 0 484023 65 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=1896852 CPUtime=4782.46 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 1341820 1248 0 0 478030 216 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=1896852 CPUtime=4839.88 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 1195444 1248 0 0 483797 191 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=1896852 CPUtime=4840.39 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 1271060 1248 0 0 483828 211 0 0 25 0 9 0 734169823 1942376448 445834 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38669.2
Current children cumulated vsize (KiB) 1896852

[startup+4902.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/385 21982
/proc/meminfo: memFree=12963024/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=1946536 CPUtime=39148.5 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 9116078 1248 0 0 3913333 1514 0 0 25 0 9 0 734169689 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 486634 458255 180 55 0 484520 0
[pid=21825/tid=21832] ppid=21823 vsize=1946536 CPUtime=4901.05 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 1066916 1248 0 0 489929 176 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=1946536 CPUtime=4901.04 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 1137403 1248 0 0 489916 188 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=1946536 CPUtime=4901.05 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 1310503 1248 0 0 489897 208 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=1946536 CPUtime=4901.04 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 1293828 1248 0 0 489868 236 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=1946536 CPUtime=4900.88 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 379705 1248 0 0 490022 66 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=1946536 CPUtime=4841.75 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 1365470 1248 0 0 483955 220 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=1946536 CPUtime=4899.88 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 1205645 1248 0 0 489794 194 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=1946536 CPUtime=4900.39 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 1285349 1248 0 0 489825 214 0 0 25 0 9 0 734169823 1993252864 458255 33554432000 4194304 4417452 140737161192832 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39148.5
Current children cumulated vsize (KiB) 1946536

[startup+4962.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/385 21983
/proc/meminfo: memFree=12857860/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=2060812 CPUtime=39627.7 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 9231694 1248 0 0 3961235 1536 0 0 25 0 9 0 734169689 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 515203 486824 180 55 0 513089 0
[pid=21825/tid=21832] ppid=21823 vsize=2060812 CPUtime=4961.05 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 1079933 1248 0 0 495928 177 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=2060812 CPUtime=4961.04 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 1176832 1248 0 0 495909 195 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=2060812 CPUtime=4961.05 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 1315357 1248 0 0 495895 210 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=2060812 CPUtime=4961.04 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 1303575 1248 0 0 495866 238 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=2060812 CPUtime=4960.88 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 379705 1248 0 0 496022 66 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=2060812 CPUtime=4901 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 1383707 1248 0 0 489877 223 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=2060812 CPUtime=4959.87 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 1211867 1248 0 0 495792 195 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=2060812 CPUtime=4960.39 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 1309459 1248 0 0 495820 219 0 0 25 0 9 0 734169823 2110271488 486824 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39627.7
Current children cumulated vsize (KiB) 2060812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009 s]
/proc/loadavg: 8.01 8.04 8.00 9/385 21984
/proc/meminfo: memFree=12512884/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=2392036 CPUtime=40000.9 cores=0-7
/proc/21825/stat : 21825 (plingeling) S 21823 21825 21552 0 -1 4202496 9372358 1248 0 0 3998530 1555 0 0 25 0 9 0 734169689 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 598009 569630 180 55 0 595895 0
[pid=21825/tid=21832] ppid=21823 vsize=2392036 CPUtime=5007.76 cores=0-7
/proc/21825/task/21832/stat : 21832 (plingeling) R 21823 21825 21552 0 -1 4202560 1079933 1248 0 0 500599 177 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21825/tid=21833] ppid=21823 vsize=2392036 CPUtime=5007.75 cores=0-7
/proc/21825/task/21833/stat : 21833 (plingeling) R 21823 21825 21552 0 -1 4202560 1209220 1248 0 0 500575 200 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21825/tid=21834] ppid=21823 vsize=2392036 CPUtime=5007.76 cores=0-7
/proc/21825/task/21834/stat : 21834 (plingeling) R 21823 21825 21552 0 -1 4202560 1348151 1248 0 0 500563 213 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21825/tid=21835] ppid=21823 vsize=2392036 CPUtime=5007.76 cores=0-7
/proc/21825/task/21835/stat : 21835 (plingeling) R 21823 21825 21552 0 -1 4202560 1308396 1248 0 0 500537 239 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21825/tid=21836] ppid=21823 vsize=2392036 CPUtime=5007.59 cores=0-7
/proc/21825/task/21836/stat : 21836 (plingeling) R 21823 21825 21552 0 -1 4202560 379705 1248 0 0 500693 66 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=2392036 CPUtime=4947.15 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4202560 1405736 1248 0 0 494489 226 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21825/tid=21838] ppid=21823 vsize=2392036 CPUtime=5006.57 cores=0-7
/proc/21825/task/21838/stat : 21838 (plingeling) R 21823 21825 21552 0 -1 4202560 1215171 1248 0 0 500462 195 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21825/tid=21839] ppid=21823 vsize=2392036 CPUtime=5007.1 cores=0-7
/proc/21825/task/21839/stat : 21839 (plingeling) R 21823 21825 21552 0 -1 4202560 1354787 1248 0 0 500486 224 0 0 25 0 9 0 734169823 2449444864 569630 33554432000 4194304 4417452 140737161192832 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 2392036

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

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

[startup+5009.12 s]
/proc/loadavg: 8.01 8.04 8.00 9/385 21984
/proc/meminfo: memFree=12512884/32951124 swapFree=65586204/67111528
[pid=21825] ppid=21823 vsize=0 CPUtime=40001 cores=0-7
/proc/21825/stat : 21825 (plingeling) Z 21823 21825 21552 0 -1 4203548 9372358 1248 0 0 3998535 1565 0 0 18 0 2 0 734169689 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21825/statm: 0 0 0 0 0 0 0
[pid=21825/tid=21837] ppid=21823 vsize=0 CPUtime=4947.25 cores=0-7
/proc/21825/task/21837/stat : 21837 (plingeling) R 21823 21825 21552 0 -1 4203588 1405736 1248 0 0 494489 236 0 0 25 0 2 0 734169823 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40001
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.12
CPU time (s): 40001
CPU user time (s): 39985.4
CPU system time (s): 15.6586
CPU usage (%): 798.563
Max. virtual memory (cumulated for all children) (KiB): 2564504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39985.4
system time used= 15.6586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9373606
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= 472
involuntary context switches= 190750

runsolver used 17.6083 second user time and 43.0345 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 08:03:10
IDJOB=3372629
IDBENCH=82493
IDSOLVER=1851
FILE ID=node119/3372629-1305439390
RUNJOBID= node119-1305435413-21566
PBS_JOBID= 13324738
Free space on /tmp= 73324 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372629-1305439390/watcher-3372629-1305439390 -o /tmp/evaluation-result-3372629-1305439390/solver-3372629-1305439390 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372629-1305439390.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1729170874

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14791192 kB
Buffers:        291968 kB
Cached:        4652476 kB
SwapCached:       4756 kB
Active:       14702988 kB
Inactive:      3121552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14791192 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           10064 kB
Writeback:           0 kB
AnonPages:    12878344 kB
Mapped:          29660 kB
Slab:           209120 kB
PageTables:      56244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102457432 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= 73324 MiB
End job on node119 at 2011-05-15 09:26:41