Trace number 3370910

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.32 1203.62

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3370910-1305433079/watcher-3370910-1305433079 -o /tmp/evaluation-result-3370910-1305433079/solver-3370910-1305433079 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370910-1305433079.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: 3.78 5.45 6.59 5/311 29892
/proc/meminfo: memFree=17962368/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) R 29890 29892 20898 0 -1 4202496 668 1252 0 0 0 0 0 0 21 0 1 0 654907585 10543104 597 33554432000 4194304 4417452 140735929286992 18446744073709551615 4259875 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/29892/statm: 2574 597 147 55 0 460 0

[startup+0.0782069 s]
/proc/loadavg: 3.78 5.45 6.59 5/311 29892
/proc/meminfo: memFree=17962368/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=18408 CPUtime=0.07 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) R 29890 29892 20898 0 -1 4202496 2721 1252 0 0 7 0 0 0 21 0 1 0 654907585 18849792 2626 33554432000 4194304 4417452 140735929286992 18446744073709551615 4231248 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/29892/statm: 4602 2626 148 55 0 2488 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18408

[startup+0.100201 s]
/proc/loadavg: 3.78 5.45 6.59 5/311 29892
/proc/meminfo: memFree=17962368/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=18408 CPUtime=0.09 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) R 29890 29892 20898 0 -1 4202496 2721 1252 0 0 9 0 0 0 21 0 1 0 654907585 18849792 2626 33554432000 4194304 4417452 140735929286992 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/29892/statm: 4602 2626 148 55 0 2488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18408

[startup+0.300167 s]
/proc/loadavg: 3.78 5.45 6.59 5/311 29892
/proc/meminfo: memFree=17962368/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=51176 CPUtime=0.29 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) R 29890 29892 20898 0 -1 4202496 9243 1252 0 0 28 1 0 0 22 0 1 0 654907585 52404224 9148 33554432000 4194304 4417452 140735929286992 18446744073709551615 274473661533 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/29892/statm: 12794 9171 148 55 0 10680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51176

[startup+0.7011 s]
/proc/loadavg: 3.78 5.45 6.59 5/311 29892
/proc/meminfo: memFree=17962368/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=183492 CPUtime=0.92 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 33799 1252 0 0 88 4 0 0 23 0 5 0 654907585 187895808 33684 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 45873 33684 171 55 0 43759 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 183492

[startup+1.50096 s]
/proc/loadavg: 3.78 5.45 6.59 10/316 29902
/proc/meminfo: memFree=17802988/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=255824 CPUtime=4.09 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 66896 1252 0 0 400 9 0 0 23 0 5 0 654907585 261963776 51741 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 63956 51741 177 55 0 61842 0
[pid=29892/tid=29899] ppid=29890 vsize=255824 CPUtime=0.86 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 11374 1252 0 0 85 1 0 0 25 0 5 0 654907647 261963776 51741 33554432000 4194304 4417452 140735929286992 18446744073709551615 4269124 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=255824 CPUtime=0.86 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 4277 1252 0 0 86 0 0 0 25 0 5 0 654907647 261963776 51741 33554432000 4194304 4417452 140735929286992 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=255824 CPUtime=0.84 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 83 1 0 0 25 0 5 0 654907647 261963776 51741 33554432000 4194304 4417452 140735929286992 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=255824 CPUtime=0.86 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 6349 1252 0 0 86 0 0 0 25 0 5 0 654907647 261963776 51741 33554432000 4194304 4417452 140735929286992 18446744073709551615 4357232 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 255824

[startup+3.10068 s]
/proc/loadavg: 4.12 5.50 6.59 9/316 29902
/proc/meminfo: memFree=17767088/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=245568 CPUtime=10.47 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 76515 1252 0 0 1037 10 0 0 23 0 5 0 654907585 251461632 49180 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 61392 49180 180 55 0 59278 0
[pid=29892/tid=29899] ppid=29890 vsize=245568 CPUtime=2.46 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 11841 1252 0 0 245 1 0 0 25 0 5 0 654907647 251461632 49180 33554432000 4194304 4417452 140735929286992 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=245568 CPUtime=2.46 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 4741 1252 0 0 246 0 0 0 25 0 5 0 654907647 251461632 49180 33554432000 4194304 4417452 140735929286992 18446744073709551615 4258410 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=245568 CPUtime=2.44 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 242 2 0 0 25 0 5 0 654907647 251461632 49180 33554432000 4194304 4417452 140735929286992 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=245568 CPUtime=2.47 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 15037 1252 0 0 245 2 0 0 25 0 5 0 654907647 251461632 49180 33554432000 4194304 4417452 140735929286992 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 245568

[startup+6.30111 s]
/proc/loadavg: 4.12 5.50 6.59 9/316 29903
/proc/meminfo: memFree=17690208/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=297780 CPUtime=23.25 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 89568 1252 0 0 2313 12 0 0 23 0 5 0 654907585 304926720 62233 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 74445 62233 180 55 0 72331 0
[pid=29892/tid=29899] ppid=29890 vsize=297780 CPUtime=5.66 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 11841 1252 0 0 565 1 0 0 25 0 5 0 654907647 304926720 62233 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249997 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=297780 CPUtime=5.66 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 4741 1252 0 0 566 0 0 0 25 0 5 0 654907647 304926720 62233 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=297780 CPUtime=5.61 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 559 2 0 0 25 0 5 0 654907647 304926720 62233 33554432000 4194304 4417452 140735929286992 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=297780 CPUtime=5.67 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 28090 1252 0 0 564 3 0 0 25 0 5 0 654907647 304926720 62233 33554432000 4194304 4417452 140735929286992 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 297780

[startup+12.701 s]
/proc/loadavg: 4.72 5.58 6.61 9/316 29903
/proc/meminfo: memFree=17564500/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=302844 CPUtime=48.78 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 122913 1252 0 0 4861 17 0 0 23 0 5 0 654907585 310112256 63499 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 75711 63499 180 55 0 73597 0
[pid=29892/tid=29899] ppid=29890 vsize=302844 CPUtime=12.06 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 11841 1252 0 0 1205 1 0 0 25 0 5 0 654907647 310112256 63499 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=302844 CPUtime=12.06 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 4741 1252 0 0 1206 0 0 0 25 0 5 0 654907647 310112256 63499 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=302844 CPUtime=11.94 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 1192 2 0 0 25 0 5 0 654907647 310112256 63499 33554432000 4194304 4417452 140735929286992 18446744073709551615 4248212 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=302844 CPUtime=12.06 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 61435 1252 0 0 1198 8 0 0 25 0 5 0 654907647 310112256 63499 33554432000 4194304 4417452 140735929286992 18446744073709551615 4244988 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 302844

[startup+25.5007 s]
/proc/loadavg: 5.22 5.66 6.62 9/316 29903
/proc/meminfo: memFree=17517608/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=364544 CPUtime=99.85 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 174552 1252 0 0 9962 23 0 0 23 0 5 0 654907585 373293056 78924 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 91136 78924 180 55 0 89022 0
[pid=29892/tid=29899] ppid=29890 vsize=364544 CPUtime=24.86 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 11841 1252 0 0 2485 1 0 0 25 0 5 0 654907647 373293056 78924 33554432000 4194304 4417452 140735929286992 18446744073709551615 4253542 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=364544 CPUtime=24.86 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 4741 1252 0 0 2486 0 0 0 25 0 5 0 654907647 373293056 78924 33554432000 4194304 4417452 140735929286992 18446744073709551615 4254796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=364544 CPUtime=24.61 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 2459 2 0 0 25 0 5 0 654907647 373293056 78924 33554432000 4194304 4417452 140735929286992 18446744073709551615 4278164 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=364544 CPUtime=24.86 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 113074 1252 0 0 2472 14 0 0 25 0 5 0 654907647 373293056 78924 33554432000 4194304 4417452 140735929286992 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.85
Current children cumulated vsize (KiB) 364544

[startup+51.1012 s]
/proc/loadavg: 6.17 5.84 6.66 9/316 29904
/proc/meminfo: memFree=17271000/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=507940 CPUtime=201.99 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 272920 1252 0 0 20162 37 0 0 23 0 5 0 654907585 520130560 114773 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 126985 114773 180 55 0 124871 0
[pid=29892/tid=29899] ppid=29890 vsize=507940 CPUtime=50.46 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 13063 1252 0 0 5045 1 0 0 25 0 5 0 654907647 520130560 114773 33554432000 4194304 4417452 140735929286992 18446744073709551615 4258263 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=507940 CPUtime=50.46 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 6722 1252 0 0 5046 0 0 0 25 0 5 0 654907647 520130560 114773 33554432000 4194304 4417452 140735929286992 18446744073709551615 4236409 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=507940 CPUtime=49.96 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 4994 2 0 0 25 0 5 0 654907647 520130560 114773 33554432000 4194304 4417452 140735929286992 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=507940 CPUtime=50.46 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 208239 1252 0 0 5018 28 0 0 25 0 5 0 654907647 520130560 114773 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.99
Current children cumulated vsize (KiB) 507940

[startup+102.311 s]
/proc/loadavg: 7.36 6.23 6.74 9/316 29905
/proc/meminfo: memFree=16960732/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=657052 CPUtime=406.32 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 392772 1252 0 0 40576 56 0 0 23 0 5 0 654907585 672821248 152051 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 164263 152051 180 55 0 162149 0
[pid=29892/tid=29899] ppid=29890 vsize=657052 CPUtime=101.68 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 15467 1252 0 0 10166 2 0 0 25 0 5 0 654907647 672821248 152051 33554432000 4194304 4417452 140735929286992 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=657052 CPUtime=101.67 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 9294 1252 0 0 10166 1 0 0 25 0 5 0 654907647 672821248 152051 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=657052 CPUtime=100.65 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 11443 1252 0 0 10063 2 0 0 25 0 5 0 654907647 672821248 152051 33554432000 4194304 4417452 140735929286992 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=657052 CPUtime=101.67 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 323115 1252 0 0 10121 46 0 0 25 0 5 0 654907647 672821248 152051 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.32
Current children cumulated vsize (KiB) 657052

[startup+162.301 s]
/proc/loadavg: 7.85 6.58 6.83 9/316 29907
/proc/meminfo: memFree=16739100/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=735340 CPUtime=645.69 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 518837 1252 0 0 64496 73 0 0 23 0 5 0 654907585 752988160 171623 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 183835 171623 180 55 0 181721 0
[pid=29892/tid=29899] ppid=29890 vsize=735340 CPUtime=161.66 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 20001 1252 0 0 16164 2 0 0 25 0 5 0 654907647 752988160 171623 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=735340 CPUtime=161.66 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 11087 1252 0 0 16165 1 0 0 25 0 5 0 654907647 752988160 171623 33554432000 4194304 4417452 140735929286992 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=735340 CPUtime=160.04 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 21021 1252 0 0 16001 3 0 0 25 0 5 0 654907647 752988160 171623 33554432000 4194304 4417452 140735929286992 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=735340 CPUtime=161.67 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 433275 1252 0 0 16106 61 0 0 25 0 5 0 654907647 752988160 171623 33554432000 4194304 4417452 140735929286992 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 645.69
Current children cumulated vsize (KiB) 735340


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

/proc/meminfo: memFree=14455924/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2172676 CPUtime=3039.76 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 1543473 1252 0 0 303747 229 0 0 23 0 5 0 654907585 2224820224 522966 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 543169 522966 180 55 0 541055 0
[pid=29892/tid=29899] ppid=29890 vsize=2172676 CPUtime=761.68 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 151051 1252 0 0 76146 22 0 0 25 0 5 0 654907647 2224820224 522966 33554432000 4194304 4417452 140735929286992 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2172676 CPUtime=761.69 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 142526 1252 0 0 76148 21 0 0 25 0 5 0 654907647 2224820224 522966 33554432000 4194304 4417452 140735929286992 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2172676 CPUtime=754.05 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 294894 1252 0 0 75364 41 0 0 25 0 5 0 654907647 2224820224 522966 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2172676 CPUtime=761.69 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 921549 1252 0 0 76030 139 0 0 25 0 5 0 654907647 2224820224 522966 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.76
Current children cumulated vsize (KiB) 2172676

[startup+822.301 s]
/proc/loadavg: 8.24 8.00 7.49 9/316 29924
/proc/meminfo: memFree=14607164/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2030512 CPUtime=3279.13 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 1745104 1252 0 0 327652 261 0 0 23 0 5 0 654907585 2079244288 487358 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 507628 487358 180 55 0 505514 0
[pid=29892/tid=29899] ppid=29890 vsize=2030512 CPUtime=821.67 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 183976 1252 0 0 82139 28 0 0 25 0 5 0 654907647 2079244288 487358 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2030512 CPUtime=821.68 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 181480 1252 0 0 82142 26 0 0 25 0 5 0 654907647 2079244288 487358 33554432000 4194304 4417452 140735929286992 18446744073709551615 4211472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2030512 CPUtime=813.45 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 386521 1252 0 0 81291 54 0 0 25 0 5 0 654907647 2079244288 487358 33554432000 4194304 4417452 140735929286992 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2030512 CPUtime=821.68 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 959674 1252 0 0 82021 147 0 0 25 0 5 0 654907647 2079244288 487358 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.13
Current children cumulated vsize (KiB) 2030512

[startup+882.301 s]
/proc/loadavg: 8.13 8.01 7.53 9/316 29926
/proc/meminfo: memFree=14410704/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2062056 CPUtime=3518.53 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 1832348 1252 0 0 351581 272 0 0 23 0 5 0 654907585 2111545344 499208 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 515514 499208 180 55 0 513400 0
[pid=29892/tid=29899] ppid=29890 vsize=2062056 CPUtime=881.67 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 211113 1252 0 0 88136 31 0 0 25 0 5 0 654907647 2111545344 499208 33554432000 4194304 4417452 140735929286992 18446744073709551615 4263221 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2062056 CPUtime=881.68 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 209022 1252 0 0 88138 30 0 0 25 0 5 0 654907647 2111545344 499208 33554432000 4194304 4417452 140735929286992 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2062056 CPUtime=872.85 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 419086 1252 0 0 87227 58 0 0 25 0 5 0 654907647 2111545344 499208 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2062056 CPUtime=881.68 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 959674 1252 0 0 88021 147 0 0 25 0 5 0 654907647 2111545344 499208 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.53
Current children cumulated vsize (KiB) 2062056

[startup+942.3 s]
/proc/loadavg: 8.15 8.04 7.57 9/316 29927
/proc/meminfo: memFree=14098564/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2233232 CPUtime=3757.95 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 1968233 1252 0 0 375506 289 0 0 23 0 5 0 654907585 2286829568 532972 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 558308 532972 180 55 0 556194 0
[pid=29892/tid=29899] ppid=29890 vsize=2233232 CPUtime=941.68 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 235206 1252 0 0 94133 35 0 0 25 0 5 0 654907647 2286829568 532972 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2233232 CPUtime=941.68 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 234974 1252 0 0 94136 32 0 0 25 0 5 0 654907647 2286829568 532972 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2233232 CPUtime=932.25 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 495672 1252 0 0 93158 67 0 0 25 0 5 0 654907647 2286829568 532972 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2233232 CPUtime=941.68 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 968928 1252 0 0 94019 149 0 0 25 0 5 0 654907647 2286829568 532972 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.95
Current children cumulated vsize (KiB) 2233232

[startup+1002.3 s]
/proc/loadavg: 8.05 8.03 7.59 9/316 29929
/proc/meminfo: memFree=14127784/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2368648 CPUtime=3997.35 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 2074242 1252 0 0 399430 305 0 0 23 0 5 0 654907585 2425495552 563523 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 592162 563523 180 55 0 590048 0
[pid=29892/tid=29899] ppid=29890 vsize=2368648 CPUtime=1001.67 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 256848 1252 0 0 100130 37 0 0 25 0 5 0 654907647 2425495552 563523 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2368648 CPUtime=1001.68 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 285194 1252 0 0 100127 41 0 0 25 0 5 0 654907647 2425495552 563523 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2368648 CPUtime=991.65 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 529819 1252 0 0 99093 72 0 0 25 0 5 0 654907647 2425495552 563523 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2368648 CPUtime=1001.69 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 968928 1252 0 0 100020 149 0 0 25 0 5 0 654907647 2425495552 563523 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.35
Current children cumulated vsize (KiB) 2368648

[startup+1062.3 s]
/proc/loadavg: 8.10 8.05 7.62 9/316 29931
/proc/meminfo: memFree=13523608/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2809184 CPUtime=4236.76 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 2297573 1252 0 0 423343 333 0 0 23 0 5 0 654907585 2876604416 686023 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 702296 686023 180 55 0 700182 0
[pid=29892/tid=29899] ppid=29890 vsize=2809184 CPUtime=1061.67 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 272314 1252 0 0 106129 38 0 0 25 0 5 0 654907647 2876604416 686023 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2809184 CPUtime=1061.68 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 285194 1252 0 0 106127 41 0 0 25 0 5 0 654907647 2876604416 686023 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2809184 CPUtime=1051.06 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 605373 1252 0 0 105026 80 0 0 25 0 5 0 654907647 2876604416 686023 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2809184 CPUtime=1061.69 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 1101239 1252 0 0 106002 167 0 0 25 0 5 0 654907647 2876604416 686023 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.76
Current children cumulated vsize (KiB) 2809184

[startup+1122.3 s]
/proc/loadavg: 8.17 8.07 7.66 9/316 29932
/proc/meminfo: memFree=14448104/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2164864 CPUtime=4476.16 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 2513413 1252 0 0 447254 362 0 0 23 0 5 0 654907585 2216820736 527440 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 541216 527440 180 55 0 539102 0
[pid=29892/tid=29899] ppid=29890 vsize=2164864 CPUtime=1121.67 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 280763 1252 0 0 112128 39 0 0 25 0 5 0 654907647 2216820736 527440 33554432000 4194304 4417452 140735929286992 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2164864 CPUtime=1121.69 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 331019 1252 0 0 112121 48 0 0 25 0 5 0 654907647 2216820736 527440 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2164864 CPUtime=1110.45 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 625854 1252 0 0 110963 82 0 0 25 0 5 0 654907647 2216820736 527440 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2164864 CPUtime=1121.69 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 1242324 1252 0 0 111982 187 0 0 25 0 5 0 654907647 2216820736 527440 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.16
Current children cumulated vsize (KiB) 2164864

[startup+1182.3 s]
/proc/loadavg: 8.18 8.09 7.68 9/316 29934
/proc/meminfo: memFree=14287100/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2275604 CPUtime=4715.57 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 2589024 1252 0 0 471186 371 0 0 23 0 5 0 654907585 2330218496 541852 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 568901 541852 180 55 0 566787 0
[pid=29892/tid=29899] ppid=29890 vsize=2275604 CPUtime=1181.67 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 307261 1252 0 0 118125 42 0 0 25 0 5 0 654907647 2330218496 541852 33554432000 4194304 4417452 140735929286992 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2275604 CPUtime=1181.69 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 365923 1252 0 0 118117 52 0 0 25 0 5 0 654907647 2330218496 541852 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2275604 CPUtime=1169.86 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 640063 1252 0 0 116902 84 0 0 25 0 5 0 654907647 2330218496 541852 33554432000 4194304 4417452 140735929286992 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2275604 CPUtime=1181.69 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 1242324 1252 0 0 117982 187 0 0 25 0 5 0 654907647 2330218496 541852 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.57
Current children cumulated vsize (KiB) 2275604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.29 8.11 7.70 5/310 29936
/proc/meminfo: memFree=15642820/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=2439056 CPUtime=4800.18 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) S 29890 29892 20898 0 -1 4202496 2630500 1252 0 0 479643 375 0 0 23 0 5 0 654907585 2497593344 583328 33554432000 4194304 4417452 140735929286992 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 609764 583328 180 55 0 607650 0
[pid=29892/tid=29899] ppid=29890 vsize=2439056 CPUtime=1202.88 cores=1,3,5,7
/proc/29892/task/29899/stat : 29899 (plingeling) R 29890 29892 20898 0 -1 4202560 307261 1252 0 0 120246 42 0 0 25 0 5 0 654907647 2497593344 583328 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29892/tid=29900] ppid=29890 vsize=2439056 CPUtime=1202.9 cores=1,3,5,7
/proc/29892/task/29900/stat : 29900 (plingeling) R 29890 29892 20898 0 -1 4202560 365923 1252 0 0 120238 52 0 0 25 0 5 0 654907647 2497593344 583328 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=2439056 CPUtime=1190.84 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4202560 681539 1252 0 0 118996 88 0 0 25 0 5 0 654907647 2497593344 583328 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29892/tid=29902] ppid=29890 vsize=2439056 CPUtime=1202.9 cores=1,3,5,7
/proc/29892/task/29902/stat : 29902 (plingeling) R 29890 29892 20898 0 -1 4202560 1242324 1252 0 0 120103 187 0 0 25 0 5 0 654907647 2497593344 583328 33554432000 4194304 4417452 140735929286992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 2439056

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

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

[startup+1203.62 s]
/proc/loadavg: 8.29 8.11 7.70 5/310 29936
/proc/meminfo: memFree=15642820/32950928 swapFree=67111348/67111528
[pid=29892] ppid=29890 vsize=0 CPUtime=4800.3 cores=1,3,5,7
/proc/29892/stat : 29892 (plingeling) Z 29890 29892 20898 0 -1 4203548 2630500 1252 0 0 479645 385 0 0 18 0 2 0 654907585 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29892/statm: 0 0 0 0 0 0 0
[pid=29892/tid=29901] ppid=29890 vsize=0 CPUtime=1190.95 cores=1,3,5,7
/proc/29892/task/29901/stat : 29901 (plingeling) R 29890 29892 20898 0 -1 4203588 681539 1252 0 0 118997 98 0 0 25 0 2 0 654907647 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) 4800.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.62
CPU time (s): 4800.32
CPU user time (s): 4796.46
CPU system time (s): 3.86041
CPU usage (%): 398.824
Max. virtual memory (cumulated for all children) (KiB): 3095368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.46
system time used= 3.86041
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2631752
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= 109
involuntary context switches= 32788

runsolver used 3.38648 second user time and 8.66668 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 06:17:59
IDJOB=3370910
IDBENCH=88219
IDSOLVER=1848
FILE ID=node125/3370910-1305433079
RUNJOBID= node125-1305433079-29864
PBS_JOBID= 13324587
Free space on /tmp= 73216 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370910-1305433079/watcher-3370910-1305433079 -o /tmp/evaluation-result-3370910-1305433079/solver-3370910-1305433079 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370910-1305433079.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=630014773

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      17962524 kB
Buffers:        267452 kB
Cached:        4269176 kB
SwapCached:          0 kB
Active:       11206520 kB
Inactive:      3407960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17962524 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14076 kB
Writeback:           0 kB
AnonPages:    10077296 kB
Mapped:          29864 kB
Slab:           274760 kB
PageTables:      35568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51067296 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= 73220 MiB
End job on node125 at 2011-05-15 06:38:05