Trace number 3371009

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.42 1203.76

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.47 7.41 7.78 2/366 2158
/proc/meminfo: memFree=25724568/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 214 0 0 0 0 0 0 0 23 0 1 0 634469388 8937472 146 33554432000 4194304 4417452 140737059944832 18446744073709551615 264726404864 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/2158/statm: 2182 146 122 55 0 68 0

[startup+0.110665 s]
/proc/loadavg: 5.47 7.41 7.78 2/366 2158
/proc/meminfo: memFree=25724568/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=55892 CPUtime=0.24 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 2421 1249 0 2 24 0 0 0 23 0 5 0 634469388 57233408 1694 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 13973 1694 177 55 0 11859 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 55892

[startup+0.200647 s]
/proc/loadavg: 5.47 7.41 7.78 2/366 2158
/proc/meminfo: memFree=25724568/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=56640 CPUtime=0.59 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 2913 1249 0 2 59 0 0 0 23 0 5 0 634469388 57999360 1881 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 14160 1901 180 55 0 12046 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 56640

[startup+0.300629 s]
/proc/loadavg: 5.47 7.41 7.78 2/366 2158
/proc/meminfo: memFree=25724568/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=59404 CPUtime=0.99 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 3670 1249 0 2 99 0 0 0 23 0 5 0 634469388 60829696 2638 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 14851 2638 180 55 0 12737 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 59404

[startup+0.700555 s]
/proc/loadavg: 5.47 7.41 7.78 2/366 2158
/proc/meminfo: memFree=25724568/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=128040 CPUtime=2.6 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 6216 1249 0 2 259 1 0 0 23 0 5 0 634469388 131112960 3414 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 32010 3414 180 55 0 29896 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 128040

[startup+1.5004 s]
/proc/loadavg: 5.76 7.44 7.79 11/373 2173
/proc/meminfo: memFree=25692404/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=135552 CPUtime=5.78 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 9599 1249 0 2 577 1 0 0 23 0 5 0 634469388 138805248 5292 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 33888 5292 180 55 0 31774 0
[pid=2158/tid=2170] ppid=2156 vsize=135552 CPUtime=1.44 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 551 1249 0 2 144 0 0 0 25 0 5 0 634469394 138805248 5292 33554432000 4194304 4417452 140737059944832 18446744073709551615 4236012 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=135552 CPUtime=1.43 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 432 1249 0 2 143 0 0 0 25 0 5 0 634469394 138805248 5292 33554432000 4194304 4417452 140737059944832 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=135552 CPUtime=1.44 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 1640 1249 0 2 144 0 0 0 25 0 5 0 634469394 138805248 5292 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=135552 CPUtime=1.42 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 5525 1249 0 2 142 0 0 0 25 0 5 0 634469394 138805248 5292 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366523 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 135552

[startup+3.1011 s]
/proc/loadavg: 5.76 7.44 7.79 10/373 2173
/proc/meminfo: memFree=25680500/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=140272 CPUtime=12.17 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 15304 1249 0 2 1215 2 0 0 23 0 5 0 634469388 143638528 6472 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 35068 6472 180 55 0 32954 0
[pid=2158/tid=2170] ppid=2156 vsize=140272 CPUtime=3.04 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 751 1249 0 2 304 0 0 0 25 0 5 0 634469394 143638528 6472 33554432000 4194304 4417452 140737059944832 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=140272 CPUtime=3.03 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 632 1249 0 2 303 0 0 0 25 0 5 0 634469394 143638528 6472 33554432000 4194304 4417452 140737059944832 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=140272 CPUtime=3.04 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 2273 1249 0 2 304 0 0 0 25 0 5 0 634469394 143638528 6472 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=140272 CPUtime=3.01 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 10197 1249 0 2 300 1 0 0 25 0 5 0 634469394 143638528 6472 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 140272

[startup+6.3005 s]
/proc/loadavg: 5.76 7.44 7.79 10/373 2173
/proc/meminfo: memFree=25652264/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=142428 CPUtime=24.93 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 32072 1249 0 2 2488 5 0 0 23 0 5 0 634469388 145846272 7018 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 35607 7018 180 55 0 33493 0
[pid=2158/tid=2170] ppid=2156 vsize=142428 CPUtime=6.24 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 3138 1249 0 2 624 0 0 0 25 0 5 0 634469394 145846272 7018 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=142428 CPUtime=6.23 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 2949 1249 0 2 623 0 0 0 25 0 5 0 634469394 145846272 7018 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=142428 CPUtime=6.23 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 5485 1249 0 2 623 0 0 0 25 0 5 0 634469394 145846272 7018 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=142428 CPUtime=6.17 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 19049 1249 0 2 614 3 0 0 25 0 5 0 634469394 145846272 7018 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 142428

[startup+12.7003 s]
/proc/loadavg: 6.26 7.49 7.80 10/373 2173
/proc/meminfo: memFree=25611936/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=167204 CPUtime=50.46 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 57285 1249 0 2 5036 10 0 0 23 0 5 0 634469388 171216896 13236 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 41801 13236 180 55 0 39687 0
[pid=2158/tid=2170] ppid=2156 vsize=167204 CPUtime=12.64 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 10405 1249 0 2 1262 2 0 0 25 0 5 0 634469394 171216896 13236 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=167204 CPUtime=12.63 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 9012 1249 0 2 1262 1 0 0 25 0 5 0 634469394 171216896 13236 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=167204 CPUtime=12.64 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 9145 1249 0 2 1263 1 0 0 25 0 5 0 634469394 171216896 13236 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=167204 CPUtime=12.49 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 27272 1249 0 2 1245 4 0 0 25 0 5 0 634469394 171216896 13236 33554432000 4194304 4417452 140737059944832 18446744073709551615 4264942 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 167204

[startup+25.5009 s]
/proc/loadavg: 6.53 7.51 7.80 11/373 2173
/proc/meminfo: memFree=25550812/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=188844 CPUtime=101.5 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 111137 1249 0 2 10131 19 0 0 23 0 5 0 634469388 193376256 18615 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 47211 18615 180 55 0 45097 0
[pid=2158/tid=2170] ppid=2156 vsize=188844 CPUtime=25.44 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 22055 1249 0 2 2540 4 0 0 25 0 5 0 634469394 193376256 18615 33554432000 4194304 4417452 140737059944832 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=188844 CPUtime=25.44 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 18723 1249 0 2 2541 3 0 0 25 0 5 0 634469394 193376256 18615 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=188844 CPUtime=25.43 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 19392 1249 0 2 2541 2 0 0 25 0 5 0 634469394 193376256 18615 33554432000 4194304 4417452 140737059944832 18446744073709551615 4278089 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=188844 CPUtime=25.13 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 49516 1249 0 2 2505 8 0 0 25 0 5 0 634469394 193376256 18615 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 188844

[startup+51.101 s]
/proc/loadavg: 7.03 7.55 7.81 11/373 2174
/proc/meminfo: memFree=25476704/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=234968 CPUtime=203.6 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 193433 1249 0 2 20326 34 0 0 23 0 5 0 634469388 240607232 30146 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 58742 30146 180 55 0 56628 0
[pid=2158/tid=2170] ppid=2156 vsize=234968 CPUtime=51.03 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 43653 1249 0 2 5095 8 0 0 25 0 5 0 634469394 240607232 30146 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=234968 CPUtime=51.04 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 33670 1249 0 2 5099 5 0 0 25 0 5 0 634469394 240607232 30146 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=234968 CPUtime=51.03 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 38679 1249 0 2 5097 6 0 0 25 0 5 0 634469394 240607232 30146 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=234968 CPUtime=50.44 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 75980 1249 0 2 5031 13 0 0 25 0 5 0 634469394 240607232 30146 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 234968

[startup+102.3 s]
/proc/loadavg: 7.61 7.62 7.82 11/373 2176
/proc/meminfo: memFree=25371276/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=282472 CPUtime=407.81 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 302652 1249 0 2 40730 51 0 0 23 0 5 0 634469388 289251328 42021 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 70618 42021 180 55 0 68504 0
[pid=2158/tid=2170] ppid=2156 vsize=282472 CPUtime=102.24 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 74436 1249 0 2 10211 13 0 0 25 0 5 0 634469394 289251328 42021 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=282472 CPUtime=102.24 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 54144 1249 0 2 10216 8 0 0 25 0 5 0 634469394 289251328 42021 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=282472 CPUtime=102.25 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 59922 1249 0 2 10216 9 0 0 25 0 5 0 634469394 289251328 42021 33554432000 4194304 4417452 140737059944832 18446744073709551615 4346482 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=282472 CPUtime=101.04 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 112699 1249 0 2 10085 19 0 0 25 0 5 0 634469394 289251328 42021 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.81
Current children cumulated vsize (KiB) 282472

[startup+162.301 s]
/proc/loadavg: 7.94 7.71 7.83 10/373 2177
/proc/meminfo: memFree=25285824/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=344124 CPUtime=647.07 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 413733 1249 0 2 64637 70 0 0 23 0 5 0 634469388 352382976 57467 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 86031 57467 180 55 0 83917 0
[pid=2158/tid=2170] ppid=2156 vsize=344124 CPUtime=162.21 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 107552 1249 0 2 16203 18 0 0 25 0 5 0 634469394 352382976 57467 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=344124 CPUtime=162.24 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 81632 1249 0 2 16211 13 0 0 25 0 5 0 634469394 352382976 57467 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366914 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=344124 CPUtime=162.24 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 89294 1249 0 2 16209 15 0 0 25 0 5 0 634469394 352382976 57467 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=344124 CPUtime=160.33 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 133804 1249 0 2 16010 23 0 0 25 0 5 0 634469394 352382976 57467 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.07
Current children cumulated vsize (KiB) 344124


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

[pid=2158/tid=2171] ppid=2156 vsize=697752 CPUtime=702.26 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 260232 1249 0 2 70187 39 0 0 25 0 5 0 634469394 714498048 145842 33554432000 4194304 4417452 140737059944832 18446744073709551615 4357171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=697752 CPUtime=702.26 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 240965 1249 0 2 70189 37 0 0 25 0 5 0 634469394 714498048 145842 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=697752 CPUtime=693.98 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 292025 1249 0 2 69348 50 0 0 25 0 5 0 634469394 714498048 145842 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.67
Current children cumulated vsize (KiB) 697752

[startup+762.301 s]
/proc/loadavg: 8.17 8.10 7.97 11/373 2202
/proc/meminfo: memFree=24358128/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=739408 CPUtime=3039.98 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1163949 1249 0 2 303812 186 0 0 23 0 5 0 634469388 757153792 156256 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 184852 156256 180 55 0 182738 0
[pid=2158/tid=2170] ppid=2156 vsize=739408 CPUtime=762.12 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 326619 1249 0 2 76162 50 0 0 25 0 5 0 634469394 757153792 156256 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=739408 CPUtime=762.27 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 275077 1249 0 2 76187 40 0 0 25 0 5 0 634469394 757153792 156256 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=739408 CPUtime=762.28 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 250282 1249 0 2 76189 39 0 0 25 0 5 0 634469394 757153792 156256 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=739408 CPUtime=753.28 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 310520 1249 0 2 75273 55 0 0 25 0 5 0 634469394 757153792 156256 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.98
Current children cumulated vsize (KiB) 739408

[startup+822.3 s]
/proc/loadavg: 8.11 8.10 7.98 10/373 2204
/proc/meminfo: memFree=24230516/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=778688 CPUtime=3279.25 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1210040 1249 0 2 327732 193 0 0 23 0 5 0 634469388 797376512 166076 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 194672 166076 180 55 0 192558 0
[pid=2158/tid=2170] ppid=2156 vsize=778688 CPUtime=822.1 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 349608 1249 0 2 82156 54 0 0 25 0 5 0 634469394 797376512 166076 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=795076 CPUtime=822.26 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 288417 1249 0 2 82184 42 0 0 25 0 5 0 634469394 814157824 166076 33554432000 4194304 4417452 140737059944832 18446744073709551615 264726462890 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=786880 CPUtime=822.26 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 260044 1249 0 2 82186 40 0 0 25 0 5 0 634469394 805765120 166087 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=786880 CPUtime=812.57 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 310520 1249 0 2 81202 55 0 0 25 0 5 0 634469394 805765120 166100 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.25
Current children cumulated vsize (KiB) 778688

[startup+882.314 s]
/proc/loadavg: 8.14 8.11 7.99 10/373 2205
/proc/meminfo: memFree=24407324/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=642820 CPUtime=3518.58 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1291711 1249 0 2 351651 207 0 0 23 0 5 0 634469388 658247680 132109 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 160705 132109 180 55 0 158591 0
[pid=2158/tid=2170] ppid=2156 vsize=642820 CPUtime=882.09 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 363797 1249 0 2 88153 56 0 0 25 0 5 0 634469394 658247680 132109 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=642820 CPUtime=882.27 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 302397 1249 0 2 88183 44 0 0 25 0 5 0 634469394 658247680 132109 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=642820 CPUtime=882.28 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 264140 1249 0 2 88187 41 0 0 25 0 5 0 634469394 658247680 132109 33554432000 4194304 4417452 140737059944832 18446744073709551615 4346493 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=642820 CPUtime=871.87 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 359926 1249 0 2 87123 64 0 0 25 0 5 0 634469394 658247680 132109 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.58
Current children cumulated vsize (KiB) 642820

[startup+942.301 s]
/proc/loadavg: 8.05 8.08 7.99 11/373 2207
/proc/meminfo: memFree=24349148/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=727316 CPUtime=3757.82 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1336400 1249 0 2 375568 214 0 0 23 0 5 0 634469388 744771584 153233 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 181829 153233 180 55 0 179715 0
[pid=2158/tid=2170] ppid=2156 vsize=727316 CPUtime=942.07 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 374979 1249 0 2 94149 58 0 0 25 0 5 0 634469394 744771584 153233 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=727316 CPUtime=942.26 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 314932 1249 0 2 94180 46 0 0 25 0 5 0 634469394 744771584 153233 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=727316 CPUtime=942.27 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 280605 1249 0 2 94183 44 0 0 25 0 5 0 634469394 744771584 153233 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=727316 CPUtime=931.16 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 364433 1249 0 2 93051 65 0 0 25 0 5 0 634469394 744771584 153233 33554432000 4194304 4417452 140737059944832 18446744073709551615 4250507 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.82
Current children cumulated vsize (KiB) 727316

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.00 10/373 2209
/proc/meminfo: memFree=24217556/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=774948 CPUtime=3997.11 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1379903 1249 0 2 399488 223 0 0 23 0 5 0 634469388 793546752 165141 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 193737 165141 180 55 0 191623 0
[pid=2158/tid=2170] ppid=2156 vsize=774948 CPUtime=1002.06 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 397314 1249 0 2 100144 62 0 0 25 0 5 0 634469394 793546752 165141 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=774948 CPUtime=1002.26 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 326210 1249 0 2 100178 48 0 0 25 0 5 0 634469394 793546752 165141 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=774948 CPUtime=1002.27 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 280605 1249 0 2 100183 44 0 0 25 0 5 0 634469394 793546752 165141 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=774948 CPUtime=990.44 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 374323 1249 0 2 98978 66 0 0 25 0 5 0 634469394 793546752 165141 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.11
Current children cumulated vsize (KiB) 774948

[startup+1062.3 s]
/proc/loadavg: 8.04 8.08 8.00 11/373 2210
/proc/meminfo: memFree=24272836/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=817732 CPUtime=4236.39 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1418393 1249 0 2 423411 228 0 0 23 0 5 0 634469388 837357568 175837 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 204433 175837 180 55 0 202319 0
[pid=2158/tid=2170] ppid=2156 vsize=817732 CPUtime=1062.05 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 403369 1249 0 2 106142 63 0 0 25 0 5 0 634469394 837357568 175837 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=817732 CPUtime=1062.26 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 331811 1249 0 2 106177 49 0 0 25 0 5 0 634469394 837357568 175837 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=817732 CPUtime=1062.27 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 307439 1249 0 2 106179 48 0 0 25 0 5 0 634469394 837357568 175837 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=817732 CPUtime=1049.74 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 374323 1249 0 2 104908 66 0 0 25 0 5 0 634469394 837357568 175837 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.39
Current children cumulated vsize (KiB) 817732

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.01 11/373 2212
/proc/meminfo: memFree=24159716/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=838672 CPUtime=4475.68 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1464115 1249 0 2 447333 235 0 0 23 0 5 0 634469388 858800128 181072 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 209668 181072 180 55 0 207554 0
[pid=2158/tid=2170] ppid=2156 vsize=838672 CPUtime=1122.04 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 412781 1249 0 2 112140 64 0 0 25 0 5 0 634469394 858800128 181072 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=838672 CPUtime=1122.27 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 343766 1249 0 2 112176 51 0 0 25 0 5 0 634469394 858800128 181072 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=838672 CPUtime=1122.27 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 321850 1249 0 2 112177 50 0 0 25 0 5 0 634469394 858800128 181072 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=838672 CPUtime=1109.03 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 384267 1249 0 2 110835 68 0 0 25 0 5 0 634469394 858800128 181072 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.68
Current children cumulated vsize (KiB) 838672

[startup+1182.3 s]
/proc/loadavg: 8.10 8.10 8.01 11/373 2213
/proc/meminfo: memFree=23988196/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=963476 CPUtime=4714.97 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1495316 1249 0 2 471256 241 0 0 23 0 5 0 634469388 986599424 212273 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 240869 212273 180 55 0 238755 0
[pid=2158/tid=2170] ppid=2156 vsize=963476 CPUtime=1182.03 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 425218 1249 0 2 118137 66 0 0 25 0 5 0 634469394 986599424 212273 33554432000 4194304 4417452 140737059944832 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=963476 CPUtime=1182.27 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 352674 1249 0 2 118174 53 0 0 25 0 5 0 634469394 986599424 212273 33554432000 4194304 4417452 140737059944832 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=963476 CPUtime=1182.27 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 321850 1249 0 2 118177 50 0 0 25 0 5 0 634469394 986599424 212273 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=963476 CPUtime=1168.33 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 394123 1249 0 2 116763 70 0 0 25 0 5 0 634469394 986599424 212273 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.97
Current children cumulated vsize (KiB) 963476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.20 8.12 8.02 5/368 2215
/proc/meminfo: memFree=24846440/32951124 swapFree=63083164/67111528
[pid=2158] ppid=2156 vsize=986680 CPUtime=4800.31 cores=1,3,5,7
/proc/2158/stat : 2158 (plingeling) S 2156 2158 1566 0 -1 4202496 1536586 1249 0 2 479784 247 0 0 23 0 5 0 634469388 1010360320 218074 33554432000 4194304 4417452 140737059944832 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/2158/statm: 246670 218074 180 55 0 244556 0
[pid=2158/tid=2170] ppid=2156 vsize=986680 CPUtime=1203.44 cores=1,3,5,7
/proc/2158/task/2170/stat : 2170 (plingeling) R 2156 2158 1566 0 -1 4202560 466488 1249 0 2 120272 72 0 0 25 0 5 0 634469394 1010360320 218074 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=986680 CPUtime=1203.69 cores=1,3,5,7
/proc/2158/task/2171/stat : 2171 (plingeling) R 2156 2158 1566 0 -1 4202560 352674 1249 0 2 120316 53 0 0 25 0 5 0 634469394 1010360320 218074 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2158/tid=2172] ppid=2156 vsize=986680 CPUtime=1203.69 cores=1,3,5,7
/proc/2158/task/2172/stat : 2172 (plingeling) R 2156 2158 1566 0 -1 4202560 321850 1249 0 2 120319 50 0 0 25 0 5 0 634469394 1010360320 218074 33554432000 4194304 4417452 140737059944832 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2158/tid=2173] ppid=2156 vsize=986680 CPUtime=1189.47 cores=1,3,5,7
/proc/2158/task/2173/stat : 2173 (plingeling) R 2156 2158 1566 0 -1 4202560 394123 1249 0 2 118877 70 0 0 25 0 5 0 634469394 1010360320 218074 33554432000 4194304 4417452 140737059944832 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 986680

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.76
CPU time (s): 4800.42
CPU user time (s): 4797.9
CPU system time (s): 2.51662
CPU usage (%): 398.786
Max. virtual memory (cumulated for all children) (KiB): 986680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.9
system time used= 2.51662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1537835
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98
involuntary context switches= 28541

runsolver used 3.9664 second user time and 10.2694 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 02:48:58
IDJOB=3371009
IDBENCH=71576
IDSOLVER=1848
FILE ID=node141/3371009-1305420538
RUNJOBID= node141-1305420538-2135
PBS_JOBID= 13324546
Free space on /tmp= 73300 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371009-1305420538/watcher-3371009-1305420538 -o /tmp/evaluation-result-3371009-1305420538/solver-3371009-1305420538 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371009-1305420538.cnf

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=1839263263

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25724724 kB
Buffers:        239088 kB
Cached:        4778956 kB
SwapCached:      15708 kB
Active:        1985868 kB
Inactive:      5001456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25724724 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:     1960872 kB
Mapped:          12808 kB
Slab:           135732 kB
PageTables:      37968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86240044 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= 73300 MiB
End job on node141 at 2011-05-15 03:09:04