Trace number 3370905

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 4 cores: 0,2,4,6

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: 7.56 8.02 7.87 7/288 12593
/proc/meminfo: memFree=21494696/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=9664 CPUtime=0 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) R 12591 12593 4856 0 -1 4202496 509 1251 0 0 0 0 0 0 21 0 1 0 654896421 9895936 439 33554432000 4194304 4417452 140734959022272 18446744073709551615 4259609 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12593/statm: 2416 439 147 55 0 302 0

[startup+0.0286999 s]
/proc/loadavg: 7.56 8.02 7.87 7/288 12593
/proc/meminfo: memFree=21494696/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=11536 CPUtime=0.02 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) R 12591 12593 4856 0 -1 4202496 1026 1251 0 0 2 0 0 0 21 0 1 0 654896421 11812864 908 33554432000 4194304 4417452 140734959022272 18446744073709551615 232335511092 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12593/statm: 2884 908 148 55 0 770 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11536

[startup+0.100712 s]
/proc/loadavg: 7.56 8.02 7.87 7/288 12593
/proc/meminfo: memFree=21494696/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=25872 CPUtime=0.09 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) R 12591 12593 4856 0 -1 4202496 4610 1251 0 0 9 0 0 0 21 0 1 0 654896421 26492928 4492 33554432000 4194304 4417452 140734959022272 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12593/statm: 6468 4492 148 55 0 4354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25872

[startup+0.300613 s]
/proc/loadavg: 7.56 8.02 7.87 7/288 12593
/proc/meminfo: memFree=21494696/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=84192 CPUtime=0.4 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 8981 1251 0 0 39 1 0 0 22 0 5 0 654896421 86212608 8859 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 21048 8859 171 55 0 18934 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 84192

[startup+0.70054 s]
/proc/loadavg: 7.56 8.02 7.87 7/288 12593
/proc/meminfo: memFree=21494696/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=90932 CPUtime=1.99 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 24735 1251 0 0 196 3 0 0 22 0 5 0 654896421 93114368 10550 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 22733 10550 177 55 0 20619 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 90932

[startup+1.5004 s]
/proc/loadavg: 7.59 8.02 7.87 9/293 12603
/proc/meminfo: memFree=21441576/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=105188 CPUtime=5.18 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 29896 1251 0 0 514 4 0 0 22 0 5 0 654896421 107712512 14085 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 26297 14085 180 55 0 24183 0
[pid=12593/tid=12600] ppid=12591 vsize=105188 CPUtime=1.23 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 4381 1251 0 0 123 0 0 0 25 0 5 0 654896447 107712512 14085 33554432000 4194304 4417452 140734959022272 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=105188 CPUtime=1.21 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 4510 1251 0 0 121 0 0 0 25 0 5 0 654896447 107712512 14085 33554432000 4194304 4417452 140734959022272 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=105188 CPUtime=1.23 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 6028 1251 0 0 123 0 0 0 25 0 5 0 654896447 107712512 14085 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=105188 CPUtime=1.22 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 6259 1251 0 0 122 0 0 0 25 0 5 0 654896447 107712512 14085 33554432000 4194304 4417452 140734959022272 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 105188

[startup+3.10111 s]
/proc/loadavg: 7.59 8.02 7.87 9/293 12603
/proc/meminfo: memFree=21408172/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=117224 CPUtime=11.58 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 41337 1251 0 0 1152 6 0 0 22 0 5 0 654896421 120037376 17094 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 29306 17094 180 55 0 27192 0
[pid=12593/tid=12600] ppid=12591 vsize=117224 CPUtime=2.83 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 5339 1251 0 0 283 0 0 0 25 0 5 0 654896447 120037376 17094 33554432000 4194304 4417452 140734959022272 18446744073709551615 4248890 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=117224 CPUtime=2.81 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 6032 1251 0 0 280 1 0 0 25 0 5 0 654896447 120037376 17094 33554432000 4194304 4417452 140734959022272 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=117224 CPUtime=2.83 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 6028 1251 0 0 283 0 0 0 25 0 5 0 654896447 120037376 17094 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=117224 CPUtime=2.83 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 15220 1251 0 0 281 2 0 0 25 0 5 0 654896447 120037376 17094 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 117224

[startup+6.30055 s]
/proc/loadavg: 7.71 8.03 7.87 9/293 12603
/proc/meminfo: memFree=21375804/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=143904 CPUtime=24.34 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 54115 1251 0 0 2426 8 0 0 22 0 5 0 654896421 147357696 23764 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 35976 23764 180 55 0 33862 0
[pid=12593/tid=12600] ppid=12591 vsize=143904 CPUtime=6.03 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 5339 1251 0 0 603 0 0 0 25 0 5 0 654896447 147357696 23764 33554432000 4194304 4417452 140734959022272 18446744073709551615 4258263 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=143904 CPUtime=5.98 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 6032 1251 0 0 597 1 0 0 25 0 5 0 654896447 147357696 23764 33554432000 4194304 4417452 140734959022272 18446744073709551615 4258244 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=143904 CPUtime=6.03 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 6028 1251 0 0 603 0 0 0 25 0 5 0 654896447 147357696 23764 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=143904 CPUtime=6.03 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 27998 1251 0 0 599 4 0 0 25 0 5 0 654896447 147357696 23764 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 143904

[startup+12.7004 s]
/proc/loadavg: 7.73 8.03 7.87 9/293 12604
/proc/meminfo: memFree=21266736/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=156912 CPUtime=49.88 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 72526 1251 0 0 4978 10 0 0 22 0 5 0 654896421 160677888 26114 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 39228 26114 180 55 0 37114 0
[pid=12593/tid=12600] ppid=12591 vsize=156912 CPUtime=12.43 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 5339 1251 0 0 1243 0 0 0 25 0 5 0 654896447 160677888 26114 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=156912 CPUtime=12.32 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 6032 1251 0 0 1231 1 0 0 25 0 5 0 654896447 160677888 26114 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=156912 CPUtime=12.43 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 8077 1251 0 0 1243 0 0 0 25 0 5 0 654896447 160677888 26114 33554432000 4194304 4417452 140734959022272 18446744073709551615 4258436 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=156912 CPUtime=12.43 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 44360 1251 0 0 1237 6 0 0 25 0 5 0 654896447 160677888 26114 33554432000 4194304 4417452 140734959022272 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 156912

[startup+25.5011 s]
/proc/loadavg: 7.70 8.02 7.87 9/293 12712
/proc/meminfo: memFree=21305364/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=181612 CPUtime=100.97 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 90671 1251 0 0 10084 13 0 0 22 0 5 0 654896421 185970688 32168 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 45403 32168 180 55 0 43289 0
[pid=12593/tid=12600] ppid=12591 vsize=181612 CPUtime=25.23 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 7387 1251 0 0 2522 1 0 0 25 0 5 0 654896447 185970688 32168 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=181612 CPUtime=25 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 6830 1251 0 0 2499 1 0 0 25 0 5 0 654896447 185970688 32168 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=181612 CPUtime=25.23 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 8452 1251 0 0 2523 0 0 0 25 0 5 0 654896447 185970688 32168 33554432000 4194304 4417452 140734959022272 18446744073709551615 4239393 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=181612 CPUtime=25.23 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 59284 1251 0 0 2515 8 0 0 25 0 5 0 654896447 185970688 32168 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 181612

[startup+51.1006 s]
/proc/loadavg: 7.87 8.03 7.88 9/293 12713
/proc/meminfo: memFree=21079436/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=281292 CPUtime=203.13 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 136742 1251 0 0 20293 20 0 0 22 0 5 0 654896421 288043008 58111 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 70323 58111 180 55 0 68209 0
[pid=12593/tid=12600] ppid=12591 vsize=281292 CPUtime=50.82 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 9863 1251 0 0 5081 1 0 0 25 0 5 0 654896447 288043008 58111 33554432000 4194304 4417452 140734959022272 18446744073709551615 4237015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=281292 CPUtime=50.37 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 7338 1251 0 0 5036 1 0 0 25 0 5 0 654896447 288043008 58111 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=281292 CPUtime=50.83 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 10092 1251 0 0 5083 0 0 0 25 0 5 0 654896447 288043008 58111 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=281292 CPUtime=50.83 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 100731 1251 0 0 5068 15 0 0 25 0 5 0 654896447 288043008 58111 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.13
Current children cumulated vsize (KiB) 281292

[startup+102.31 s]
/proc/loadavg: 8.12 8.08 7.90 9/293 12714
/proc/meminfo: memFree=20732828/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=458444 CPUtime=407.49 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 222879 1251 0 0 40717 32 0 0 22 0 5 0 654896421 469446656 102399 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 114611 102399 180 55 0 112497 0
[pid=12593/tid=12600] ppid=12591 vsize=458444 CPUtime=102.02 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 13176 1251 0 0 10201 1 0 0 25 0 5 0 654896447 469446656 102399 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=458444 CPUtime=101.11 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 16279 1251 0 0 10109 2 0 0 25 0 5 0 654896447 469446656 102399 33554432000 4194304 4417452 140734959022272 18446744073709551615 4353531 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=458444 CPUtime=102.04 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 15931 1251 0 0 10203 1 0 0 25 0 5 0 654896447 469446656 102399 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=458444 CPUtime=102.04 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 168775 1251 0 0 10179 25 0 0 25 0 5 0 654896447 469446656 102399 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.49
Current children cumulated vsize (KiB) 458444

[startup+162.301 s]
/proc/loadavg: 8.20 8.11 7.92 9/293 12716
/proc/meminfo: memFree=20550888/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=520536 CPUtime=646.91 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 286275 1251 0 0 64648 43 0 0 22 0 5 0 654896421 533028864 117922 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 130134 117922 180 55 0 128020 0
[pid=12593/tid=12600] ppid=12591 vsize=520536 CPUtime=162.01 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 19336 1251 0 0 16199 2 0 0 25 0 5 0 654896447 533028864 117922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=520536 CPUtime=160.56 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 23296 1251 0 0 16053 3 0 0 25 0 5 0 654896447 533028864 117922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4236634 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=520536 CPUtime=162.03 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 17978 1251 0 0 16202 1 0 0 25 0 5 0 654896447 533028864 117922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=520536 CPUtime=162.03 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 216947 1251 0 0 16170 33 0 0 25 0 5 0 654896447 533028864 117922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.91
Current children cumulated vsize (KiB) 520536


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

[pid=12593/tid=12601] ppid=12591 vsize=1578284 CPUtime=695.66 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 190142 1251 0 0 69537 29 0 0 25 0 5 0 654896447 1616162816 365922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364687 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1578284 CPUtime=702.04 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 212735 1251 0 0 70180 24 0 0 25 0 5 0 654896447 1616162816 365922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1578284 CPUtime=702.04 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 412272 1251 0 0 70134 70 0 0 25 0 5 0 654896447 1616162816 365922 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.96
Current children cumulated vsize (KiB) 1578284

[startup+762.311 s]
/proc/loadavg: 8.26 8.17 8.02 9/293 12768
/proc/meminfo: memFree=18910912/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=1665380 CPUtime=3041.45 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1042812 1251 0 0 303987 158 0 0 22 0 5 0 654896421 1705349120 387727 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 416345 387727 180 55 0 414231 0
[pid=12593/tid=12600] ppid=12591 vsize=1665380 CPUtime=761.92 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 148280 1251 0 0 76171 21 0 0 25 0 5 0 654896447 1705349120 387727 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1665380 CPUtime=755.12 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 206526 1251 0 0 75480 32 0 0 25 0 5 0 654896447 1705349120 387727 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1665380 CPUtime=762.06 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 253695 1251 0 0 76177 29 0 0 25 0 5 0 654896447 1705349120 387727 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1665380 CPUtime=762.06 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 425593 1251 0 0 76133 73 0 0 25 0 5 0 654896447 1705349120 387727 33554432000 4194304 4417452 140734959022272 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.45
Current children cumulated vsize (KiB) 1665380

[startup+822.301 s]
/proc/loadavg: 8.21 8.18 8.03 9/293 12769
/proc/meminfo: memFree=19056204/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=1633976 CPUtime=3280.86 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1102083 1251 0 0 327920 166 0 0 22 0 5 0 654896421 1673191424 379876 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 408494 379876 180 55 0 406380 0
[pid=12593/tid=12600] ppid=12591 vsize=1633976 CPUtime=821.9 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 185764 1251 0 0 82164 26 0 0 25 0 5 0 654896447 1673191424 379876 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1633976 CPUtime=814.57 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 222910 1251 0 0 81423 34 0 0 25 0 5 0 654896447 1673191424 379876 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1633976 CPUtime=822.05 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 253695 1251 0 0 82176 29 0 0 25 0 5 0 654896447 1673191424 379876 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1633976 CPUtime=822.04 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 430996 1251 0 0 82131 73 0 0 25 0 5 0 654896447 1673191424 379876 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.86
Current children cumulated vsize (KiB) 1633976

[startup+882.301 s]
/proc/loadavg: 8.20 8.19 8.04 9/293 12771
/proc/meminfo: memFree=18878128/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=1675256 CPUtime=3520.31 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1128787 1251 0 0 351861 170 0 0 22 0 5 0 654896421 1715462144 390196 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 418814 390196 180 55 0 416700 0
[pid=12593/tid=12600] ppid=12591 vsize=1675256 CPUtime=881.9 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 185764 1251 0 0 88164 26 0 0 25 0 5 0 654896447 1715462144 390196 33554432000 4194304 4417452 140734959022272 18446744073709551615 4250707 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1675256 CPUtime=874.02 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 222910 1251 0 0 87368 34 0 0 25 0 5 0 654896447 1715462144 390196 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1675256 CPUtime=882.05 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 270079 1251 0 0 88174 31 0 0 25 0 5 0 654896447 1715462144 390196 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1675256 CPUtime=882.04 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 441316 1251 0 0 88129 75 0 0 25 0 5 0 654896447 1715462144 390196 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.31
Current children cumulated vsize (KiB) 1675256

[startup+942.3 s]
/proc/loadavg: 8.11 8.17 8.04 9/293 12772
/proc/meminfo: memFree=18693088/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=1751284 CPUtime=3759.76 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1188754 1251 0 0 375797 179 0 0 22 0 5 0 654896421 1793314816 409203 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 437821 409203 180 55 0 435707 0
[pid=12593/tid=12600] ppid=12591 vsize=1751284 CPUtime=941.89 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 196640 1251 0 0 94162 27 0 0 25 0 5 0 654896447 1793314816 409203 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1751284 CPUtime=933.49 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 222910 1251 0 0 93315 34 0 0 25 0 5 0 654896447 1793314816 409203 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1751284 CPUtime=942.05 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 302847 1251 0 0 94169 36 0 0 25 0 5 0 654896447 1793314816 409203 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1751284 CPUtime=942.04 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 457639 1251 0 0 94126 78 0 0 25 0 5 0 654896447 1793314816 409203 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.76
Current children cumulated vsize (KiB) 1751284

[startup+1002.3 s]
/proc/loadavg: 8.16 8.18 8.05 9/293 12774
/proc/meminfo: memFree=18420008/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=1882124 CPUtime=3999.2 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1316515 1251 0 0 399725 195 0 0 22 0 5 0 654896421 1927294976 441938 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 470531 441938 180 55 0 468417 0
[pid=12593/tid=12600] ppid=12591 vsize=1882124 CPUtime=1001.87 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 242977 1251 0 0 100154 33 0 0 25 0 5 0 654896447 1927294976 441938 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1882124 CPUtime=992.93 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 279757 1251 0 0 99251 42 0 0 25 0 5 0 654896447 1927294976 441938 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1882124 CPUtime=1002.05 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 311039 1251 0 0 100168 37 0 0 25 0 5 0 654896447 1927294976 441938 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1882124 CPUtime=1002.05 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 474024 1251 0 0 100125 80 0 0 25 0 5 0 654896447 1927294976 441938 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.2
Current children cumulated vsize (KiB) 1882124

[startup+1062.3 s]
/proc/loadavg: 8.14 8.17 8.05 9/293 12776
/proc/meminfo: memFree=18302676/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=2012532 CPUtime=4238.66 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1390220 1251 0 0 423659 207 0 0 22 0 5 0 654896421 2060832768 474546 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 503133 474546 180 55 0 501019 0
[pid=12593/tid=12600] ppid=12591 vsize=2012532 CPUtime=1061.87 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 267553 1251 0 0 106151 36 0 0 25 0 5 0 654896447 2060832768 474546 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=2012532 CPUtime=1052.4 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 300054 1251 0 0 105194 46 0 0 25 0 5 0 654896447 2060832768 474546 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=2012532 CPUtime=1062.06 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 319231 1251 0 0 106168 38 0 0 25 0 5 0 654896447 2060832768 474546 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=2012532 CPUtime=1062.05 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 494664 1251 0 0 106121 84 0 0 25 0 5 0 654896447 2060832768 474546 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.66
Current children cumulated vsize (KiB) 2012532

[startup+1122.3 s]
/proc/loadavg: 8.24 8.20 8.07 9/293 12777
/proc/meminfo: memFree=18060348/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=2045300 CPUtime=4478.11 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1414796 1251 0 0 447600 211 0 0 22 0 5 0 654896421 2094387200 482738 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 511325 482738 180 55 0 509211 0
[pid=12593/tid=12600] ppid=12591 vsize=2045300 CPUtime=1121.86 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 267553 1251 0 0 112150 36 0 0 25 0 5 0 654896447 2094387200 482738 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=2045300 CPUtime=1111.85 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 316438 1251 0 0 111136 49 0 0 25 0 5 0 654896447 2094387200 482738 33554432000 4194304 4417452 140734959022272 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=2045300 CPUtime=1122.06 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 327423 1251 0 0 112167 39 0 0 25 0 5 0 654896447 2094387200 482738 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=2045300 CPUtime=1122.05 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 494664 1251 0 0 112121 84 0 0 25 0 5 0 654896447 2094387200 482738 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.11
Current children cumulated vsize (KiB) 2045300

[startup+1182.3 s]
/proc/loadavg: 8.27 8.22 8.08 9/293 12779
/proc/meminfo: memFree=17975992/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=2084056 CPUtime=4717.56 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1475502 1251 0 0 471537 219 0 0 22 0 5 0 654896421 2134073344 492427 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 521014 492427 180 55 0 518900 0
[pid=12593/tid=12600] ppid=12591 vsize=2084056 CPUtime=1181.84 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 267553 1251 0 0 118148 36 0 0 25 0 5 0 654896447 2134073344 492427 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=2084056 CPUtime=1171.32 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 368952 1251 0 0 117076 56 0 0 25 0 5 0 654896447 2134073344 492427 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=2084056 CPUtime=1182.06 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 335615 1251 0 0 118166 40 0 0 25 0 5 0 654896447 2134073344 492427 33554432000 4194304 4417452 140734959022272 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=2084056 CPUtime=1182.05 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 494664 1251 0 0 118121 84 0 0 25 0 5 0 654896447 2134073344 492427 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.56
Current children cumulated vsize (KiB) 2084056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.42 8.25 8.10 9/293 12779
/proc/meminfo: memFree=18026820/32951124 swapFree=66457188/67111528
[pid=12593] ppid=12591 vsize=2130876 CPUtime=4800.19 cores=0,2,4,6
/proc/12593/stat : 12593 (plingeling) S 12591 12593 4856 0 -1 4202496 1511783 1251 0 0 479795 224 0 0 22 0 5 0 654896421 2182017024 504132 33554432000 4194304 4417452 140734959022272 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12593/statm: 532719 504132 180 55 0 530605 0
[pid=12593/tid=12600] ppid=12591 vsize=2130876 CPUtime=1202.55 cores=0,2,4,6
/proc/12593/task/12600/stat : 12600 (plingeling) R 12591 12593 4856 0 -1 4202560 267553 1251 0 0 120219 36 0 0 25 0 5 0 654896447 2182017024 504132 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=2130876 CPUtime=1191.83 cores=0,2,4,6
/proc/12593/task/12601/stat : 12601 (plingeling) R 12591 12593 4856 0 -1 4202560 368952 1251 0 0 119127 56 0 0 25 0 5 0 654896447 2182017024 504132 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=2130876 CPUtime=1202.77 cores=0,2,4,6
/proc/12593/task/12602/stat : 12602 (plingeling) R 12591 12593 4856 0 -1 4202560 371896 1251 0 0 120232 45 0 0 25 0 5 0 654896447 2182017024 504132 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=2130876 CPUtime=1202.77 cores=0,2,4,6
/proc/12593/task/12603/stat : 12603 (plingeling) R 12591 12593 4856 0 -1 4202560 494664 1251 0 0 120193 84 0 0 25 0 5 0 654896447 2182017024 504132 33554432000 4194304 4417452 140734959022272 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2130876

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.1
CPU time (s): 4800.32
CPU user time (s): 4797.99
CPU system time (s): 2.33564
CPU usage (%): 398.995
Max. virtual memory (cumulated for all children) (KiB): 2163644

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

runsolver used 3.2565 second user time and 7.69283 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 06:16:23
IDJOB=3370905
IDBENCH=88209
IDSOLVER=1848
FILE ID=node132/3370905-1305432982
RUNJOBID= node132-1305432982-12564
PBS_JOBID= 13324569
Free space on /tmp= 73364 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370905-1305432982/watcher-3370905-1305432982 -o /tmp/evaluation-result-3370905-1305432982/solver-3370905-1305432982 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370905-1305432982.cnf

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=61373096

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21494860 kB
Buffers:        288660 kB
Cached:        5609476 kB
SwapCached:       6904 kB
Active:        4821540 kB
Inactive:      6330056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21494860 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            5984 kB
Writeback:           0 kB
AnonPages:     5251084 kB
Mapped:          18860 kB
Slab:           217800 kB
PageTables:      24784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34804856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73364 MiB
End job on node132 at 2011-05-15 06:36:28