Trace number 3370902

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.55 1203.15

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370902-1305433105/watcher-3370902-1305433105 -o /tmp/evaluation-result-3370902-1305433105/solver-3370902-1305433105 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370902-1305433105.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: 0.85 0.97 0.99 5/295 5975
/proc/meminfo: memFree=24267616/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=9664 CPUtime=0 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 28842 0 -1 4202496 510 1252 0 0 0 0 0 0 21 0 1 0 635726417 9895936 439 33554432000 4194304 4417452 140736316834448 18446744073709551615 220815930315 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5975/statm: 2416 439 147 55 0 302 0

[startup+0.0583139 s]
/proc/loadavg: 0.85 0.97 0.99 5/295 5975
/proc/meminfo: memFree=24267616/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=17680 CPUtime=0.05 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 28842 0 -1 4202496 2563 1252 0 0 5 0 0 0 21 0 1 0 635726417 18104320 2444 33554432000 4194304 4417452 140736316834448 18446744073709551615 220816236288 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5975/statm: 4420 2444 148 55 0 2306 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17680

[startup+0.100304 s]
/proc/loadavg: 0.85 0.97 0.99 5/295 5975
/proc/meminfo: memFree=24267616/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=25872 CPUtime=0.09 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 28842 0 -1 4202496 4611 1252 0 0 9 0 0 0 21 0 1 0 635726417 26492928 4492 33554432000 4194304 4417452 140736316834448 18446744073709551615 220816236288 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5975/statm: 6468 4492 148 55 0 4354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25872

[startup+0.300231 s]
/proc/loadavg: 0.85 0.97 0.99 5/295 5975
/proc/meminfo: memFree=24267616/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=84608 CPUtime=0.41 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 9332 1252 0 0 40 1 0 0 22 0 5 0 635726417 86638592 8965 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 21152 8965 173 55 0 19038 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 84608

[startup+0.700156 s]
/proc/loadavg: 0.85 0.97 0.99 5/295 5975
/proc/meminfo: memFree=24267616/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=96484 CPUtime=1.97 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 19392 1252 0 0 195 2 0 0 22 0 5 0 635726417 98799616 11396 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 24121 11396 178 55 0 22007 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 96484

[startup+1.50101 s]
/proc/loadavg: 0.85 0.97 0.99 9/300 5985
/proc/meminfo: memFree=24196660/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=110400 CPUtime=5.17 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 25102 1252 0 0 514 3 0 0 22 0 5 0 635726417 113049600 15223 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 27600 15223 179 55 0 25486 0
[pid=5975/tid=5982] ppid=5973 vsize=110400 CPUtime=1.27 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 2166 1252 0 0 127 0 0 0 25 0 5 0 635726438 113049600 15223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=110400 CPUtime=1.22 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 3545 1252 0 0 122 0 0 0 25 0 5 0 635726438 113049600 15223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=110400 CPUtime=1.18 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 3069 1252 0 0 118 0 0 0 25 0 5 0 635726438 113049600 15223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4236012 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=110400 CPUtime=1.27 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 7603 1252 0 0 126 1 0 0 25 0 5 0 635726438 113049600 15223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 110400

[startup+3.10071 s]
/proc/loadavg: 0.85 0.97 0.99 9/300 5985
/proc/meminfo: memFree=24179176/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=131316 CPUtime=11.56 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 33447 1252 0 0 1151 5 0 0 22 0 5 0 635726417 134467584 20194 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 32829 20194 179 55 0 30715 0
[pid=5975/tid=5982] ppid=5973 vsize=131316 CPUtime=2.87 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 2166 1252 0 0 287 0 0 0 25 0 5 0 635726438 134467584 20194 33554432000 4194304 4417452 140736316834448 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=131316 CPUtime=2.82 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 3545 1252 0 0 282 0 0 0 25 0 5 0 635726438 134467584 20194 33554432000 4194304 4417452 140736316834448 18446744073709551615 4235981 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=131316 CPUtime=2.78 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 3069 1252 0 0 278 0 0 0 25 0 5 0 635726438 134467584 20194 33554432000 4194304 4417452 140736316834448 18446744073709551615 4376641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=131316 CPUtime=2.86 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 15948 1252 0 0 283 3 0 0 25 0 5 0 635726438 134467584 20194 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 131316

[startup+6.30113 s]
/proc/loadavg: 1.42 1.08 1.03 9/300 5985
/proc/meminfo: memFree=24120276/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=155652 CPUtime=24.33 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 49333 1252 0 0 2426 7 0 0 22 0 5 0 635726417 159387648 26700 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 38913 26700 179 55 0 36799 0
[pid=5975/tid=5982] ppid=5973 vsize=155652 CPUtime=6.07 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 2166 1252 0 0 607 0 0 0 25 0 5 0 635726438 159387648 26700 33554432000 4194304 4417452 140736316834448 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=155652 CPUtime=6.02 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 3545 1252 0 0 602 0 0 0 25 0 5 0 635726438 159387648 26700 33554432000 4194304 4417452 140736316834448 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=155652 CPUtime=5.97 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 3345 1252 0 0 597 0 0 0 25 0 5 0 635726438 159387648 26700 33554432000 4194304 4417452 140736316834448 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=155652 CPUtime=6.03 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 31558 1252 0 0 598 5 0 0 25 0 5 0 635726438 159387648 26700 33554432000 4194304 4417452 140736316834448 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 155652

[startup+12.7009 s]
/proc/loadavg: 1.95 1.20 1.06 9/300 5985
/proc/meminfo: memFree=24077244/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=174312 CPUtime=49.87 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 65274 1252 0 0 4977 10 0 0 22 0 5 0 635726417 178495488 31365 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 43578 31365 179 55 0 41464 0
[pid=5975/tid=5982] ppid=5973 vsize=174312 CPUtime=12.47 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 2540 1252 0 0 1247 0 0 0 25 0 5 0 635726438 178495488 31365 33554432000 4194304 4417452 140736316834448 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=174312 CPUtime=12.42 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 3545 1252 0 0 1242 0 0 0 25 0 5 0 635726438 178495488 31365 33554432000 4194304 4417452 140736316834448 18446744073709551615 4235398 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=174312 CPUtime=12.37 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 3345 1252 0 0 1237 0 0 0 25 0 5 0 635726438 178495488 31365 33554432000 4194304 4417452 140736316834448 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=174312 CPUtime=12.36 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 47125 1252 0 0 1229 7 0 0 25 0 5 0 635726438 178495488 31365 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 174312

[startup+25.5006 s]
/proc/loadavg: 3.43 1.56 1.18 9/300 5985
/proc/meminfo: memFree=23942588/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=340536 CPUtime=100.95 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 107462 1252 0 0 10080 15 0 0 22 0 5 0 635726417 348708864 54094 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 85134 54094 179 55 0 83020 0
[pid=5975/tid=5982] ppid=5973 vsize=340536 CPUtime=25.26 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 5386 1252 0 0 2526 0 0 0 25 0 5 0 635726438 348708864 54094 33554432000 4194304 4417452 140736316834448 18446744073709551615 4236941 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=340536 CPUtime=25.22 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 4570 1252 0 0 2522 0 0 0 25 0 5 0 635726438 348708864 54094 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=340536 CPUtime=25.18 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 8115 1252 0 0 2517 1 0 0 25 0 5 0 635726438 348708864 54094 33554432000 4194304 4417452 140736316834448 18446744073709551615 4278211 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=340536 CPUtime=25.04 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 80672 1252 0 0 2493 11 0 0 25 0 5 0 635726438 348708864 54094 33554432000 4194304 4417452 140736316834448 18446744073709551615 220815933909 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 340536

[startup+51.1009 s]
/proc/loadavg: 5.04 2.09 1.37 9/300 5986
/proc/meminfo: memFree=23759620/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=467240 CPUtime=203.12 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 178589 1252 0 0 20287 25 0 0 22 0 5 0 635726417 478453760 88223 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 116810 88223 180 55 0 114696 0
[pid=5975/tid=5982] ppid=5973 vsize=467240 CPUtime=50.87 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 9738 1252 0 0 5086 1 0 0 25 0 5 0 635726438 478453760 88223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4356837 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=467240 CPUtime=50.82 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 4570 1252 0 0 5082 0 0 0 25 0 5 0 635726438 478453760 88223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4251081 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=467240 CPUtime=50.78 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 15822 1252 0 0 5076 2 0 0 25 0 5 0 635726438 478453760 88223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=467240 CPUtime=50.42 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 139740 1252 0 0 5022 20 0 0 25 0 5 0 635726438 478453760 88223 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.12
Current children cumulated vsize (KiB) 467240

[startup+102.311 s]
/proc/loadavg: 6.83 3.03 1.73 9/300 5987
/proc/meminfo: memFree=23447736/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=670896 CPUtime=407.49 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 281223 1252 0 0 40709 40 0 0 22 0 5 0 635726417 686997504 139161 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 167724 139161 180 55 0 165610 0
[pid=5975/tid=5982] ppid=5973 vsize=670896 CPUtime=102.08 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 19685 1252 0 0 10206 2 0 0 25 0 5 0 635726438 686997504 139161 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=670896 CPUtime=102.03 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 11900 1252 0 0 10202 1 0 0 25 0 5 0 635726438 686997504 139161 33554432000 4194304 4417452 140736316834448 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=670896 CPUtime=101.99 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 31862 1252 0 0 10195 4 0 0 25 0 5 0 635726438 686997504 139161 33554432000 4194304 4417452 140736316834448 18446744073709551615 4282454 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=670896 CPUtime=101.16 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 209057 1252 0 0 10084 32 0 0 25 0 5 0 635726438 686997504 139161 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.49
Current children cumulated vsize (KiB) 670896

[startup+162.3 s]
/proc/loadavg: 7.66 3.96 2.13 9/300 5989
/proc/meminfo: memFree=23200212/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=819104 CPUtime=646.92 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 408118 1252 0 0 64633 59 0 0 22 0 5 0 635726417 838762496 176213 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 204776 176213 180 55 0 202662 0
[pid=5975/tid=5982] ppid=5973 vsize=819104 CPUtime=162.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 34968 1252 0 0 16202 4 0 0 25 0 5 0 635726438 838762496 176213 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=819104 CPUtime=162.02 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 35113 1252 0 0 16199 3 0 0 25 0 5 0 635726438 838762496 176213 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=819104 CPUtime=161.98 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 54657 1252 0 0 16192 6 0 0 25 0 5 0 635726438 838762496 176213 33554432000 4194304 4417452 140736316834448 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=819104 CPUtime=160.61 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 274661 1252 0 0 16018 43 0 0 25 0 5 0 635726438 838762496 176213 33554432000 4194304 4417452 140736316834448 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.92
Current children cumulated vsize (KiB) 819104


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

/proc/meminfo: memFree=21337600/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=2223840 CPUtime=3041.55 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 1663399 1252 0 0 303903 252 0 0 22 0 5 0 635726417 2277212160 527397 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 555960 527397 180 55 0 553846 0
[pid=5975/tid=5982] ppid=5973 vsize=2223840 CPUtime=762.07 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 222295 1252 0 0 76175 32 0 0 25 0 5 0 635726438 2277212160 527397 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=2223840 CPUtime=762.05 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 256190 1252 0 0 76173 32 0 0 25 0 5 0 635726438 2277212160 527397 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=2223840 CPUtime=762 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 385153 1252 0 0 76153 47 0 0 25 0 5 0 635726438 2277212160 527397 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=2223840 CPUtime=755.18 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 791042 1252 0 0 75379 139 0 0 25 0 5 0 635726438 2277212160 527397 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.55
Current children cumulated vsize (KiB) 2223840

[startup+822.301 s]
/proc/loadavg: 8.23 7.71 5.18 9/300 6009
/proc/meminfo: memFree=21474856/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=2195196 CPUtime=3280.98 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 1750126 1252 0 0 327831 267 0 0 22 0 5 0 635726417 2247880704 520236 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 548799 520236 180 55 0 546685 0
[pid=5975/tid=5982] ppid=5973 vsize=2195196 CPUtime=822.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 283861 1252 0 0 82165 41 0 0 25 0 5 0 635726438 2247880704 520236 33554432000 4194304 4417452 140736316834448 18446744073709551615 4263247 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=2195196 CPUtime=822.04 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 262373 1252 0 0 82171 33 0 0 25 0 5 0 635726438 2247880704 520236 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=2195196 CPUtime=822 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 385153 1252 0 0 82153 47 0 0 25 0 5 0 635726438 2247880704 520236 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=2195196 CPUtime=814.63 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 810020 1252 0 0 81321 142 0 0 25 0 5 0 635726438 2247880704 520236 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.98
Current children cumulated vsize (KiB) 2195196

[startup+882.301 s]
/proc/loadavg: 8.16 7.77 5.36 9/300 6011
/proc/meminfo: memFree=21340552/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=2280492 CPUtime=3520.44 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 1812664 1252 0 0 351769 275 0 0 22 0 5 0 635726417 2335223808 541560 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 570123 541560 180 55 0 568009 0
[pid=5975/tid=5982] ppid=5973 vsize=2280492 CPUtime=882.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 320039 1252 0 0 88161 45 0 0 25 0 5 0 635726438 2335223808 541560 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=2280492 CPUtime=882.04 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 288733 1252 0 0 88167 37 0 0 25 0 5 0 635726438 2335223808 541560 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=2280492 CPUtime=882 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 385153 1252 0 0 88153 47 0 0 25 0 5 0 635726438 2335223808 541560 33554432000 4194304 4417452 140736316834448 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=2280492 CPUtime=874.08 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 810020 1252 0 0 87266 142 0 0 25 0 5 0 635726438 2335223808 541560 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.44
Current children cumulated vsize (KiB) 2280492

[startup+942.301 s]
/proc/loadavg: 8.16 7.84 5.54 9/300 6013
/proc/meminfo: memFree=21103200/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=2473448 CPUtime=3759.9 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 1885560 1252 0 0 375705 285 0 0 22 0 5 0 635726417 2532810752 589799 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 618362 589799 180 55 0 616248 0
[pid=5975/tid=5982] ppid=5973 vsize=2473448 CPUtime=942.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 320039 1252 0 0 94161 45 0 0 25 0 5 0 635726438 2532810752 589799 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=2473448 CPUtime=942.04 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 321525 1252 0 0 94160 44 0 0 25 0 5 0 635726438 2532810752 589799 33554432000 4194304 4417452 140736316834448 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=2473448 CPUtime=942 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 385153 1252 0 0 94153 47 0 0 25 0 5 0 635726438 2532810752 589799 33554432000 4194304 4417452 140736316834448 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=2473448 CPUtime=933.55 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 850124 1252 0 0 93209 146 0 0 25 0 5 0 635726438 2532810752 589799 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.9
Current children cumulated vsize (KiB) 2473448

[startup+1002.3 s]
/proc/loadavg: 8.12 7.88 5.69 9/300 6014
/proc/meminfo: memFree=20841296/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=2772468 CPUtime=3999.35 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 1968507 1252 0 0 399635 300 0 0 22 0 5 0 635726417 2839007232 664554 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 693117 664554 180 55 0 691003 0
[pid=5975/tid=5982] ppid=5973 vsize=2772468 CPUtime=1002.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 320039 1252 0 0 100161 45 0 0 25 0 5 0 635726438 2839007232 664554 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=2772468 CPUtime=1002.04 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 329717 1252 0 0 100159 45 0 0 25 0 5 0 635726438 2839007232 664554 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=2772468 CPUtime=1002.01 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 401537 1252 0 0 100152 49 0 0 25 0 5 0 635726438 2839007232 664554 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=2772468 CPUtime=993 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 908495 1252 0 0 99142 158 0 0 25 0 5 0 635726438 2839007232 664554 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.35
Current children cumulated vsize (KiB) 2772468

[startup+1062.3 s]
/proc/loadavg: 8.13 7.93 5.84 9/300 6016
/proc/meminfo: memFree=20523708/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=3043224 CPUtime=4238.82 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 2061752 1252 0 0 423568 314 0 0 22 0 5 0 635726417 3116261376 732243 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 760806 732243 180 55 0 758692 0
[pid=5975/tid=5982] ppid=5973 vsize=3043224 CPUtime=1062.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 374236 1252 0 0 106152 54 0 0 25 0 5 0 635726438 3116261376 732243 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=3043224 CPUtime=1062.05 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 362205 1252 0 0 106156 49 0 0 25 0 5 0 635726438 3116261376 732243 33554432000 4194304 4417452 140736316834448 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=3043224 CPUtime=1062.01 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 401537 1252 0 0 106152 49 0 0 25 0 5 0 635726438 3116261376 732243 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=3043224 CPUtime=1052.46 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 915055 1252 0 0 105086 160 0 0 25 0 5 0 635726438 3116261376 732243 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.82
Current children cumulated vsize (KiB) 3043224

[startup+1122.3 s]
/proc/loadavg: 8.17 7.97 5.99 9/300 6017
/proc/meminfo: memFree=20063652/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=3490652 CPUtime=4478.28 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 2173609 1252 0 0 447496 332 0 0 22 0 5 0 635726417 3574427648 844100 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 872663 844100 180 55 0 870549 0
[pid=5975/tid=5982] ppid=5973 vsize=3490652 CPUtime=1122.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 391393 1252 0 0 112151 55 0 0 25 0 5 0 635726438 3574427648 844100 33554432000 4194304 4417452 140736316834448 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=3490652 CPUtime=1122.05 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 395031 1252 0 0 112151 54 0 0 25 0 5 0 635726438 3574427648 844100 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=3490652 CPUtime=1122.01 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 430643 1252 0 0 112148 53 0 0 25 0 5 0 635726438 3574427648 844100 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=3490652 CPUtime=1111.92 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 947823 1252 0 0 111025 167 0 0 25 0 5 0 635726438 3574427648 844100 33554432000 4194304 4417452 140736316834448 18446744073709551615 4353666 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.28
Current children cumulated vsize (KiB) 3490652

[startup+1182.3 s]
/proc/loadavg: 8.11 7.99 6.11 9/300 6019
/proc/meminfo: memFree=19543580/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=3982704 CPUtime=4717.74 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 2359806 1252 0 0 471410 364 0 0 22 0 5 0 635726417 4078288896 967113 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 995676 967113 180 55 0 993562 0
[pid=5975/tid=5982] ppid=5973 vsize=3982704 CPUtime=1182.06 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 399825 1252 0 0 118150 56 0 0 25 0 5 0 635726438 4078288896 967113 33554432000 4194304 4417452 140736316834448 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=3982704 CPUtime=1182.05 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 499480 1252 0 0 118134 71 0 0 25 0 5 0 635726438 4078288896 967113 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=3982704 CPUtime=1182.01 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 450208 1252 0 0 118145 56 0 0 25 0 5 0 635726438 4078288896 967113 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=3982704 CPUtime=1171.38 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 1001574 1252 0 0 116960 178 0 0 25 0 5 0 635726438 4078288896 967113 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.74
Current children cumulated vsize (KiB) 3982704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.08 7.99 6.15 5/295 6021
/proc/meminfo: memFree=20292324/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=4085552 CPUtime=4800.37 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 28842 0 -1 4202496 2385518 1252 0 0 479668 369 0 0 22 0 5 0 635726417 4183605248 992825 33554432000 4194304 4417452 140736316834448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 1021388 992825 180 55 0 1019274 0
[pid=5975/tid=5982] ppid=5973 vsize=4085552 CPUtime=1202.77 cores=1,3,5,7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 28842 0 -1 4202560 399825 1252 0 0 120221 56 0 0 25 0 5 0 635726438 4183605248 992825 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=4085552 CPUtime=1202.76 cores=1,3,5,7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 28842 0 -1 4202560 499480 1252 0 0 120205 71 0 0 25 0 5 0 635726438 4183605248 992825 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=4085552 CPUtime=1202.72 cores=1,3,5,7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 28842 0 -1 4202560 450208 1252 0 0 120216 56 0 0 25 0 5 0 635726438 4183605248 992825 33554432000 4194304 4417452 140736316834448 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=4085552 CPUtime=1191.89 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4202560 1027286 1252 0 0 119006 183 0 0 25 0 5 0 635726438 4183605248 992825 33554432000 4194304 4417452 140736316834448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 4085552

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

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

[startup+1203.12 s]
/proc/loadavg: 8.08 7.99 6.15 5/295 6021
/proc/meminfo: memFree=20292324/32951124 swapFree=63485424/67111528
[pid=5975] ppid=5973 vsize=0 CPUtime=4800.51 cores=1,3,5,7
/proc/5975/stat : 5975 (plingeling) Z 5973 5975 28842 0 -1 4203548 2385518 1252 0 0 479672 379 0 0 18 0 2 0 635726417 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5975/statm: 0 0 0 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=0 CPUtime=1191.99 cores=1,3,5,7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 28842 0 -1 4203588 1027286 1252 0 0 119006 193 0 0 25 0 2 0 635726438 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.55
CPU user time (s): 4796.72
CPU system time (s): 3.82942
CPU usage (%): 399
Max. virtual memory (cumulated for all children) (KiB): 4085552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.72
system time used= 3.82942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2386770
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= 99
involuntary context switches= 23433

runsolver used 3.04354 second user time and 7.9058 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 06:18:25
IDJOB=3370902
IDBENCH=88221
IDSOLVER=1848
FILE ID=node147/3370902-1305433105
RUNJOBID= node147-1305433105-5947
PBS_JOBID= 13324574
Free space on /tmp= 73156 MiB

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

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=1313653420

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      24267896 kB
Buffers:        299456 kB
Cached:        5113448 kB
SwapCached:      13132 kB
Active:        2002100 kB
Inactive:      6447896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24267896 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:     3032052 kB
Mapped:          15220 kB
Slab:           141384 kB
PageTables:      29260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44896216 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= 73156 MiB
End job on node147 at 2011-05-15 06:38:30