Trace number 3371141

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.12 1205.96

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.12 7.39 6/387 21216
/proc/meminfo: memFree=14166772/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=15572 CPUtime=0 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) R 21214 21216 14218 0 -1 4202496 1982 1252 0 0 0 0 0 0 22 0 1 0 733408287 15945728 1884 33554432000 4194304 4417452 140734843892000 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21216/statm: 3893 1884 148 55 0 1779 0

[startup+0.031926 s]
/proc/loadavg: 8.13 8.12 7.39 6/387 21216
/proc/meminfo: memFree=14166772/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=21296 CPUtime=0.02 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) R 21214 21216 14218 0 -1 4202496 3445 1252 0 0 2 0 0 0 22 0 1 0 733408287 21807104 3347 33554432000 4194304 4417452 140734843892000 18446744073709551615 216734797340 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21216/statm: 5324 3347 148 55 0 3210 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21296

[startup+0.100914 s]
/proc/loadavg: 8.13 8.12 7.39 6/387 21216
/proc/meminfo: memFree=14166772/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=24880 CPUtime=0.09 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) R 21214 21216 14218 0 -1 4202496 4341 1252 0 0 9 0 0 0 22 0 1 0 733408287 25477120 4243 33554432000 4194304 4417452 140734843892000 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21216/statm: 6220 4243 148 55 0 4106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24880

[startup+0.300883 s]
/proc/loadavg: 8.13 8.12 7.39 6/387 21216
/proc/meminfo: memFree=14166772/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=44984 CPUtime=0.29 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) R 21214 21216 14218 0 -1 4202496 9370 1252 0 0 28 1 0 0 23 0 1 0 733408287 46063616 9269 33554432000 4194304 4417452 140734843892000 18446744073709551615 4231461 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21216/statm: 11246 9269 148 55 0 9132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44984

[startup+0.70081 s]
/proc/loadavg: 8.13 8.12 7.39 6/387 21216
/proc/meminfo: memFree=14166772/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=61368 CPUtime=0.68 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) R 21214 21216 14218 0 -1 4202496 13466 1252 0 0 67 1 0 0 25 0 1 0 733408287 62840832 13365 33554432000 4194304 4417452 140734843892000 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21216/statm: 15342 13365 148 55 0 13228 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 61368

[startup+1.50067 s]
/proc/loadavg: 7.88 8.07 7.38 6/388 21222
/proc/meminfo: memFree=14026032/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=94268 CPUtime=1.49 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) R 21214 21216 14218 0 -1 4202496 21691 1252 0 0 146 3 0 0 25 0 1 0 733408287 96530432 21590 33554432000 4194304 4417452 140734843892000 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21216/statm: 23567 21590 148 55 0 21453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94268

[startup+3.10036 s]
/proc/loadavg: 7.88 8.07 7.38 6/388 21222
/proc/meminfo: memFree=13925508/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=198696 CPUtime=3.9 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 40429 1252 0 0 384 6 0 0 25 0 5 0 733408287 203464704 37390 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 49674 37390 172 55 0 47560 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 198696

[startup+6.3008 s]
/proc/loadavg: 7.88 8.07 7.38 9/392 21226
/proc/meminfo: memFree=13885564/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=204784 CPUtime=16.65 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 50993 1252 0 0 1658 7 0 0 25 0 5 0 733408287 209698816 38978 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 51196 38978 175 55 0 49082 0
[pid=21216/tid=21223] ppid=21214 vsize=204784 CPUtime=3.47 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 3536 1252 0 0 347 0 0 0 25 0 5 0 733408569 209698816 38978 33554432000 4194304 4417452 140734843892000 18446744073709551615 4282826 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=204784 CPUtime=3.46 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 3942 1252 0 0 346 0 0 0 25 0 5 0 733408569 209698816 38978 33554432000 4194304 4417452 140734843892000 18446744073709551615 4282409 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=204784 CPUtime=3.46 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 4337 1252 0 0 346 0 0 0 25 0 5 0 733408569 209698816 38978 33554432000 4194304 4417452 140734843892000 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=204784 CPUtime=3.43 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 928 1252 0 0 343 0 0 0 25 0 5 0 733408569 209698816 38978 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.65
Current children cumulated vsize (KiB) 204784

[startup+12.7007 s]
/proc/loadavg: 7.90 8.06 7.39 9/392 21226
/proc/meminfo: memFree=13812780/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=253564 CPUtime=42.16 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 87771 1252 0 0 4204 12 0 0 25 0 5 0 733408287 259649536 51190 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 63391 51190 180 55 0 61277 0
[pid=21216/tid=21223] ppid=21214 vsize=253564 CPUtime=9.86 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 15692 1252 0 0 984 2 0 0 25 0 5 0 733408569 259649536 51190 33554432000 4194304 4417452 140734843892000 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=253564 CPUtime=9.86 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 15073 1252 0 0 984 2 0 0 25 0 5 0 733408569 259649536 51190 33554432000 4194304 4417452 140734843892000 18446744073709551615 4258646 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=253564 CPUtime=9.86 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 17828 1252 0 0 985 1 0 0 25 0 5 0 733408569 259649536 51190 33554432000 4194304 4417452 140734843892000 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=253564 CPUtime=9.74 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 928 1252 0 0 974 0 0 0 25 0 5 0 733408569 259649536 51190 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.16
Current children cumulated vsize (KiB) 253564

[startup+25.5004 s]
/proc/loadavg: 7.91 8.06 7.39 9/392 21226
/proc/meminfo: memFree=13907336/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=298012 CPUtime=93.2 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 96935 1252 0 0 9306 14 0 0 25 0 5 0 733408287 305164288 60316 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 74503 60316 180 55 0 72389 0
[pid=21216/tid=21223] ppid=21214 vsize=298012 CPUtime=22.67 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 18151 1252 0 0 2264 3 0 0 25 0 5 0 733408569 305164288 60316 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=298012 CPUtime=22.65 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 17532 1252 0 0 2263 2 0 0 25 0 5 0 733408569 305164288 60316 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=298012 CPUtime=22.66 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 21470 1252 0 0 2264 2 0 0 25 0 5 0 733408569 305164288 60316 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=298012 CPUtime=22.37 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 1532 1252 0 0 2237 0 0 0 25 0 5 0 733408569 305164288 60316 33554432000 4194304 4417452 140734843892000 18446744073709551615 4357746 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.2
Current children cumulated vsize (KiB) 298012

[startup+51.101 s]
/proc/loadavg: 8.00 8.07 7.41 9/392 21227
/proc/meminfo: memFree=13865784/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=307252 CPUtime=195.28 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 107455 1252 0 0 19512 16 0 0 25 0 5 0 733408287 314626048 62565 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 76813 62565 180 55 0 74699 0
[pid=21216/tid=21223] ppid=21214 vsize=307252 CPUtime=48.27 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 18191 1252 0 0 4824 3 0 0 25 0 5 0 733408569 314626048 62565 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=307252 CPUtime=48.25 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 25886 1252 0 0 4821 4 0 0 25 0 5 0 733408569 314626048 62565 33554432000 4194304 4417452 140734843892000 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=307252 CPUtime=48.26 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 23596 1252 0 0 4824 2 0 0 25 0 5 0 733408569 314626048 62565 33554432000 4194304 4417452 140734843892000 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=307252 CPUtime=47.65 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 1532 1252 0 0 4765 0 0 0 25 0 5 0 733408569 314626048 62565 33554432000 4194304 4417452 140734843892000 18446744073709551615 216734875826 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 195.28
Current children cumulated vsize (KiB) 307252

[startup+102.315 s]
/proc/loadavg: 8.06 8.07 7.45 9/392 21228
/proc/meminfo: memFree=13738108/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=314204 CPUtime=399.49 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 116264 1252 0 0 39931 18 0 0 25 0 5 0 733408287 321744896 64309 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 78551 64309 180 55 0 76437 0
[pid=21216/tid=21223] ppid=21214 vsize=314204 CPUtime=99.48 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 22372 1252 0 0 9945 3 0 0 25 0 5 0 733408569 321744896 64309 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=314204 CPUtime=99.47 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 25911 1252 0 0 9943 4 0 0 25 0 5 0 733408569 321744896 64309 33554432000 4194304 4417452 140734843892000 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=314204 CPUtime=99.47 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 26152 1252 0 0 9945 2 0 0 25 0 5 0 733408569 321744896 64309 33554432000 4194304 4417452 140734843892000 18446744073709551615 4249233 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=314204 CPUtime=98.21 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 3579 1252 0 0 9821 0 0 0 25 0 5 0 733408569 321744896 64309 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 399.49
Current children cumulated vsize (KiB) 314204

[startup+162.301 s]
/proc/loadavg: 8.14 8.08 7.49 9/392 21230
/proc/meminfo: memFree=13618040/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=345892 CPUtime=638.67 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 124604 1252 0 0 63849 18 0 0 25 0 5 0 733408287 354193408 72624 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 86473 72624 180 55 0 84359 0
[pid=21216/tid=21223] ppid=21214 vsize=345892 CPUtime=159.46 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 23796 1252 0 0 15943 3 0 0 25 0 5 0 733408569 354193408 72624 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=345892 CPUtime=159.46 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 27308 1252 0 0 15941 5 0 0 25 0 5 0 733408569 354193408 72624 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=345892 CPUtime=159.47 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 29778 1252 0 0 15944 3 0 0 25 0 5 0 733408569 354193408 72624 33554432000 4194304 4417452 140734843892000 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=345892 CPUtime=157.44 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 5472 1252 0 0 15744 0 0 0 25 0 5 0 733408569 354193408 72624 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 638.67
Current children cumulated vsize (KiB) 345892

[startup+222.301 s]
/proc/loadavg: 8.17 8.10 7.53 9/392 21232
/proc/meminfo: memFree=13376824/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=440740 CPUtime=877.92 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 171775 1252 0 0 87767 25 0 0 25 0 5 0 733408287 451317760 97990 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 110185 97990 180 55 0 108071 0
[pid=21216/tid=21223] ppid=21214 vsize=440740 CPUtime=219.47 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 36057 1252 0 0 21942 5 0 0 25 0 5 0 733408569 451317760 97990 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=440740 CPUtime=219.46 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 47780 1252 0 0 21939 7 0 0 25 0 5 0 733408569 451317760 97990 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=440740 CPUtime=219.46 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 40439 1252 0 0 21942 4 0 0 25 0 5 0 733408569 451317760 97990 33554432000 4194304 4417452 140734843892000 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=440740 CPUtime=216.67 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 9249 1252 0 0 21666 1 0 0 25 0 5 0 733408569 451317760 97990 33554432000 4194304 4417452 140734843892000 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 877.92
Current children cumulated vsize (KiB) 440740

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

[pid=21216/tid=21224] ppid=21214 vsize=685360 CPUtime=759.49 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 65387 1252 0 0 75940 9 0 0 25 0 5 0 733408569 701808640 159145 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=685360 CPUtime=759.49 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 43992 1252 0 0 75944 5 0 0 25 0 5 0 733408569 701808640 159145 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=685360 CPUtime=749.83 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 77832 1252 0 0 74973 10 0 0 25 0 5 0 733408569 701808640 159145 33554432000 4194304 4417452 140734843892000 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3031.15
Current children cumulated vsize (KiB) 685360

[startup+822.301 s]
/proc/loadavg: 8.06 8.06 7.76 9/392 21294
/proc/meminfo: memFree=13937696/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=715896 CPUtime=3270.34 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 284190 1252 0 0 326995 39 0 0 25 0 5 0 733408287 733077504 166779 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 178974 166779 180 55 0 176860 0
[pid=21216/tid=21223] ppid=21214 vsize=715896 CPUtime=819.48 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 55214 1252 0 0 81940 8 0 0 25 0 5 0 733408569 733077504 166779 33554432000 4194304 4417452 140734843892000 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=715896 CPUtime=819.47 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 65387 1252 0 0 81938 9 0 0 25 0 5 0 733408569 733077504 166779 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=715896 CPUtime=819.48 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 46064 1252 0 0 81943 5 0 0 25 0 5 0 733408569 733077504 166779 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=715896 CPUtime=809.06 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 79275 1252 0 0 80896 10 0 0 25 0 5 0 733408569 733077504 166779 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3270.34
Current children cumulated vsize (KiB) 715896

[startup+882.301 s]
/proc/loadavg: 7.46 7.93 7.74 5/382 21312
/proc/meminfo: memFree=14144372/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=694248 CPUtime=3509.58 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 296893 1252 0 0 350917 41 0 0 25 0 5 0 733408287 710909952 161367 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 173562 161367 180 55 0 171448 0
[pid=21216/tid=21223] ppid=21214 vsize=694248 CPUtime=879.48 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 59559 1252 0 0 87940 8 0 0 25 0 5 0 733408569 710909952 161367 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=694248 CPUtime=879.48 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 65387 1252 0 0 87939 9 0 0 25 0 5 0 733408569 710909952 161367 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=694248 CPUtime=879.48 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 46313 1252 0 0 87943 5 0 0 25 0 5 0 733408569 710909952 161367 33554432000 4194304 4417452 140734843892000 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=694248 CPUtime=868.29 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 87384 1252 0 0 86818 11 0 0 25 0 5 0 733408569 710909952 161367 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3509.58
Current children cumulated vsize (KiB) 694248

[startup+942.301 s]
/proc/loadavg: 5.38 7.24 7.51 5/382 21314
/proc/meminfo: memFree=14123044/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=715952 CPUtime=3748.85 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 302372 1252 0 0 374843 42 0 0 25 0 5 0 733408287 733134848 166793 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 178988 166793 180 55 0 176874 0
[pid=21216/tid=21223] ppid=21214 vsize=715952 CPUtime=939.48 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 59559 1252 0 0 93940 8 0 0 25 0 5 0 733408569 733134848 166793 33554432000 4194304 4417452 140734843892000 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=715952 CPUtime=939.48 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 65410 1252 0 0 93939 9 0 0 25 0 5 0 733408569 733134848 166793 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=715952 CPUtime=939.48 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 46313 1252 0 0 93943 5 0 0 25 0 5 0 733408569 733134848 166793 33554432000 4194304 4417452 140734843892000 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=715952 CPUtime=927.56 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 92840 1252 0 0 92744 12 0 0 25 0 5 0 733408569 733134848 166793 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3748.85
Current children cumulated vsize (KiB) 715952

[startup+1002.3 s]
/proc/loadavg: 4.58 6.67 7.29 5/382 21315
/proc/meminfo: memFree=14095992/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=742384 CPUtime=3988.13 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 309013 1252 0 0 398770 43 0 0 25 0 5 0 733408287 760201216 173401 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 185596 173401 180 55 0 183482 0
[pid=21216/tid=21223] ppid=21214 vsize=742384 CPUtime=999.48 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 59559 1252 0 0 99940 8 0 0 25 0 5 0 733408569 760201216 173401 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=742384 CPUtime=999.48 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 65410 1252 0 0 99939 9 0 0 25 0 5 0 733408569 760201216 173401 33554432000 4194304 4417452 140734843892000 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=742384 CPUtime=999.48 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 46313 1252 0 0 99943 5 0 0 25 0 5 0 733408569 760201216 173401 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=742384 CPUtime=986.83 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 99481 1252 0 0 98670 13 0 0 25 0 5 0 733408569 760201216 173401 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3988.13
Current children cumulated vsize (KiB) 742384

[startup+1062.3 s]
/proc/loadavg: 4.36 6.21 7.10 5/382 21317
/proc/meminfo: memFree=13988716/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=731344 CPUtime=4227.41 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 337593 1252 0 0 422694 47 0 0 25 0 5 0 733408287 748896256 170641 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 182836 170641 180 55 0 180722 0
[pid=21216/tid=21223] ppid=21214 vsize=731344 CPUtime=1059.48 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 68017 1252 0 0 105939 9 0 0 25 0 5 0 733408569 748896256 170641 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=731344 CPUtime=1059.48 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 68273 1252 0 0 105939 9 0 0 25 0 5 0 733408569 748896256 170641 33554432000 4194304 4417452 140734843892000 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=731344 CPUtime=1059.49 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 52194 1252 0 0 105943 6 0 0 25 0 5 0 733408569 748896256 170641 33554432000 4194304 4417452 140734843892000 18446744073709551615 4356856 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=731344 CPUtime=1046.11 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 110859 1252 0 0 104596 15 0 0 25 0 5 0 733408569 748896256 170641 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4227.41
Current children cumulated vsize (KiB) 731344

[startup+1122.3 s]
/proc/loadavg: 4.13 5.81 6.90 5/382 21319
/proc/meminfo: memFree=14013504/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=825764 CPUtime=4466.65 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 366402 1252 0 0 446614 51 0 0 25 0 5 0 733408287 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 206441 194246 180 55 0 204327 0
[pid=21216/tid=21223] ppid=21214 vsize=825764 CPUtime=1119.49 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 73890 1252 0 0 111939 10 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=825764 CPUtime=1119.48 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 68273 1252 0 0 111939 9 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=825764 CPUtime=1119.48 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 55368 1252 0 0 111942 6 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=825764 CPUtime=1105.35 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 130621 1252 0 0 110517 18 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4466.65
Current children cumulated vsize (KiB) 825764

[startup+1182.3 s]
/proc/loadavg: 4.05 5.47 6.71 5/382 21320
/proc/meminfo: memFree=14013596/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=825764 CPUtime=4705.91 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 366426 1252 0 0 470540 51 0 0 25 0 5 0 733408287 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 206441 194246 180 55 0 204327 0
[pid=21216/tid=21223] ppid=21214 vsize=825764 CPUtime=1179.49 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 73890 1252 0 0 117939 10 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=825764 CPUtime=1179.48 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 68273 1252 0 0 117939 9 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=825764 CPUtime=1179.48 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 55392 1252 0 0 117942 6 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=825764 CPUtime=1164.6 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 130621 1252 0 0 116442 18 0 0 25 0 5 0 733408569 845582336 194246 33554432000 4194304 4417452 140734843892000 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4705.91
Current children cumulated vsize (KiB) 825764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.9 s]
/proc/loadavg: 4.03 5.36 6.64 5/382 21321
/proc/meminfo: memFree=14007280/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=832152 CPUtime=4800.04 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 368024 1252 0 0 479953 51 0 0 25 0 5 0 733408287 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 208038 195843 180 55 0 205924 0
[pid=21216/tid=21223] ppid=21214 vsize=832152 CPUtime=1203.1 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 75464 1252 0 0 120300 10 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=832152 CPUtime=1203.09 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 68297 1252 0 0 120300 9 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=832152 CPUtime=1203.1 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 55392 1252 0 0 120304 6 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=832152 CPUtime=1187.9 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 130621 1252 0 0 118772 18 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 832152

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

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

[startup+1205.9 s]
/proc/loadavg: 4.03 5.36 6.64 5/382 21321
/proc/meminfo: memFree=14007280/32951124 swapFree=65586204/67111528
[pid=21216] ppid=21214 vsize=832152 CPUtime=4800.04 cores=1,3,5,7
/proc/21216/stat : 21216 (plingeling) S 21214 21216 14218 0 -1 4202496 368024 1252 0 0 479953 51 0 0 25 0 5 0 733408287 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21216/statm: 208038 195843 180 55 0 205924 0
[pid=21216/tid=21223] ppid=21214 vsize=832152 CPUtime=1203.1 cores=1,3,5,7
/proc/21216/task/21223/stat : 21223 (plingeling) R 21214 21216 14218 0 -1 4202560 75464 1252 0 0 120300 10 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21216/tid=21224] ppid=21214 vsize=832152 CPUtime=1203.09 cores=1,3,5,7
/proc/21216/task/21224/stat : 21224 (plingeling) R 21214 21216 14218 0 -1 4202560 68297 1252 0 0 120300 9 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21216/tid=21225] ppid=21214 vsize=832152 CPUtime=1203.1 cores=1,3,5,7
/proc/21216/task/21225/stat : 21225 (plingeling) R 21214 21216 14218 0 -1 4202560 55392 1252 0 0 120304 6 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21216/tid=21226] ppid=21214 vsize=832152 CPUtime=1187.9 cores=1,3,5,7
/proc/21216/task/21226/stat : 21226 (plingeling) R 21214 21216 14218 0 -1 4202560 130621 1252 0 0 118772 18 0 0 25 0 5 0 733408569 852123648 195843 33554432000 4194304 4417452 140734843892000 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 832152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.96
CPU time (s): 4800.12
CPU user time (s): 4799.56
CPU system time (s): 0.555915
CPU usage (%): 398.034
Max. virtual memory (cumulated for all children) (KiB): 850404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.56
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369276
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= 125
involuntary context switches= 32625

runsolver used 4.43233 second user time and 10.8184 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 05:56:16
IDJOB=3371141
IDBENCH=85764
IDSOLVER=1848
FILE ID=node119/3371141-1305431775
RUNJOBID= node119-1305429715-21020
PBS_JOBID= 13324599
Free space on /tmp= 73308 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371141-1305431775/watcher-3371141-1305431775 -o /tmp/evaluation-result-3371141-1305431775/solver-3371141-1305431775 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371141-1305431775.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=2052407202

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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.815
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.67
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.815
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.815
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.74
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.815
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:      14167052 kB
Buffers:        290404 kB
Cached:        4657672 kB
SwapCached:       4756 kB
Active:       15339092 kB
Inactive:      3113508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14167052 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           23980 kB
Writeback:           0 kB
AnonPages:    13502504 kB
Mapped:          30484 kB
Slab:           209172 kB
PageTables:      58032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103145348 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= 73312 MiB
End job on node119 at 2011-05-15 06:16:24