Trace number 3371101

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.25 1203.13

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.865867
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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-3371101-1305432308/watcher-3371101-1305432308 -o /tmp/evaluation-result-3371101-1305432308/solver-3371101-1305432308 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371101-1305432308.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: 5.12 7.27 7.32 2/311 16614
/proc/meminfo: memFree=27256636/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=10420 CPUtime=0 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) R 16612 16614 9395 0 -1 4202496 699 1253 0 0 0 0 0 0 22 0 1 0 387422049 10670080 629 33554432000 4194304 4417452 140733357088176 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16614/statm: 2605 629 148 55 0 491 0

[startup+0.079511 s]
/proc/loadavg: 5.12 7.27 7.32 2/311 16614
/proc/meminfo: memFree=27256636/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=54036 CPUtime=0.23 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 2068 1253 0 0 23 0 0 0 22 0 5 0 387422049 55332864 1324 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 13509 1324 175 55 0 11395 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 54036

[startup+0.100506 s]
/proc/loadavg: 5.12 7.27 7.32 2/311 16614
/proc/meminfo: memFree=27256636/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=54268 CPUtime=0.31 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 2095 1253 0 0 31 0 0 0 22 0 5 0 387422049 55570432 1351 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 13567 1351 176 55 0 11453 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 54268

[startup+0.300472 s]
/proc/loadavg: 5.12 7.27 7.32 2/311 16614
/proc/meminfo: memFree=27256636/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=54992 CPUtime=1.11 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 2378 1253 0 0 111 0 0 0 22 0 5 0 387422049 56311808 1577 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 13748 1577 180 55 0 11634 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 54992

[startup+0.700401 s]
/proc/loadavg: 5.12 7.27 7.32 2/311 16614
/proc/meminfo: memFree=27256636/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=58632 CPUtime=2.71 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 3418 1253 0 0 271 0 0 0 22 0 5 0 387422049 60039168 2458 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 14658 2458 180 55 0 12544 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 58632

[startup+1.50026 s]
/proc/loadavg: 5.12 7.27 7.32 9/325 16641
/proc/meminfo: memFree=27238228/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=60688 CPUtime=5.9 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 5186 1253 0 0 590 0 0 0 22 0 5 0 387422049 62144512 2972 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 15172 2972 180 55 0 13058 0
[pid=16614/tid=16626] ppid=16612 vsize=60688 CPUtime=1.47 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 998 1253 0 0 147 0 0 0 25 0 5 0 387422051 62144512 2972 33554432000 4194304 4417452 140733357088176 18446744073709551615 4354171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=60688 CPUtime=1.46 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 695 1253 0 0 146 0 0 0 25 0 5 0 387422051 62144512 2972 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=60688 CPUtime=1.47 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 1045 1253 0 0 147 0 0 0 25 0 5 0 387422051 62144512 2972 33554432000 4194304 4417452 140733357088176 18446744073709551615 4356856 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=60688 CPUtime=1.47 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 945 1253 0 0 147 0 0 0 25 0 5 0 387422051 62144512 2972 33554432000 4194304 4417452 140733357088176 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 60688

[startup+3.10098 s]
/proc/loadavg: 5.35 7.28 7.32 9/325 16641
/proc/meminfo: memFree=27227688/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=64152 CPUtime=12.29 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 9428 1253 0 0 1228 1 0 0 22 0 5 0 387422049 65691648 3868 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 16038 3868 180 55 0 13924 0
[pid=16614/tid=16626] ppid=16612 vsize=64152 CPUtime=3.07 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 2356 1253 0 0 307 0 0 0 25 0 5 0 387422051 65691648 3868 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=64152 CPUtime=3.04 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 1355 1253 0 0 304 0 0 0 25 0 5 0 387422051 65691648 3868 33554432000 4194304 4417452 140733357088176 18446744073709551615 4365198 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=64152 CPUtime=3.07 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 1932 1253 0 0 307 0 0 0 25 0 5 0 387422051 65691648 3868 33554432000 4194304 4417452 140733357088176 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=64152 CPUtime=3.07 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 2282 1253 0 0 307 0 0 0 25 0 5 0 387422051 65691648 3868 33554432000 4194304 4417452 140733357088176 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 64152

[startup+6.30042 s]
/proc/loadavg: 5.35 7.28 7.32 9/325 16641
/proc/meminfo: memFree=27220880/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=69580 CPUtime=25.06 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 16651 1253 0 0 2504 2 0 0 22 0 5 0 387422049 71249920 5227 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 17395 5227 180 55 0 15281 0
[pid=16614/tid=16626] ppid=16612 vsize=69580 CPUtime=6.27 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 3717 1253 0 0 627 0 0 0 25 0 5 0 387422051 71249920 5227 33554432000 4194304 4417452 140733357088176 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=69580 CPUtime=6.21 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 3627 1253 0 0 621 0 0 0 25 0 5 0 387422051 71249920 5227 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=69580 CPUtime=6.27 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 3776 1253 0 0 627 0 0 0 25 0 5 0 387422051 71249920 5227 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=69580 CPUtime=6.26 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 4028 1253 0 0 626 0 0 0 25 0 5 0 387422051 71249920 5227 33554432000 4194304 4417452 140733357088176 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 69580

[startup+12.7003 s]
/proc/loadavg: 5.76 7.31 7.33 9/325 16641
/proc/meminfo: memFree=27204424/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=69268 CPUtime=50.59 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 28569 1253 0 0 5055 4 0 0 22 0 5 0 387422049 70930432 5144 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 17317 5144 180 55 0 15203 0
[pid=16614/tid=16626] ppid=16612 vsize=69268 CPUtime=12.66 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 7347 1253 0 0 1266 0 0 0 25 0 5 0 387422051 70930432 5144 33554432000 4194304 4417452 140733357088176 18446744073709551615 4354693 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=69268 CPUtime=12.54 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 6675 1253 0 0 1253 1 0 0 25 0 5 0 387422051 70930432 5144 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=69268 CPUtime=12.67 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 7049 1253 0 0 1266 1 0 0 25 0 5 0 387422051 70930432 5144 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=69268 CPUtime=12.66 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 5995 1253 0 0 1266 0 0 0 25 0 5 0 387422051 70930432 5144 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 69268

[startup+25.501 s]
/proc/loadavg: 6.10 7.33 7.33 9/325 16641
/proc/meminfo: memFree=27195632/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=78348 CPUtime=101.65 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 49758 1253 0 0 10157 8 0 0 22 0 5 0 387422049 80228352 7424 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 19587 7424 180 55 0 17473 0
[pid=16614/tid=16626] ppid=16612 vsize=78348 CPUtime=25.47 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 14530 1253 0 0 2545 2 0 0 25 0 5 0 387422051 80228352 7424 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=78348 CPUtime=25.21 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 12038 1253 0 0 2519 2 0 0 25 0 5 0 387422051 80228352 7424 33554432000 4194304 4417452 140733357088176 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=78348 CPUtime=25.47 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 11913 1253 0 0 2545 2 0 0 25 0 5 0 387422051 80228352 7424 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=78348 CPUtime=25.46 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 9774 1253 0 0 2545 1 0 0 25 0 5 0 387422051 80228352 7424 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 78348

[startup+51.1005 s]
/proc/loadavg: 6.75 7.38 7.35 9/325 16642
/proc/meminfo: memFree=27169308/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=91436 CPUtime=203.8 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 92567 1253 0 0 20364 16 0 0 22 0 5 0 387422049 93630464 10665 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 22859 10665 180 55 0 20745 0
[pid=16614/tid=16626] ppid=16612 vsize=91436 CPUtime=51.07 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 25595 1253 0 0 5103 4 0 0 25 0 5 0 387422051 93630464 10665 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=91436 CPUtime=50.55 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 24648 1253 0 0 5051 4 0 0 25 0 5 0 387422051 93630464 10665 33554432000 4194304 4417452 140733357088176 18446744073709551615 4353648 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=91436 CPUtime=51.07 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 22573 1253 0 0 5103 4 0 0 25 0 5 0 387422051 93630464 10665 33554432000 4194304 4417452 140733357088176 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=91436 CPUtime=51.06 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 18248 1253 0 0 5103 3 0 0 25 0 5 0 387422051 93630464 10665 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 91436

[startup+102.312 s]
/proc/loadavg: 7.57 7.50 7.39 9/325 16643
/proc/meminfo: memFree=27137288/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=110496 CPUtime=408.12 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 167475 1253 0 0 40784 28 0 0 22 0 5 0 387422049 113147904 15431 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 27624 15431 180 55 0 25510 0
[pid=16614/tid=16626] ppid=16612 vsize=110496 CPUtime=102.28 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 42181 1253 0 0 10222 6 0 0 25 0 5 0 387422051 113147904 15431 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=110496 CPUtime=101.26 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 45345 1253 0 0 10118 8 0 0 25 0 5 0 387422051 113147904 15431 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=110496 CPUtime=102.28 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 48187 1253 0 0 10220 8 0 0 25 0 5 0 387422051 113147904 15431 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=110496 CPUtime=102.26 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 30259 1253 0 0 10222 4 0 0 25 0 5 0 387422051 113147904 15431 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.12
Current children cumulated vsize (KiB) 110496

[startup+162.301 s]
/proc/loadavg: 7.86 7.60 7.43 9/325 16645
/proc/meminfo: memFree=27109704/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=118036 CPUtime=647.48 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 241750 1253 0 0 64707 41 0 0 22 0 5 0 387422049 120868864 17347 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 29509 17347 180 55 0 27395 0
[pid=16614/tid=16626] ppid=16612 vsize=118036 CPUtime=162.27 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 60694 1253 0 0 16218 9 0 0 25 0 5 0 387422051 120868864 17347 33554432000 4194304 4417452 140733357088176 18446744073709551615 4357976 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=118036 CPUtime=160.65 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 64770 1253 0 0 16054 11 0 0 25 0 5 0 387422051 120868864 17347 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=118036 CPUtime=162.27 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 71576 1253 0 0 16215 12 0 0 25 0 5 0 387422051 120868864 17347 33554432000 4194304 4417452 140733357088176 18446744073709551615 4357942 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=118036 CPUtime=162.23 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 43207 1253 0 0 16217 6 0 0 25 0 5 0 387422051 120868864 17347 33554432000 4194304 4417452 140733357088176 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.48
Current children cumulated vsize (KiB) 118036


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

[pid=16614/tid=16627] ppid=16612 vsize=213756 CPUtime=754.66 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 185367 1253 0 0 75436 30 0 0 25 0 5 0 387422051 218886144 41264 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=213756 CPUtime=762.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 202599 1253 0 0 76195 34 0 0 25 0 5 0 387422051 218886144 41264 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=213756 CPUtime=762.16 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 160416 1253 0 0 76190 26 0 0 25 0 5 0 387422051 218886144 41264 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.46
Current children cumulated vsize (KiB) 213756

[startup+822.301 s]
/proc/loadavg: 8.11 8.07 7.77 9/325 16662
/proc/meminfo: memFree=26960744/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=208580 CPUtime=3280.82 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 776075 1253 0 0 327955 127 0 0 22 0 5 0 387422049 213585920 39951 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 52145 39951 180 55 0 50031 0
[pid=16614/tid=16626] ppid=16612 vsize=208580 CPUtime=822.28 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 196217 1253 0 0 82197 31 0 0 25 0 5 0 387422051 213585920 39951 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=208580 CPUtime=814.05 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 195183 1253 0 0 81374 31 0 0 25 0 5 0 387422051 213585920 39951 33554432000 4194304 4417452 140733357088176 18446744073709551615 4365062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=208580 CPUtime=822.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 212252 1253 0 0 82193 36 0 0 25 0 5 0 387422051 213585920 39951 33554432000 4194304 4417452 140733357088176 18446744073709551615 4237298 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=208580 CPUtime=822.14 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 170920 1253 0 0 82187 27 0 0 25 0 5 0 387422051 213585920 39951 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.82
Current children cumulated vsize (KiB) 208580

[startup+882.3 s]
/proc/loadavg: 8.14 8.09 7.79 9/325 16664
/proc/meminfo: memFree=26931540/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=219808 CPUtime=3520.2 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 804240 1253 0 0 351889 131 0 0 22 0 5 0 387422049 225083392 42758 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 54952 42758 180 55 0 52838 0
[pid=16614/tid=16626] ppid=16612 vsize=219808 CPUtime=882.29 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 201686 1253 0 0 88197 32 0 0 25 0 5 0 387422051 225083392 42758 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=219808 CPUtime=873.44 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 204390 1253 0 0 87312 32 0 0 25 0 5 0 387422051 225083392 42758 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=219808 CPUtime=882.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 219888 1253 0 0 88192 37 0 0 25 0 5 0 387422051 225083392 42758 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=219808 CPUtime=882.13 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 176773 1253 0 0 88184 29 0 0 25 0 5 0 387422051 225083392 42758 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.2
Current children cumulated vsize (KiB) 219808

[startup+942.301 s]
/proc/loadavg: 8.09 8.08 7.81 9/325 16666
/proc/meminfo: memFree=26888576/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=282924 CPUtime=3759.6 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 841099 1253 0 0 375822 138 0 0 22 0 5 0 387422049 289714176 58536 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 70731 58537 180 55 0 68617 0
[pid=16614/tid=16626] ppid=16612 vsize=282924 CPUtime=942.29 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 213043 1253 0 0 94195 34 0 0 25 0 5 0 387422051 289714176 58537 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=282924 CPUtime=932.85 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 215729 1253 0 0 93250 35 0 0 25 0 5 0 387422051 289714176 58537 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=282924 CPUtime=942.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 228257 1253 0 0 94191 38 0 0 25 0 5 0 387422051 289714176 58537 33554432000 4194304 4417452 140733357088176 18446744073709551615 268660356159 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=282924 CPUtime=942.13 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 182568 1253 0 0 94183 30 0 0 25 0 5 0 387422051 289714176 58537 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.6
Current children cumulated vsize (KiB) 282924

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 7.83 9/325 16667
/proc/meminfo: memFree=26848960/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=309616 CPUtime=3998.99 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 870742 1253 0 0 399756 143 0 0 22 0 5 0 387422049 317046784 65210 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 77404 65210 180 55 0 75290 0
[pid=16614/tid=16626] ppid=16612 vsize=309616 CPUtime=1002.29 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 219576 1253 0 0 100195 34 0 0 25 0 5 0 387422051 317046784 65210 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=309616 CPUtime=992.24 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 221580 1253 0 0 99188 36 0 0 25 0 5 0 387422051 317046784 65210 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=309616 CPUtime=1002.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 236194 1253 0 0 100189 40 0 0 25 0 5 0 387422051 317046784 65210 33554432000 4194304 4417452 140733357088176 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=309616 CPUtime=1002.12 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 191889 1253 0 0 100181 31 0 0 25 0 5 0 387422051 317046784 65210 33554432000 4194304 4417452 140733357088176 18446744073709551615 4353526 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3998.99
Current children cumulated vsize (KiB) 309616

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 7.84 9/325 16669
/proc/meminfo: memFree=26834136/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=311216 CPUtime=4238.39 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 901907 1253 0 0 423690 149 0 0 22 0 5 0 387422049 318685184 65610 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 77804 65610 180 55 0 75690 0
[pid=16614/tid=16626] ppid=16612 vsize=311216 CPUtime=1062.29 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 229113 1253 0 0 106193 36 0 0 25 0 5 0 387422051 318685184 65610 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=311216 CPUtime=1051.66 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 230145 1253 0 0 105128 38 0 0 25 0 5 0 387422051 318685184 65610 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=311216 CPUtime=1062.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 242448 1253 0 0 106188 41 0 0 25 0 5 0 387422051 318685184 65610 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=311216 CPUtime=1062.11 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 198698 1253 0 0 106178 33 0 0 25 0 5 0 387422051 318685184 65610 33554432000 4194304 4417452 140733357088176 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.39
Current children cumulated vsize (KiB) 311216

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 7.86 9/325 16670
/proc/meminfo: memFree=26843748/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=299580 CPUtime=4477.78 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 927447 1253 0 0 447625 153 0 0 22 0 5 0 387422049 306769920 62701 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 74895 62701 180 55 0 72781 0
[pid=16614/tid=16626] ppid=16612 vsize=299580 CPUtime=1122.3 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 232720 1253 0 0 112193 37 0 0 25 0 5 0 387422051 306769920 62701 33554432000 4194304 4417452 140733357088176 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=299580 CPUtime=1111.05 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 234893 1253 0 0 111067 38 0 0 25 0 5 0 387422051 306769920 62701 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=299580 CPUtime=1122.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 253959 1253 0 0 112186 43 0 0 25 0 5 0 387422051 306769920 62701 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=299580 CPUtime=1122.1 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 204372 1253 0 0 112176 34 0 0 25 0 5 0 387422051 306769920 62701 33554432000 4194304 4417452 140733357088176 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.78
Current children cumulated vsize (KiB) 299580

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 7.86 9/325 16672
/proc/meminfo: memFree=26804636/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=323380 CPUtime=4717.18 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 950985 1253 0 0 471561 157 0 0 22 0 5 0 387422049 331141120 68651 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 80845 68651 180 55 0 78731 0
[pid=16614/tid=16626] ppid=16612 vsize=323380 CPUtime=1182.29 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 234750 1253 0 0 118192 37 0 0 25 0 5 0 387422051 331141120 68651 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=323380 CPUtime=1170.45 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 242002 1253 0 0 117006 39 0 0 25 0 5 0 387422051 331141120 68651 33554432000 4194304 4417452 140733357088176 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=323380 CPUtime=1182.29 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 259474 1253 0 0 118185 44 0 0 25 0 5 0 387422051 331141120 68651 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=323380 CPUtime=1182.09 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 213256 1253 0 0 118174 35 0 0 25 0 5 0 387422051 331141120 68651 33554432000 4194304 4417452 140733357088176 18446744073709551615 4250972 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.18
Current children cumulated vsize (KiB) 323380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.03 8.07 7.86 5/320 16674
/proc/meminfo: memFree=26929756/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=371344 CPUtime=4800.18 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 962976 1253 0 0 479859 159 0 0 22 0 5 0 387422049 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 92836 80642 180 55 0 90722 0
[pid=16614/tid=16626] ppid=16612 vsize=371344 CPUtime=1203.11 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 241583 1253 0 0 120272 39 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=371344 CPUtime=1191.04 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 243256 1253 0 0 119065 39 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=371344 CPUtime=1203.1 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 261728 1253 0 0 120266 44 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=371344 CPUtime=1202.9 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 214906 1253 0 0 120254 36 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 371344

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

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

[startup+1203.1 s]
/proc/loadavg: 8.03 8.07 7.86 5/320 16674
/proc/meminfo: memFree=26929756/32951124 swapFree=46575252/67111528
[pid=16614] ppid=16612 vsize=371344 CPUtime=4800.18 cores=0,2,4,6
/proc/16614/stat : 16614 (plingeling) S 16612 16614 9395 0 -1 4202496 962976 1253 0 0 479859 159 0 0 22 0 5 0 387422049 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/16614/statm: 92836 80642 180 55 0 90722 0
[pid=16614/tid=16626] ppid=16612 vsize=371344 CPUtime=1203.11 cores=0,2,4,6
/proc/16614/task/16626/stat : 16626 (plingeling) R 16612 16614 9395 0 -1 4202560 241583 1253 0 0 120272 39 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16614/tid=16627] ppid=16612 vsize=371344 CPUtime=1191.04 cores=0,2,4,6
/proc/16614/task/16627/stat : 16627 (plingeling) R 16612 16614 9395 0 -1 4202560 243256 1253 0 0 119065 39 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16614/tid=16628] ppid=16612 vsize=371344 CPUtime=1203.1 cores=0,2,4,6
/proc/16614/task/16628/stat : 16628 (plingeling) R 16612 16614 9395 0 -1 4202560 261728 1253 0 0 120266 44 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16614/tid=16629] ppid=16612 vsize=371344 CPUtime=1202.9 cores=0,2,4,6
/proc/16614/task/16629/stat : 16629 (plingeling) R 16612 16614 9395 0 -1 4202560 214906 1253 0 0 120254 36 0 0 25 0 5 0 387422051 380256256 80642 33554432000 4194304 4417452 140733357088176 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 371344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.13
CPU time (s): 4800.25
CPU user time (s): 4798.63
CPU system time (s): 1.61775
CPU usage (%): 398.979
Max. virtual memory (cumulated for all children) (KiB): 371344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.63
system time used= 1.61775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 964229
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= 41
involuntary context switches= 23544

runsolver used 3.55846 second user time and 8.48571 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 06:05:08
IDJOB=3371101
IDBENCH=87734
IDSOLVER=1848
FILE ID=node107/3371101-1305432308
RUNJOBID= node107-1305432308-16602
PBS_JOBID= 13324575
Free space on /tmp= 73492 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371101-1305432308/watcher-3371101-1305432308 -o /tmp/evaluation-result-3371101-1305432308/solver-3371101-1305432308 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371101-1305432308.cnf

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=2105738125

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:      27256924 kB
Buffers:        148032 kB
Cached:         983860 kB
SwapCached:       9832 kB
Active:        5237888 kB
Inactive:       176540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27256924 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:     4279868 kB
Mapped:          18736 kB
Slab:           146376 kB
PageTables:      68836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64913348 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= 73492 MiB
End job on node107 at 2011-05-15 06:25:13