Trace number 3371034

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.21 1202.84

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.03 7.81 5/295 13946
/proc/meminfo: memFree=16531196/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=9380 CPUtime=0 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) R 13944 13946 13510 0 -1 4202496 421 1252 0 0 0 0 0 0 25 0 1 0 654575892 9605120 351 33554432000 4194304 4417452 140736061496368 18446744073709551615 218370957056 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13946/statm: 2345 351 147 55 0 231 0

[startup+0.0202141 s]
/proc/loadavg: 8.00 8.03 7.81 5/295 13946
/proc/meminfo: memFree=16531196/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=12948 CPUtime=0.01 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) R 13944 13946 13510 0 -1 4202496 1470 1252 0 0 1 0 0 0 25 0 1 0 654575892 13258752 1260 33554432000 4194304 4417452 140736061496368 18446744073709551615 218370575840 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13946/statm: 3237 1260 148 55 0 1123 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12948

[startup+0.174146 s]
/proc/loadavg: 8.00 8.03 7.81 5/295 13946
/proc/meminfo: memFree=16531196/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=69368 CPUtime=0.49 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 6368 1252 0 0 49 0 0 0 25 0 5 0 654575892 71032832 5156 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 17342 5156 177 55 0 15228 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 69368

[startup+0.300124 s]
/proc/loadavg: 8.00 8.03 7.81 5/295 13946
/proc/meminfo: memFree=16531196/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=69468 CPUtime=1 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 6427 1252 0 0 100 0 0 0 25 0 5 0 654575892 71135232 5181 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 17367 5181 177 55 0 15253 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 69468

[startup+0.701053 s]
/proc/loadavg: 8.00 8.03 7.81 5/295 13946
/proc/meminfo: memFree=16531196/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=65084 CPUtime=2.61 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 7574 1252 0 0 260 1 0 0 25 0 5 0 654575892 66646016 4067 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 16271 4067 178 55 0 14157 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 65084

[startup+1.50091 s]
/proc/loadavg: 8.00 8.03 7.81 9/300 13956
/proc/meminfo: memFree=16513060/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=69348 CPUtime=5.79 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 12066 1252 0 0 578 1 0 0 25 0 5 0 654575892 71012352 5122 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 17337 5122 178 55 0 15223 0
[pid=13946/tid=13953] ppid=13944 vsize=69348 CPUtime=1.43 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 1611 1252 0 0 143 0 0 0 25 0 5 0 654575898 71012352 5122 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=69348 CPUtime=1.42 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 1635 1252 0 0 142 0 0 0 25 0 5 0 654575898 71012352 5122 33554432000 4194304 4417452 140736061496368 18446744073709551615 4265025 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=69348 CPUtime=1.43 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 1910 1252 0 0 143 0 0 0 25 0 5 0 654575898 71012352 5122 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=69348 CPUtime=1.43 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 2356 1252 0 0 143 0 0 0 25 0 5 0 654575898 71012352 5122 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 69348

[startup+3.10063 s]
/proc/loadavg: 8.00 8.03 7.81 9/300 13956
/proc/meminfo: memFree=16508720/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=73720 CPUtime=12.18 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 18894 1252 0 0 1216 2 0 0 25 0 5 0 654575892 75489280 6215 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 18430 6215 178 55 0 16316 0
[pid=13946/tid=13953] ppid=13944 vsize=73720 CPUtime=3.03 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 3459 1252 0 0 303 0 0 0 25 0 5 0 654575898 75489280 6215 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=73720 CPUtime=3.01 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 2689 1252 0 0 301 0 0 0 25 0 5 0 654575898 75489280 6215 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=73720 CPUtime=3.02 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 3719 1252 0 0 302 0 0 0 25 0 5 0 654575898 75489280 6215 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=73720 CPUtime=3.03 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 4473 1252 0 0 303 0 0 0 25 0 5 0 654575898 75489280 6215 33554432000 4194304 4417452 140736061496368 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 73720

[startup+6.30106 s]
/proc/loadavg: 8.00 8.03 7.81 9/300 13956
/proc/meminfo: memFree=16476928/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=90464 CPUtime=24.95 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 31063 1252 0 0 2491 4 0 0 25 0 5 0 654575892 92635136 10422 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 22616 10422 178 55 0 20502 0
[pid=13946/tid=13953] ppid=13944 vsize=90464 CPUtime=6.23 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 5956 1252 0 0 622 1 0 0 25 0 5 0 654575898 92635136 10422 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=90464 CPUtime=6.17 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 6129 1252 0 0 617 0 0 0 25 0 5 0 654575898 92635136 10422 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=90464 CPUtime=6.23 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 7151 1252 0 0 622 1 0 0 25 0 5 0 654575898 92635136 10422 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=90464 CPUtime=6.23 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 7273 1252 0 0 623 0 0 0 25 0 5 0 654575898 92635136 10422 33554432000 4194304 4417452 140736061496368 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 90464

[startup+12.7009 s]
/proc/loadavg: 8.07 8.04 7.82 9/300 13956
/proc/meminfo: memFree=16467780/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=122112 CPUtime=50.48 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 47026 1252 0 0 5041 7 0 0 25 0 5 0 654575892 125042688 18313 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 30528 18313 178 55 0 28414 0
[pid=13946/tid=13953] ppid=13944 vsize=122112 CPUtime=12.63 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 10887 1252 0 0 1261 2 0 0 25 0 5 0 654575898 125042688 18313 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=122112 CPUtime=12.51 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 9309 1252 0 0 1250 1 0 0 25 0 5 0 654575898 125042688 18313 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=122112 CPUtime=12.63 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 10741 1252 0 0 1261 2 0 0 25 0 5 0 654575898 125042688 18313 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=122112 CPUtime=12.63 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 11535 1252 0 0 1262 1 0 0 25 0 5 0 654575898 125042688 18313 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 122112

[startup+25.5006 s]
/proc/loadavg: 8.06 8.04 7.82 9/300 13957
/proc/meminfo: memFree=16431052/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=154880 CPUtime=101.57 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 72557 1252 0 0 10146 11 0 0 25 0 5 0 654575892 158597120 26528 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 38720 26528 178 55 0 36606 0
[pid=13946/tid=13953] ppid=13944 vsize=154880 CPUtime=25.43 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 17940 1252 0 0 2540 3 0 0 25 0 5 0 654575898 158597120 26528 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=154880 CPUtime=25.19 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 14880 1252 0 0 2517 2 0 0 25 0 5 0 654575898 158597120 26528 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=154880 CPUtime=25.43 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 17047 1252 0 0 2540 3 0 0 25 0 5 0 654575898 158597120 26528 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=154880 CPUtime=25.43 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 18136 1252 0 0 2541 2 0 0 25 0 5 0 654575898 158597120 26528 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 154880

[startup+51.1011 s]
/proc/loadavg: 8.04 8.04 7.82 9/300 13957
/proc/meminfo: memFree=16432384/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=204912 CPUtime=203.74 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 108760 1252 0 0 20357 17 0 0 25 0 5 0 654575892 209829888 39013 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 51228 39013 178 55 0 49114 0
[pid=13946/tid=13953] ppid=13944 vsize=204912 CPUtime=51.03 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 25576 1252 0 0 5099 4 0 0 25 0 5 0 654575898 209829888 39013 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=204912 CPUtime=50.56 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 23974 1252 0 0 5053 3 0 0 25 0 5 0 654575898 209829888 39013 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=204912 CPUtime=51.03 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 28116 1252 0 0 5099 4 0 0 25 0 5 0 654575898 209829888 39013 33554432000 4194304 4417452 140736061496368 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=204912 CPUtime=51.02 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 26540 1252 0 0 5099 3 0 0 25 0 5 0 654575898 209829888 39013 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 204912

[startup+102.311 s]
/proc/loadavg: 8.09 8.06 7.84 9/300 13959
/proc/meminfo: memFree=16319280/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=255276 CPUtime=408.1 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 151251 1252 0 0 40787 23 0 0 25 0 5 0 654575892 261402624 51604 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 63819 51604 178 55 0 61705 0
[pid=13946/tid=13953] ppid=13944 vsize=255276 CPUtime=102.24 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 36201 1252 0 0 10219 5 0 0 25 0 5 0 654575898 261402624 51604 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=255276 CPUtime=101.29 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 36627 1252 0 0 10124 5 0 0 25 0 5 0 654575898 261402624 51604 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=255276 CPUtime=102.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 39068 1252 0 0 10219 6 0 0 25 0 5 0 654575898 261402624 51604 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=255276 CPUtime=102.24 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 34801 1252 0 0 10219 5 0 0 25 0 5 0 654575898 261402624 51604 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.1
Current children cumulated vsize (KiB) 255276

[startup+162.3 s]
/proc/loadavg: 8.10 8.07 7.85 9/300 13960
/proc/meminfo: memFree=16247580/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=328140 CPUtime=647.51 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 180335 1252 0 0 64723 28 0 0 25 0 5 0 654575892 336015360 69820 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 82035 69820 178 55 0 79921 0
[pid=13946/tid=13953] ppid=13944 vsize=328140 CPUtime=162.23 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 42467 1252 0 0 16217 6 0 0 25 0 5 0 654575898 336015360 69820 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=328140 CPUtime=160.73 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 44777 1252 0 0 16067 6 0 0 25 0 5 0 654575898 336015360 69820 33554432000 4194304 4417452 140736061496368 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=328140 CPUtime=162.23 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 48133 1252 0 0 16216 7 0 0 25 0 5 0 654575898 336015360 69820 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=328140 CPUtime=162.23 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 40404 1252 0 0 16217 6 0 0 25 0 5 0 654575898 336015360 69820 33554432000 4194304 4417452 140736061496368 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.51
Current children cumulated vsize (KiB) 328140


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

[pid=13946/tid=13954] ppid=13944 vsize=569412 CPUtime=695.79 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 116632 1252 0 0 69562 17 0 0 25 0 5 0 654575898 583077888 130138 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=569412 CPUtime=702.24 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 98123 1252 0 0 70209 15 0 0 25 0 5 0 654575898 583077888 130138 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=569412 CPUtime=702.24 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 78843 1252 0 0 70212 12 0 0 25 0 5 0 654575898 583077888 130138 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.61
Current children cumulated vsize (KiB) 569412

[startup+762.311 s]
/proc/loadavg: 4.01 5.26 6.67 5/290 13994
/proc/meminfo: memFree=16077600/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=680380 CPUtime=3042.12 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 419027 1252 0 0 304145 67 0 0 25 0 5 0 654575892 696709120 157880 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 170095 157880 178 55 0 167981 0
[pid=13946/tid=13953] ppid=13944 vsize=680380 CPUtime=762.26 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 97706 1252 0 0 76211 15 0 0 25 0 5 0 654575898 696709120 157880 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=680380 CPUtime=755.25 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 116632 1252 0 0 75508 17 0 0 25 0 5 0 654575898 696709120 157880 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=680380 CPUtime=762.26 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 101361 1252 0 0 76210 16 0 0 25 0 5 0 654575898 696709120 157880 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=680380 CPUtime=762.26 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 98774 1252 0 0 76210 16 0 0 25 0 5 0 654575898 696709120 157880 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.12
Current children cumulated vsize (KiB) 680380

[startup+822.301 s]
/proc/loadavg: 4.04 5.04 6.51 5/290 13996
/proc/meminfo: memFree=16013596/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=744020 CPUtime=3281.54 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 434937 1252 0 0 328084 70 0 0 25 0 5 0 654575892 761876480 173790 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 186005 173790 178 55 0 183891 0
[pid=13946/tid=13953] ppid=13944 vsize=744020 CPUtime=822.25 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 97706 1252 0 0 82210 15 0 0 25 0 5 0 654575898 761876480 173790 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=744020 CPUtime=814.7 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 116632 1252 0 0 81453 17 0 0 25 0 5 0 654575898 761876480 173790 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=744020 CPUtime=822.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 114821 1252 0 0 82206 19 0 0 25 0 5 0 654575898 761876480 173790 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=744020 CPUtime=822.25 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 101224 1252 0 0 82209 16 0 0 25 0 5 0 654575898 761876480 173790 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.54
Current children cumulated vsize (KiB) 744020

[startup+882.3 s]
/proc/loadavg: 4.05 4.87 6.35 5/290 13997
/proc/meminfo: memFree=16052272/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=704948 CPUtime=3520.99 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 458003 1252 0 0 352025 74 0 0 25 0 5 0 654575892 721866752 164022 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 176237 164022 178 55 0 174123 0
[pid=13946/tid=13953] ppid=13944 vsize=704948 CPUtime=882.25 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 112580 1252 0 0 88208 17 0 0 25 0 5 0 654575898 721866752 164022 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=704948 CPUtime=874.15 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 116632 1252 0 0 87398 17 0 0 25 0 5 0 654575898 721866752 164022 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=704948 CPUtime=882.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 123013 1252 0 0 88204 21 0 0 25 0 5 0 654575898 721866752 164022 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=704948 CPUtime=882.25 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 101224 1252 0 0 88209 16 0 0 25 0 5 0 654575898 721866752 164022 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.99
Current children cumulated vsize (KiB) 704948

[startup+942.301 s]
/proc/loadavg: 4.05 4.72 6.21 5/290 13999
/proc/meminfo: memFree=16011944/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=745628 CPUtime=3760.46 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 468173 1252 0 0 375970 76 0 0 25 0 5 0 654575892 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 186407 174192 178 55 0 184293 0
[pid=13946/tid=13953] ppid=13944 vsize=745628 CPUtime=942.25 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 112580 1252 0 0 94208 17 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=745628 CPUtime=933.62 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 126802 1252 0 0 93343 19 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=745628 CPUtime=942.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 123013 1252 0 0 94204 21 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=745628 CPUtime=942.25 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 101224 1252 0 0 94208 17 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.46
Current children cumulated vsize (KiB) 745628

[startup+1002.3 s]
/proc/loadavg: 4.05 4.60 6.07 5/290 14001
/proc/meminfo: memFree=16012052/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=745628 CPUtime=3999.92 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 468173 1252 0 0 399916 76 0 0 25 0 5 0 654575892 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 186407 174192 178 55 0 184293 0
[pid=13946/tid=13953] ppid=13944 vsize=745628 CPUtime=1002.25 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 112580 1252 0 0 100208 17 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=745628 CPUtime=993.07 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 126802 1252 0 0 99288 19 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=745628 CPUtime=1002.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 123013 1252 0 0 100204 21 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=745628 CPUtime=1002.25 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 101224 1252 0 0 100208 17 0 0 25 0 5 0 654575898 763523072 174192 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.92
Current children cumulated vsize (KiB) 745628

[startup+1062.3 s]
/proc/loadavg: 4.09 4.50 5.94 5/290 14002
/proc/meminfo: memFree=15994544/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=762932 CPUtime=4239.38 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 504618 1252 0 0 423856 82 0 0 25 0 5 0 654575892 781242368 178518 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 190733 178518 178 55 0 188619 0
[pid=13946/tid=13953] ppid=13944 vsize=762932 CPUtime=1062.26 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 120772 1252 0 0 106208 18 0 0 25 0 5 0 654575898 781242368 178518 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=762932 CPUtime=1052.53 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 140079 1252 0 0 105231 22 0 0 25 0 5 0 654575898 781242368 178518 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=762932 CPUtime=1062.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 123013 1252 0 0 106204 21 0 0 25 0 5 0 654575898 781242368 178518 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=762932 CPUtime=1062.25 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 116200 1252 0 0 106206 19 0 0 25 0 5 0 654575898 781242368 178518 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.38
Current children cumulated vsize (KiB) 762932

[startup+1122.3 s]
/proc/loadavg: 4.03 4.41 5.82 5/290 14004
/proc/meminfo: memFree=15987216/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=770512 CPUtime=4478.84 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 506513 1252 0 0 447802 82 0 0 25 0 5 0 654575892 789004288 180413 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 192628 180413 178 55 0 190514 0
[pid=13946/tid=13953] ppid=13944 vsize=770512 CPUtime=1122.26 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 120772 1252 0 0 112208 18 0 0 25 0 5 0 654575898 789004288 180413 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=770512 CPUtime=1111.98 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 140079 1252 0 0 111176 22 0 0 25 0 5 0 654575898 789004288 180413 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=770512 CPUtime=1122.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 124908 1252 0 0 112204 21 0 0 25 0 5 0 654575898 789004288 180413 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=770512 CPUtime=1122.26 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 116200 1252 0 0 112207 19 0 0 25 0 5 0 654575898 789004288 180413 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.84
Current children cumulated vsize (KiB) 770512

[startup+1182.3 s]
/proc/loadavg: 4.01 4.33 5.70 5/290 14005
/proc/meminfo: memFree=15966996/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=791264 CPUtime=4718.31 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 511701 1252 0 0 471747 84 0 0 25 0 5 0 654575892 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 197816 185601 178 55 0 195702 0
[pid=13946/tid=13953] ppid=13944 vsize=791264 CPUtime=1182.26 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 120772 1252 0 0 118208 18 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=791264 CPUtime=1171.44 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 144175 1252 0 0 117121 23 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=791264 CPUtime=1182.25 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 124908 1252 0 0 118204 21 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=791264 CPUtime=1182.25 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 117292 1252 0 0 118206 19 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.31
Current children cumulated vsize (KiB) 791264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 4.01 4.31 5.66 5/290 14006
/proc/meminfo: memFree=15966988/32951124 swapFree=52307768/67111528
[pid=13946] ppid=13944 vsize=791264 CPUtime=4800.14 cores=0,2,4,6
/proc/13946/stat : 13946 (plingeling) S 13944 13946 13510 0 -1 4202496 511701 1252 0 0 479930 84 0 0 25 0 5 0 654575892 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13946/statm: 197816 185601 178 55 0 195702 0
[pid=13946/tid=13953] ppid=13944 vsize=791264 CPUtime=1202.77 cores=0,2,4,6
/proc/13946/task/13953/stat : 13953 (plingeling) R 13944 13946 13510 0 -1 4202560 120772 1252 0 0 120259 18 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13946/tid=13954] ppid=13944 vsize=791264 CPUtime=1191.75 cores=0,2,4,6
/proc/13946/task/13954/stat : 13954 (plingeling) R 13944 13946 13510 0 -1 4202560 144175 1252 0 0 119152 23 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13946/tid=13955] ppid=13944 vsize=791264 CPUtime=1202.76 cores=0,2,4,6
/proc/13946/task/13955/stat : 13955 (plingeling) R 13944 13946 13510 0 -1 4202560 124908 1252 0 0 120255 21 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13946/tid=13956] ppid=13944 vsize=791264 CPUtime=1202.76 cores=0,2,4,6
/proc/13946/task/13956/stat : 13956 (plingeling) R 13944 13946 13510 0 -1 4202560 117292 1252 0 0 120257 19 0 0 25 0 5 0 654575898 810254336 185601 33554432000 4194304 4417452 140736061496368 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 791264

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): 1202.84
CPU time (s): 4800.21
CPU user time (s): 4799.34
CPU system time (s): 0.871867
CPU usage (%): 399.072
Max. virtual memory (cumulated for all children) (KiB): 798736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.34
system time used= 0.871867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512953
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= 127
involuntary context switches= 21792

runsolver used 3.33149 second user time and 7.61784 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 05:22:11
IDJOB=3371034
IDBENCH=83921
IDSOLVER=1848
FILE ID=node101/3371034-1305429731
RUNJOBID= node101-1305426532-13528
PBS_JOBID= 13324601
Free space on /tmp= 73756 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371034-1305429731/watcher-3371034-1305429731 -o /tmp/evaluation-result-3371034-1305429731/solver-3371034-1305429731 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371034-1305429731.cnf

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=28656847

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16531228 kB
Buffers:        330040 kB
Cached:        5979604 kB
SwapCached:      14848 kB
Active:       11024700 kB
Inactive:      5119068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16531228 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1224 kB
Writeback:           8 kB
AnonPages:     9831116 kB
Mapped:          15108 kB
Slab:           151168 kB
PageTables:      62576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42221076 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= 73756 MiB
End job on node101 at 2011-05-15 05:42:16