Trace number 3370911

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.43 1204

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
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-3370911-1305432982/watcher-3370911-1305432982 -o /tmp/evaluation-result-3370911-1305432982/solver-3370911-1305432982 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370911-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: 4.45 4.25 5.19 5/351 24649
/proc/meminfo: memFree=25596444/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=10352 CPUtime=0 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) R 24647 24649 17363 0 -1 4202496 680 1254 0 0 0 0 0 0 25 0 1 0 654898641 10600448 610 33554432000 4194304 4417452 140737439038608 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24649/statm: 2588 610 147 55 0 474 0

[startup+0.0784821 s]
/proc/loadavg: 4.45 4.25 5.19 5/351 24649
/proc/meminfo: memFree=25596444/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=18432 CPUtime=0.07 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) R 24647 24649 17363 0 -1 4202496 2733 1254 0 0 7 0 0 0 25 0 1 0 654898641 18874368 2631 33554432000 4194304 4417452 140737439038608 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24649/statm: 4608 2631 148 55 0 2494 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18432

[startup+0.100475 s]
/proc/loadavg: 4.45 4.25 5.19 5/351 24649
/proc/meminfo: memFree=25596444/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=18432 CPUtime=0.09 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) R 24647 24649 17363 0 -1 4202496 2733 1254 0 0 9 0 0 0 25 0 1 0 654898641 18874368 2631 33554432000 4194304 4417452 140737439038608 18446744073709551615 4259793 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24649/statm: 4608 2631 148 55 0 2494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18432

[startup+0.300442 s]
/proc/loadavg: 4.45 4.25 5.19 5/351 24649
/proc/meminfo: memFree=25596444/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=43008 CPUtime=0.28 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) R 24647 24649 17363 0 -1 4202496 8877 1254 0 0 28 0 0 0 25 0 1 0 654898641 44040192 8775 33554432000 4194304 4417452 140737439038608 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24649/statm: 10752 8775 148 55 0 8638 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 43008

[startup+0.700335 s]
/proc/loadavg: 4.45 4.25 5.19 5/351 24649
/proc/meminfo: memFree=25596444/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=182396 CPUtime=0.76 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 33498 1254 0 0 73 3 0 0 25 0 5 0 654898641 186773504 33372 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 45599 33372 166 55 0 43485 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 182396

[startup+1.50119 s]
/proc/loadavg: 4.45 4.25 5.19 9/356 24659
/proc/meminfo: memFree=25443148/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=216984 CPUtime=3.95 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 58702 1254 0 0 388 7 0 0 25 0 5 0 654898641 222191616 41481 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 54246 41505 177 55 0 52132 0
[pid=24649/tid=24656] ppid=24647 vsize=216984 CPUtime=0.82 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 5665 1254 0 0 82 0 0 0 25 0 5 0 654898708 222191616 41518 33554432000 4194304 4417452 140737439038608 18446744073709551615 230808859736 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=216984 CPUtime=0.81 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 4223 1254 0 0 81 0 0 0 25 0 5 0 654898708 222191616 41532 33554432000 4194304 4417452 140737439038608 18446744073709551615 4317553 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=216984 CPUtime=0.82 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 9388 1254 0 0 81 1 0 0 25 0 5 0 654898708 222191616 41547 33554432000 4194304 4417452 140737439038608 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=216984 CPUtime=0.8 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 5999 1254 0 0 80 0 0 0 25 0 5 0 654898708 222191616 41562 33554432000 4194304 4417452 140737439038608 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 216984

[startup+3.1009 s]
/proc/loadavg: 4.45 4.25 5.19 9/356 24659
/proc/meminfo: memFree=25409552/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=309212 CPUtime=10.33 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 83934 1254 0 0 1023 10 0 0 25 0 5 0 654898641 316633088 48739 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 77303 48739 180 55 0 75189 0
[pid=24649/tid=24656] ppid=24647 vsize=309212 CPUtime=2.42 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 11863 1254 0 0 241 1 0 0 25 0 5 0 654898708 316633088 48739 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=309212 CPUtime=2.41 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 11443 1254 0 0 240 1 0 0 25 0 5 0 654898708 316633088 48739 33554432000 4194304 4417452 140737439038608 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=309212 CPUtime=2.42 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 9813 1254 0 0 241 1 0 0 25 0 5 0 654898708 316633088 48739 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=309212 CPUtime=2.39 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 17350 1254 0 0 237 2 0 0 25 0 5 0 654898708 316633088 48739 33554432000 4194304 4417452 140737439038608 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 309212

[startup+6.30031 s]
/proc/loadavg: 4.73 4.31 5.21 9/356 24659
/proc/meminfo: memFree=25297448/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=344552 CPUtime=23.09 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 98460 1254 0 0 2297 12 0 0 25 0 5 0 654898641 352821248 56164 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 86138 56164 180 55 0 84024 0
[pid=24649/tid=24656] ppid=24647 vsize=344552 CPUtime=5.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 11863 1254 0 0 561 1 0 0 25 0 5 0 654898708 352821248 56164 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=344552 CPUtime=5.61 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 11443 1254 0 0 560 1 0 0 25 0 5 0 654898708 352821248 56164 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=344552 CPUtime=5.62 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 9813 1254 0 0 561 1 0 0 25 0 5 0 654898708 352821248 56164 33554432000 4194304 4417452 140737439038608 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=344552 CPUtime=5.56 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 31876 1254 0 0 552 4 0 0 25 0 5 0 654898708 352821248 56164 33554432000 4194304 4417452 140737439038608 18446744073709551615 230808859711 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 344552

[startup+12.7011 s]
/proc/loadavg: 4.99 4.37 5.22 9/356 24659
/proc/meminfo: memFree=25272908/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=396556 CPUtime=48.63 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 126862 1254 0 0 4847 16 0 0 25 0 5 0 654898641 406073344 70575 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 99139 70575 180 55 0 97025 0
[pid=24649/tid=24656] ppid=24647 vsize=396556 CPUtime=12.02 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 11863 1254 0 0 1201 1 0 0 25 0 5 0 654898708 406073344 70575 33554432000 4194304 4417452 140737439038608 18446744073709551615 4258201 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=396556 CPUtime=12.01 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 11443 1254 0 0 1200 1 0 0 25 0 5 0 654898708 406073344 70575 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=396556 CPUtime=12.02 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 9813 1254 0 0 1201 1 0 0 25 0 5 0 654898708 406073344 70575 33554432000 4194304 4417452 140737439038608 18446744073709551615 4248913 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=396556 CPUtime=11.89 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 60278 1254 0 0 1181 8 0 0 25 0 5 0 654898708 406073344 70575 33554432000 4194304 4417452 140737439038608 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.63
Current children cumulated vsize (KiB) 396556

[startup+25.5008 s]
/proc/loadavg: 5.66 4.55 5.27 9/356 24660
/proc/meminfo: memFree=25124704/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=464084 CPUtime=99.68 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 195282 1254 0 0 9942 26 0 0 25 0 5 0 654898641 475222016 87457 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 116021 87457 180 55 0 113907 0
[pid=24649/tid=24656] ppid=24647 vsize=464084 CPUtime=24.82 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 14045 1254 0 0 2480 2 0 0 25 0 5 0 654898708 475222016 87457 33554432000 4194304 4417452 140737439038608 18446744073709551615 4254796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=464084 CPUtime=24.81 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 21614 1254 0 0 2479 2 0 0 25 0 5 0 654898708 475222016 87457 33554432000 4194304 4417452 140737439038608 18446744073709551615 4253524 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=464084 CPUtime=24.82 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 10813 1254 0 0 2481 1 0 0 25 0 5 0 654898708 475222016 87457 33554432000 4194304 4417452 140737439038608 18446744073709551615 4258270 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=464084 CPUtime=24.54 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 115345 1254 0 0 2438 16 0 0 25 0 5 0 654898708 475222016 87457 33554432000 4194304 4417452 140737439038608 18446744073709551615 4356960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.68
Current children cumulated vsize (KiB) 464084

[startup+51.1011 s]
/proc/loadavg: 6.58 4.86 5.35 9/356 24660
/proc/meminfo: memFree=24961328/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=610408 CPUtime=201.79 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 287170 1254 0 0 20140 39 0 0 25 0 5 0 654898641 625057792 123918 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 152602 123918 180 55 0 150488 0
[pid=24649/tid=24656] ppid=24647 vsize=610408 CPUtime=50.41 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 21165 1254 0 0 5038 3 0 0 25 0 5 0 654898708 625057792 123918 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249870 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=610408 CPUtime=50.4 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 22669 1254 0 0 5038 2 0 0 25 0 5 0 654898708 625057792 123918 33554432000 4194304 4417452 140737439038608 18446744073709551615 4258206 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=610408 CPUtime=50.42 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 16656 1254 0 0 5040 2 0 0 25 0 5 0 654898708 625057792 123918 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=610408 CPUtime=49.87 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 193215 1254 0 0 4960 27 0 0 25 0 5 0 654898708 625057792 123918 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.79
Current children cumulated vsize (KiB) 610408

[startup+102.313 s]
/proc/loadavg: 7.44 5.35 5.49 9/356 24662
/proc/meminfo: memFree=24385156/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=819220 CPUtime=406.07 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 417071 1254 0 0 40551 56 0 0 25 0 5 0 654898641 838881280 176241 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 204805 176241 180 55 0 202691 0
[pid=24649/tid=24656] ppid=24647 vsize=819220 CPUtime=101.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 25260 1254 0 0 10159 3 0 0 25 0 5 0 654898708 838881280 176241 33554432000 4194304 4417452 140737439038608 18446744073709551615 4250086 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=819220 CPUtime=101.6 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 25651 1254 0 0 10158 2 0 0 25 0 5 0 654898708 838881280 176241 33554432000 4194304 4417452 140737439038608 18446744073709551615 4258253 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=819220 CPUtime=101.62 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 27198 1254 0 0 10159 3 0 0 25 0 5 0 654898708 838881280 176241 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=819220 CPUtime=100.51 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 305497 1254 0 0 10010 41 0 0 25 0 5 0 654898708 838881280 176241 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.07
Current children cumulated vsize (KiB) 819220

[startup+162.301 s]
/proc/loadavg: 7.85 5.85 5.65 9/356 24663
/proc/meminfo: memFree=24163296/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=986792 CPUtime=645.37 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 542252 1254 0 0 64463 74 0 0 25 0 5 0 654898641 1010475008 218134 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 246698 218134 180 55 0 244584 0
[pid=24649/tid=24656] ppid=24647 vsize=986792 CPUtime=161.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 35500 1254 0 0 16157 5 0 0 25 0 5 0 654898708 1010475008 218134 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249193 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=986792 CPUtime=161.59 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 28281 1254 0 0 16156 3 0 0 25 0 5 0 654898708 1010475008 218134 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=986792 CPUtime=161.61 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 41674 1254 0 0 16156 5 0 0 25 0 5 0 654898708 1010475008 218134 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=986792 CPUtime=159.86 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 403332 1254 0 0 15930 56 0 0 25 0 5 0 654898708 1010475008 218134 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.37
Current children cumulated vsize (KiB) 986792


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

[pid=24649/tid=24657] ppid=24647 vsize=2282040 CPUtime=761.51 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 131146 1254 0 0 76135 16 0 0 25 0 5 0 654898708 2336808960 541945 33554432000 4194304 4417452 140737439038608 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2282040 CPUtime=761.62 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 240628 1254 0 0 76133 29 0 0 25 0 5 0 654898708 2336808960 541945 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2282040 CPUtime=753.34 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 992826 1254 0 0 75200 134 0 0 25 0 5 0 654898708 2336808960 541945 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3038.79
Current children cumulated vsize (KiB) 2282040

[startup+822.3 s]
/proc/loadavg: 8.11 7.82 6.86 9/356 24681
/proc/meminfo: memFree=20651888/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2370952 CPUtime=3278.08 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 1618734 1254 0 0 327596 212 0 0 25 0 5 0 654898641 2427854848 564173 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 592738 564173 180 55 0 590624 0
[pid=24649/tid=24656] ppid=24647 vsize=2370952 CPUtime=821.61 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 182315 1254 0 0 82139 22 0 0 25 0 5 0 654898708 2427854848 564173 33554432000 4194304 4417452 140737439038608 18446744073709551615 4353520 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2370952 CPUtime=821.48 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 169500 1254 0 0 82127 21 0 0 25 0 5 0 654898708 2427854848 564173 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2370952 CPUtime=821.6 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 240628 1254 0 0 82131 29 0 0 25 0 5 0 654898708 2427854848 564173 33554432000 4194304 4417452 140737439038608 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2370952 CPUtime=812.68 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 992826 1254 0 0 81134 134 0 0 25 0 5 0 654898708 2427854848 564173 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.08
Current children cumulated vsize (KiB) 2370952

[startup+882.3 s]
/proc/loadavg: 8.04 7.85 6.93 9/356 24682
/proc/meminfo: memFree=20845440/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2069300 CPUtime=3517.42 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 1846792 1254 0 0 351497 245 0 0 25 0 5 0 654898641 2118963200 488761 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 517325 488761 180 55 0 515211 0
[pid=24649/tid=24656] ppid=24647 vsize=2069300 CPUtime=881.61 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 233496 1254 0 0 88133 28 0 0 25 0 5 0 654898708 2118963200 488761 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2069300 CPUtime=881.46 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 192517 1254 0 0 88122 24 0 0 25 0 5 0 654898708 2118963200 488761 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2069300 CPUtime=881.61 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 288163 1254 0 0 88123 38 0 0 25 0 5 0 654898708 2118963200 488761 33554432000 4194304 4417452 140737439038608 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2069300 CPUtime=872.01 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1099151 1254 0 0 87053 148 0 0 25 0 5 0 654898708 2118963200 488761 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.42
Current children cumulated vsize (KiB) 2069300

[startup+942.3 s]
/proc/loadavg: 8.01 7.87 6.99 9/356 24684
/proc/meminfo: memFree=21768104/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2047364 CPUtime=3756.76 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 1952818 1254 0 0 375418 258 0 0 25 0 5 0 654898641 2096500736 483277 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 511841 483277 180 55 0 509727 0
[pid=24649/tid=24656] ppid=24647 vsize=2047364 CPUtime=941.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 255027 1254 0 0 94131 31 0 0 25 0 5 0 654898708 2096500736 483277 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2047364 CPUtime=941.46 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 209057 1254 0 0 94119 27 0 0 25 0 5 0 654898708 2096500736 483277 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249982 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2047364 CPUtime=941.61 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 356118 1254 0 0 94115 46 0 0 25 0 5 0 654898708 2096500736 483277 33554432000 4194304 4417452 140737439038608 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2047364 CPUtime=931.38 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1099151 1254 0 0 92989 149 0 0 25 0 5 0 654898708 2096500736 483277 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.76
Current children cumulated vsize (KiB) 2047364

[startup+1002.3 s]
/proc/loadavg: 8.00 7.89 7.05 9/356 24686
/proc/meminfo: memFree=21449296/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=1918996 CPUtime=3996.09 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 2026077 1254 0 0 399342 267 0 0 25 0 5 0 654898641 1965051904 451185 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 479749 451185 180 55 0 477635 0
[pid=24649/tid=24656] ppid=24647 vsize=1918996 CPUtime=1001.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 275996 1254 0 0 100128 34 0 0 25 0 5 0 654898708 1965051904 451185 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=1918996 CPUtime=1001.44 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 246862 1254 0 0 100113 31 0 0 25 0 5 0 654898708 1965051904 451185 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=1918996 CPUtime=1001.61 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 368282 1254 0 0 100114 47 0 0 25 0 5 0 654898708 1965051904 451185 33554432000 4194304 4417452 140737439038608 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=1918996 CPUtime=990.72 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1101472 1254 0 0 98923 149 0 0 25 0 5 0 654898708 1965051904 451185 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.09
Current children cumulated vsize (KiB) 1918996

[startup+1062.3 s]
/proc/loadavg: 8.00 7.91 7.11 9/356 24687
/proc/meminfo: memFree=21300596/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2234980 CPUtime=4235.43 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 2125226 1254 0 0 423260 283 0 0 25 0 5 0 654898641 2288619520 530180 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 558745 530180 180 55 0 556631 0
[pid=24649/tid=24656] ppid=24647 vsize=2234980 CPUtime=1061.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 280207 1254 0 0 106127 35 0 0 25 0 5 0 654898708 2288619520 530180 33554432000 4194304 4417452 140737439038608 18446744073709551615 4309952 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2234980 CPUtime=1061.44 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 257602 1254 0 0 106111 33 0 0 25 0 5 0 654898708 2288619520 530180 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2234980 CPUtime=1061.6 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 393171 1254 0 0 106111 49 0 0 25 0 5 0 654898708 2288619520 530180 33554432000 4194304 4417452 140737439038608 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2234980 CPUtime=1050.07 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1160781 1254 0 0 104846 161 0 0 25 0 5 0 654898708 2288619520 530180 33554432000 4194304 4417452 140737439038608 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4235.43
Current children cumulated vsize (KiB) 2234980

[startup+1122.3 s]
/proc/loadavg: 8.06 7.94 7.16 9/356 24689
/proc/meminfo: memFree=20963044/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2376204 CPUtime=4474.77 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 2223110 1254 0 0 447180 297 0 0 25 0 5 0 654898641 2433232896 565487 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 594051 565487 180 55 0 591937 0
[pid=24649/tid=24656] ppid=24647 vsize=2376204 CPUtime=1121.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 313544 1254 0 0 112123 39 0 0 25 0 5 0 654898708 2433232896 565487 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2376204 CPUtime=1121.43 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 283710 1254 0 0 112107 36 0 0 25 0 5 0 654898708 2433232896 565487 33554432000 4194304 4417452 140737439038608 18446744073709551615 4307554 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2376204 CPUtime=1121.61 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 431610 1254 0 0 112106 55 0 0 25 0 5 0 654898708 2433232896 565487 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2376204 CPUtime=1109.41 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1160781 1254 0 0 110780 161 0 0 25 0 5 0 654898708 2433232896 565487 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.77
Current children cumulated vsize (KiB) 2376204

[startup+1182.3 s]
/proc/loadavg: 8.19 7.99 7.23 9/356 24690
/proc/meminfo: memFree=20711424/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2495296 CPUtime=4714.11 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 2337984 1254 0 0 471094 317 0 0 25 0 5 0 654898641 2555183104 595292 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 623824 595292 180 55 0 621710 0
[pid=24649/tid=24656] ppid=24647 vsize=2495296 CPUtime=1181.62 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 332865 1254 0 0 118121 41 0 0 25 0 5 0 654898708 2555183104 595292 33554432000 4194304 4417452 140737439038608 18446744073709551615 4263206 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2495296 CPUtime=1181.41 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 311489 1254 0 0 118100 41 0 0 25 0 5 0 654898708 2555183104 595292 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2495296 CPUtime=1181.61 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 460602 1254 0 0 118100 61 0 0 25 0 5 0 654898708 2555183104 595292 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2495296 CPUtime=1168.76 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1199563 1254 0 0 116708 168 0 0 25 0 5 0 654898708 2555183104 595292 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.11
Current children cumulated vsize (KiB) 2495296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 6.99 7.73 7.16 5/346 24709
/proc/meminfo: memFree=23485544/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2390816 CPUtime=4800.3 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 2345858 1254 0 0 479712 318 0 0 25 0 5 0 654898641 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 597704 569172 180 55 0 595590 0
[pid=24649/tid=24656] ppid=24647 vsize=2390816 CPUtime=1203.24 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 335707 1254 0 0 120282 42 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2390816 CPUtime=1203.03 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 316521 1254 0 0 120261 42 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2390816 CPUtime=1203.22 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 460602 1254 0 0 120261 61 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2390816 CPUtime=1190.12 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1199563 1254 0 0 118844 168 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2390816

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

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

[startup+1203.9 s]
/proc/loadavg: 6.99 7.73 7.16 5/346 24709
/proc/meminfo: memFree=23485544/32951124 swapFree=40554400/67111528
[pid=24649] ppid=24647 vsize=2390816 CPUtime=4800.3 cores=0,2,4,6
/proc/24649/stat : 24649 (plingeling) S 24647 24649 17363 0 -1 4202496 2345858 1254 0 0 479712 318 0 0 25 0 5 0 654898641 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/24649/statm: 597704 569172 180 55 0 595590 0
[pid=24649/tid=24656] ppid=24647 vsize=2390816 CPUtime=1203.24 cores=0,2,4,6
/proc/24649/task/24656/stat : 24656 (plingeling) R 24647 24649 17363 0 -1 4202560 335707 1254 0 0 120282 42 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24649/tid=24657] ppid=24647 vsize=2390816 CPUtime=1203.03 cores=0,2,4,6
/proc/24649/task/24657/stat : 24657 (plingeling) R 24647 24649 17363 0 -1 4202560 316521 1254 0 0 120261 42 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24649/tid=24658] ppid=24647 vsize=2390816 CPUtime=1203.22 cores=0,2,4,6
/proc/24649/task/24658/stat : 24658 (plingeling) R 24647 24649 17363 0 -1 4202560 460602 1254 0 0 120261 61 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24649/tid=24659] ppid=24647 vsize=2390816 CPUtime=1190.12 cores=0,2,4,6
/proc/24649/task/24659/stat : 24659 (plingeling) R 24647 24649 17363 0 -1 4202560 1199563 1254 0 0 118844 168 0 0 25 0 5 0 654898708 2448195584 569172 33554432000 4194304 4417452 140737439038608 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2390816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204
CPU time (s): 4800.43
CPU user time (s): 4797.15
CPU system time (s): 3.2755
CPU usage (%): 398.706
Max. virtual memory (cumulated for all children) (KiB): 2495296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.15
system time used= 3.2755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2347112
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= 132
involuntary context switches= 25147

runsolver used 3.85741 second user time and 9.29359 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 06:16:22
IDJOB=3370911
IDBENCH=88208
IDSOLVER=1848
FILE ID=node104/3370911-1305432982
RUNJOBID= node104-1305432966-24583
PBS_JOBID= 13324584
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=1607776060

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25596600 kB
Buffers:        302808 kB
Cached:        2411728 kB
SwapCached:     122128 kB
Active:        1126068 kB
Inactive:      5961296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25596600 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           19432 kB
Writeback:           4 kB
AnonPages:     4263680 kB
Mapped:          11468 kB
Slab:           118516 kB
PageTables:      84768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75036536 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= 73416 MiB
End job on node104 at 2011-05-15 06:36:28