Trace number 3371425

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.14 1202.86

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.02 6.46 6/288 12253
/proc/meminfo: memFree=20712976/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=10456 CPUtime=0 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) R 12251 12253 4856 0 -1 4202496 695 1250 0 0 0 0 0 0 25 0 1 0 654644488 10706944 625 33554432000 4194304 4417452 140736659146816 18446744073709551615 232335892224 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12253/statm: 2614 625 148 55 0 500 0

[startup+0.160425 s]
/proc/loadavg: 8.10 8.02 6.46 6/288 12253
/proc/meminfo: memFree=20712976/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=122468 CPUtime=0.5 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 2541 1250 0 0 50 0 0 0 25 0 5 0 654644488 125407232 2073 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 30617 2073 176 55 0 28503 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 122468

[startup+0.200418 s]
/proc/loadavg: 8.10 8.02 6.46 6/288 12253
/proc/meminfo: memFree=20712976/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=122296 CPUtime=0.66 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 2550 1250 0 0 66 0 0 0 25 0 5 0 654644488 125231104 2062 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 30574 2062 176 55 0 28460 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 122296

[startup+0.300401 s]
/proc/loadavg: 8.10 8.02 6.46 6/288 12253
/proc/meminfo: memFree=20712976/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=124548 CPUtime=1.06 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 3147 1250 0 0 106 0 0 0 25 0 5 0 654644488 127537152 2530 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 31137 2530 176 55 0 29023 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 124548

[startup+0.700329 s]
/proc/loadavg: 8.10 8.02 6.46 6/288 12253
/proc/meminfo: memFree=20712976/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=128604 CPUtime=2.65 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 4746 1250 0 0 265 0 0 0 25 0 5 0 654644488 131690496 3622 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 32151 3622 179 55 0 30037 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 128604

[startup+1.50119 s]
/proc/loadavg: 8.18 8.03 6.48 9/293 12263
/proc/meminfo: memFree=20690472/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=136636 CPUtime=5.85 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 8401 1250 0 0 584 1 0 0 25 0 5 0 654644488 139915264 5634 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 34159 5634 180 55 0 32045 0
[pid=12253/tid=12260] ppid=12251 vsize=136636 CPUtime=1.45 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 929 1250 0 0 145 0 0 0 25 0 5 0 654644492 139915264 5634 33554432000 4194304 4417452 140736659146816 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=136636 CPUtime=1.44 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 892 1250 0 0 144 0 0 0 25 0 5 0 654644492 139915264 5634 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=136636 CPUtime=1.45 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 1199 1250 0 0 145 0 0 0 25 0 5 0 654644492 139915264 5634 33554432000 4194304 4417452 140736659146816 18446744073709551615 4353523 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=136636 CPUtime=1.45 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 3362 1250 0 0 145 0 0 0 25 0 5 0 654644492 139915264 5634 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 136636

[startup+3.1009 s]
/proc/loadavg: 8.18 8.03 6.48 9/293 12263
/proc/meminfo: memFree=20689728/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=144804 CPUtime=12.24 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 14243 1250 0 0 1222 2 0 0 25 0 5 0 654644488 148279296 7673 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 36201 7673 180 55 0 34087 0
[pid=12253/tid=12260] ppid=12251 vsize=144804 CPUtime=3.05 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 1336 1250 0 0 305 0 0 0 25 0 5 0 654644492 148279296 7673 33554432000 4194304 4417452 140736659146816 18446744073709551615 4277780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=144804 CPUtime=3.03 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 1468 1250 0 0 303 0 0 0 25 0 5 0 654644492 148279296 7673 33554432000 4194304 4417452 140736659146816 18446744073709551615 4232795 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=144804 CPUtime=3.05 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 1457 1250 0 0 305 0 0 0 25 0 5 0 654644492 148279296 7673 33554432000 4194304 4417452 140736659146816 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=144804 CPUtime=3.05 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 7963 1250 0 0 304 1 0 0 25 0 5 0 654644492 148279296 7673 33554432000 4194304 4417452 140736659146816 18446744073709551615 4265433 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 144804

[startup+6.30033 s]
/proc/loadavg: 8.16 8.03 6.48 9/293 12263
/proc/meminfo: memFree=20650564/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=156236 CPUtime=25 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 22828 1250 0 0 2497 3 0 0 25 0 5 0 654644488 159985664 10537 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 39059 10537 180 55 0 36945 0
[pid=12253/tid=12260] ppid=12251 vsize=156236 CPUtime=6.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 2807 1250 0 0 625 0 0 0 25 0 5 0 654644492 159985664 10537 33554432000 4194304 4417452 140736659146816 18446744073709551615 4254936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=156236 CPUtime=6.2 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 1980 1250 0 0 620 0 0 0 25 0 5 0 654644492 159985664 10537 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=156236 CPUtime=6.25 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 2312 1250 0 0 625 0 0 0 25 0 5 0 654644492 159985664 10537 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=156236 CPUtime=6.25 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 13710 1250 0 0 623 2 0 0 25 0 5 0 654644492 159985664 10537 33554432000 4194304 4417452 140736659146816 18446744073709551615 4250569 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 156236

[startup+12.7012 s]
/proc/loadavg: 8.15 8.03 6.49 9/293 12263
/proc/meminfo: memFree=20626264/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=179264 CPUtime=50.55 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 35213 1250 0 0 5049 6 0 0 25 0 5 0 654644488 183566336 16302 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 44816 16302 180 55 0 42702 0
[pid=12253/tid=12260] ppid=12251 vsize=179264 CPUtime=12.65 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 4755 1250 0 0 1264 1 0 0 25 0 5 0 654644492 183566336 16302 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=179264 CPUtime=12.54 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 2607 1250 0 0 1254 0 0 0 25 0 5 0 654644492 183566336 16302 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=179264 CPUtime=12.65 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 2916 1250 0 0 1265 0 0 0 25 0 5 0 654644492 183566336 16302 33554432000 4194304 4417452 140736659146816 18446744073709551615 4309925 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=179264 CPUtime=12.65 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 22916 1250 0 0 1262 3 0 0 25 0 5 0 654644492 183566336 16302 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 179264

[startup+25.5009 s]
/proc/loadavg: 8.11 8.03 6.51 9/293 12264
/proc/meminfo: memFree=20638780/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=190288 CPUtime=101.63 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 70779 1250 0 0 10151 12 0 0 25 0 5 0 654644488 194854912 19058 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 47572 19058 180 55 0 45458 0
[pid=12253/tid=12260] ppid=12251 vsize=190288 CPUtime=25.44 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 9357 1250 0 0 2543 1 0 0 25 0 5 0 654644492 194854912 19058 33554432000 4194304 4417452 140736659146816 18446744073709551615 4275695 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=190288 CPUtime=25.22 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 8517 1250 0 0 2521 1 0 0 25 0 5 0 654644492 194854912 19058 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=190288 CPUtime=25.44 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 6170 1250 0 0 2544 0 0 0 25 0 5 0 654644492 194854912 19058 33554432000 4194304 4417452 140736659146816 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=190288 CPUtime=25.45 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 44716 1250 0 0 2538 7 0 0 25 0 5 0 654644492 194854912 19058 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364877 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 190288

[startup+51.1004 s]
/proc/loadavg: 8.22 8.06 6.56 9/293 12264
/proc/meminfo: memFree=20588900/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=223888 CPUtime=203.79 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 134222 1250 0 0 20359 20 0 0 25 0 5 0 654644488 229261312 27458 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 55972 27458 180 55 0 53858 0
[pid=12253/tid=12260] ppid=12251 vsize=223888 CPUtime=51.05 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 19577 1250 0 0 5102 3 0 0 25 0 5 0 654644492 229261312 27458 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=223888 CPUtime=50.57 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 18860 1250 0 0 5055 2 0 0 25 0 5 0 654644492 229261312 27458 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=223888 CPUtime=51.04 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 14904 1250 0 0 5103 1 0 0 25 0 5 0 654644492 229261312 27458 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=223888 CPUtime=51.05 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 78862 1250 0 0 5094 11 0 0 25 0 5 0 654644492 229261312 27458 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 223888

[startup+102.301 s]
/proc/loadavg: 8.23 8.08 6.65 9/293 12303
/proc/meminfo: memFree=21283484/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=317448 CPUtime=408.15 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 241739 1250 0 0 40780 35 0 0 25 0 5 0 654644488 325066752 50848 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 79362 50848 180 55 0 77248 0
[pid=12253/tid=12260] ppid=12251 vsize=317448 CPUtime=102.26 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 36530 1250 0 0 10221 5 0 0 25 0 5 0 654644492 325066752 50848 33554432000 4194304 4417452 140736659146816 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=317448 CPUtime=101.31 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 37226 1250 0 0 10126 5 0 0 25 0 5 0 654644492 325066752 50848 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=317448 CPUtime=102.26 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 24568 1250 0 0 10224 2 0 0 25 0 5 0 654644492 325066752 50848 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=317448 CPUtime=102.26 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 141396 1250 0 0 10206 20 0 0 25 0 5 0 654644492 325066752 50848 33554432000 4194304 4417452 140736659146816 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 317448

[startup+162.301 s]
/proc/loadavg: 8.08 8.06 6.73 10/293 12304
/proc/meminfo: memFree=21174692/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=378824 CPUtime=647.58 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 334009 1250 0 0 64709 49 0 0 25 0 5 0 654644488 387915776 66192 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 94706 66192 180 55 0 92592 0
[pid=12253/tid=12260] ppid=12251 vsize=378824 CPUtime=162.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 49686 1250 0 0 16218 7 0 0 25 0 5 0 654644492 387915776 66192 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=378824 CPUtime=160.75 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 41864 1250 0 0 16069 6 0 0 25 0 5 0 654644492 387915776 66192 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=378824 CPUtime=162.25 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 36769 1250 0 0 16221 4 0 0 25 0 5 0 654644492 387915776 66192 33554432000 4194304 4417452 140736659146816 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=378824 CPUtime=162.26 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 203671 1250 0 0 16196 30 0 0 25 0 5 0 654644492 387915776 66192 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.58
Current children cumulated vsize (KiB) 378824


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

[pid=12253/tid=12261] ppid=12251 vsize=1081132 CPUtime=755.23 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 172469 1250 0 0 75496 27 0 0 25 0 5 0 654644492 1107079168 241769 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=1081132 CPUtime=762.28 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 182022 1250 0 0 76200 28 0 0 25 0 5 0 654644492 1107079168 241769 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=1081132 CPUtime=762.27 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 456374 1250 0 0 76156 71 0 0 25 0 5 0 654644492 1107079168 241769 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.09
Current children cumulated vsize (KiB) 1081132

[startup+822.3 s]
/proc/loadavg: 8.03 8.10 7.42 9/293 12322
/proc/meminfo: memFree=20093996/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=888636 CPUtime=3281.52 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1014037 1250 0 0 327992 160 0 0 25 0 5 0 654644488 909963264 193645 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 222159 193645 180 55 0 220045 0
[pid=12253/tid=12260] ppid=12251 vsize=888636 CPUtime=822.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 168187 1250 0 0 82198 27 0 0 25 0 5 0 654644492 909963264 193645 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=888636 CPUtime=814.67 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 180661 1250 0 0 81439 28 0 0 25 0 5 0 654644492 909963264 193645 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=888636 CPUtime=822.27 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 190214 1250 0 0 82198 29 0 0 25 0 5 0 654644492 909963264 193645 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=888636 CPUtime=822.27 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 472956 1250 0 0 82152 75 0 0 25 0 5 0 654644492 909963264 193645 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.52
Current children cumulated vsize (KiB) 888636

[startup+882.311 s]
/proc/loadavg: 8.12 8.11 7.46 9/293 12324
/proc/meminfo: memFree=19898928/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=937316 CPUtime=3521.01 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1064888 1250 0 0 351933 168 0 0 25 0 5 0 654644488 959811584 205815 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 234329 205815 180 55 0 232215 0
[pid=12253/tid=12260] ppid=12251 vsize=937316 CPUtime=882.26 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 183841 1250 0 0 88197 29 0 0 25 0 5 0 654644492 959811584 205815 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=937316 CPUtime=874.12 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 188853 1250 0 0 87383 29 0 0 25 0 5 0 654644492 959811584 205815 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=937316 CPUtime=882.28 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 198406 1250 0 0 88198 30 0 0 25 0 5 0 654644492 959811584 205815 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=937316 CPUtime=882.28 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 491769 1250 0 0 88151 77 0 0 25 0 5 0 654644492 959811584 205815 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3521.01
Current children cumulated vsize (KiB) 937316

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 7.50 9/293 12325
/proc/meminfo: memFree=19675320/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=991592 CPUtime=3760.43 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1095402 1250 0 0 375870 173 0 0 25 0 5 0 654644488 1015390208 219384 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 247898 219384 180 55 0 245784 0
[pid=12253/tid=12260] ppid=12251 vsize=991592 CPUtime=942.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 183841 1250 0 0 94196 29 0 0 25 0 5 0 654644492 1015390208 219384 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=991592 CPUtime=933.56 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 197045 1250 0 0 93326 30 0 0 25 0 5 0 654644492 1015390208 219384 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=991592 CPUtime=942.27 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 220728 1250 0 0 94193 34 0 0 25 0 5 0 654644492 1015390208 219384 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=991592 CPUtime=942.27 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 491769 1250 0 0 94150 77 0 0 25 0 5 0 654644492 1015390208 219384 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.43
Current children cumulated vsize (KiB) 991592

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 7.53 10/293 12327
/proc/meminfo: memFree=19813800/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=877340 CPUtime=3999.87 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1114418 1250 0 0 399811 176 0 0 25 0 5 0 654644488 898396160 190821 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 219335 190821 180 55 0 217221 0
[pid=12253/tid=12260] ppid=12251 vsize=877340 CPUtime=1002.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 192033 1250 0 0 100195 30 0 0 25 0 5 0 654644492 898396160 190821 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=877340 CPUtime=993 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 202457 1250 0 0 99269 31 0 0 25 0 5 0 654644492 898396160 190821 33554432000 4194304 4417452 140736659146816 18446744073709551615 4277945 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=877340 CPUtime=1002.27 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 226140 1250 0 0 100192 35 0 0 25 0 5 0 654644492 898396160 190821 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=877340 CPUtime=1002.27 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 491769 1250 0 0 100150 77 0 0 25 0 5 0 654644492 898396160 190821 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.87
Current children cumulated vsize (KiB) 877340

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 7.56 10/293 12328
/proc/meminfo: memFree=19837460/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=820960 CPUtime=4239.32 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1121678 1250 0 0 423754 178 0 0 25 0 5 0 654644488 840663040 176726 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 205240 176726 180 55 0 203126 0
[pid=12253/tid=12260] ppid=12251 vsize=820960 CPUtime=1062.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 192033 1250 0 0 106195 30 0 0 25 0 5 0 654644492 840663040 176726 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=820960 CPUtime=1052.45 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 208311 1250 0 0 105213 32 0 0 25 0 5 0 654644492 840663040 176726 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=820960 CPUtime=1062.27 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 227546 1250 0 0 106191 36 0 0 25 0 5 0 654644492 840663040 176726 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=820960 CPUtime=1062.28 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 491769 1250 0 0 106150 78 0 0 25 0 5 0 654644492 840663040 176726 33554432000 4194304 4417452 140736659146816 18446744073709551615 18446744073699065947 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.32
Current children cumulated vsize (KiB) 820960

[startup+1122.3 s]
/proc/loadavg: 8.45 8.17 7.62 10/293 12330
/proc/meminfo: memFree=19743452/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=1014720 CPUtime=4478.77 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1178659 1250 0 0 447691 186 0 0 25 0 5 0 654644488 1039073280 225166 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 253680 225166 180 55 0 251566 0
[pid=12253/tid=12260] ppid=12251 vsize=1014720 CPUtime=1122.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 192033 1250 0 0 112195 30 0 0 25 0 5 0 654644492 1039073280 225166 33554432000 4194304 4417452 140736659146816 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=1014720 CPUtime=1111.9 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 226850 1250 0 0 111156 34 0 0 25 0 5 0 654644492 1039073280 225166 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=1014720 CPUtime=1122.28 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 243769 1250 0 0 112190 38 0 0 25 0 5 0 654644492 1039073280 225166 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=1014720 CPUtime=1122.28 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 513988 1250 0 0 112146 82 0 0 25 0 5 0 654644492 1039073280 225166 33554432000 4194304 4417452 140736659146816 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.77
Current children cumulated vsize (KiB) 1014720

[startup+1182.3 s]
/proc/loadavg: 8.22 8.15 7.65 10/293 12332
/proc/meminfo: memFree=19563012/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=988088 CPUtime=4718.22 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1209896 1250 0 0 471631 191 0 0 25 0 5 0 654644488 1011802112 218508 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 247022 218508 180 55 0 244908 0
[pid=12253/tid=12260] ppid=12251 vsize=988088 CPUtime=1182.25 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 207200 1250 0 0 118193 32 0 0 25 0 5 0 654644492 1011802112 218508 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=988088 CPUtime=1171.35 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 226850 1250 0 0 117100 35 0 0 25 0 5 0 654644492 1011802112 218508 33554432000 4194304 4417452 140736659146816 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=988088 CPUtime=1182.28 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 251961 1250 0 0 118189 39 0 0 25 0 5 0 654644492 1011802112 218508 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=988088 CPUtime=1182.28 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 521866 1250 0 0 118145 83 0 0 25 0 5 0 654644492 1011802112 218508 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.22
Current children cumulated vsize (KiB) 988088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.16 8.14 7.65 9/293 12332
/proc/meminfo: memFree=19484620/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=1020856 CPUtime=4800.05 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1218088 1250 0 0 479813 192 0 0 25 0 5 0 654644488 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 255214 226700 180 55 0 253100 0
[pid=12253/tid=12260] ppid=12251 vsize=1020856 CPUtime=1202.76 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 207200 1250 0 0 120244 32 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=1020856 CPUtime=1191.65 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 235042 1250 0 0 119130 35 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=1020856 CPUtime=1202.79 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 251961 1250 0 0 120240 39 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=1020856 CPUtime=1202.79 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 521866 1250 0 0 120196 83 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1020856

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

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

[startup+1202.8 s]
/proc/loadavg: 8.16 8.14 7.65 9/293 12332
/proc/meminfo: memFree=19484620/32951124 swapFree=66457188/67111528
[pid=12253] ppid=12251 vsize=1020856 CPUtime=4800.05 cores=0,2,4,6
/proc/12253/stat : 12253 (plingeling) S 12251 12253 4856 0 -1 4202496 1218088 1250 0 0 479813 192 0 0 25 0 5 0 654644488 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12253/statm: 255214 226700 180 55 0 253100 0
[pid=12253/tid=12260] ppid=12251 vsize=1020856 CPUtime=1202.76 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (plingeling) R 12251 12253 4856 0 -1 4202560 207200 1250 0 0 120244 32 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12253/tid=12261] ppid=12251 vsize=1020856 CPUtime=1191.65 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (plingeling) R 12251 12253 4856 0 -1 4202560 235042 1250 0 0 119130 35 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12253/tid=12262] ppid=12251 vsize=1020856 CPUtime=1202.79 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (plingeling) R 12251 12253 4856 0 -1 4202560 251961 1250 0 0 120240 39 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12253/tid=12263] ppid=12251 vsize=1020856 CPUtime=1202.79 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (plingeling) R 12251 12253 4856 0 -1 4202560 521866 1250 0 0 120196 83 0 0 25 0 5 0 654644492 1045356544 226700 33554432000 4194304 4417452 140736659146816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1020856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.86
CPU time (s): 4800.14
CPU user time (s): 4798.17
CPU system time (s): 1.9697
CPU usage (%): 399.061
Max. virtual memory (cumulated for all children) (KiB): 1081132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.17
system time used= 1.9697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1219339
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= 71
involuntary context switches= 72158

runsolver used 3.06753 second user time and 7.8828 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 05:34:23
IDJOB=3371425
IDBENCH=84180
IDSOLVER=1848
FILE ID=node132/3371425-1305430463
RUNJOBID= node132-1305429206-11794
PBS_JOBID= 13324569
Free space on /tmp= 73368 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371425-1305430463/watcher-3371425-1305430463 -o /tmp/evaluation-result-3371425-1305430463/solver-3371425-1305430463 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371425-1305430463.cnf

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1876733582

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20713008 kB
Buffers:        287604 kB
Cached:        5598036 kB
SwapCached:       6904 kB
Active:        5609912 kB
Inactive:      6322768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20713008 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:     6044948 kB
Mapped:          19092 kB
Slab:           217632 kB
PageTables:      26076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35616936 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73368 MiB
End job on node132 at 2011-05-15 05:54:28