Trace number 3371055

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.15 1203.87

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g6.cnf
MD5SUM2094ee8d4e443e860293b947e469bd81
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371055-1305418164/watcher-3371055-1305418164 -o /tmp/evaluation-result-3371055-1305418164/solver-3371055-1305418164 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371055-1305418164.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: 7.74 8.03 8.06 5/387 13129
/proc/meminfo: memFree=14308616/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=9592 CPUtime=0 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) R 13127 13129 12655 0 -1 4202496 470 1253 0 0 0 0 0 0 25 0 1 0 732047114 9822208 401 33554432000 4194304 4417452 140734372030336 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/13129/statm: 2398 401 147 55 0 284 0

[startup+0.101184 s]
/proc/loadavg: 7.74 8.03 8.06 5/387 13129
/proc/meminfo: memFree=14308616/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=60620 CPUtime=0.24 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 3106 1253 0 0 24 0 0 0 25 0 5 0 732047114 62074880 2953 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 15219 2965 176 55 0 13105 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 60620

[startup+0.200953 s]
/proc/loadavg: 7.74 8.03 8.06 5/387 13129
/proc/meminfo: memFree=14308616/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=60656 CPUtime=0.64 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 4983 1253 0 0 64 0 0 0 25 0 5 0 732047114 62111744 2884 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 15164 2884 177 55 0 13050 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 60656

[startup+0.300934 s]
/proc/loadavg: 7.74 8.03 8.06 5/387 13129
/proc/meminfo: memFree=14308616/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=128740 CPUtime=1.04 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 5702 1253 0 0 104 0 0 0 25 0 5 0 732047114 131829760 3603 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 32185 3603 180 55 0 30071 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 128740

[startup+0.700864 s]
/proc/loadavg: 7.74 8.03 8.06 5/387 13129
/proc/meminfo: memFree=14308616/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=133768 CPUtime=2.64 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 7780 1253 0 0 264 0 0 0 25 0 5 0 732047114 136978432 4860 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 33442 4860 180 55 0 31328 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 133768

[startup+1.50073 s]
/proc/loadavg: 7.74 8.03 8.06 9/392 13139
/proc/meminfo: memFree=14288480/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=136204 CPUtime=5.83 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 12118 1253 0 0 582 1 0 0 25 0 5 0 732047114 139472896 5469 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 34051 5469 180 55 0 31937 0
[pid=13129/tid=13136] ppid=13127 vsize=136204 CPUtime=1.45 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 762 1253 0 0 145 0 0 0 25 0 5 0 732047118 139472896 5469 33554432000 4194304 4417452 140734372030336 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=136204 CPUtime=1.45 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 1590 1253 0 0 145 0 0 0 25 0 5 0 732047118 139472896 5469 33554432000 4194304 4417452 140734372030336 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=136204 CPUtime=1.43 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 675 1253 0 0 143 0 0 0 25 0 5 0 732047118 139472896 5469 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=136204 CPUtime=1.44 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 6655 1253 0 0 144 0 0 0 25 0 5 0 732047118 139472896 5469 33554432000 4194304 4417452 140734372030336 18446744073709551615 4232721 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 136204

[startup+3.10045 s]
/proc/loadavg: 7.74 8.03 8.06 9/392 13139
/proc/meminfo: memFree=14277928/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=148412 CPUtime=12.21 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 18710 1253 0 0 1219 2 0 0 25 0 5 0 732047114 151973888 8521 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 37103 8521 180 55 0 34989 0
[pid=13129/tid=13136] ppid=13127 vsize=148412 CPUtime=3.05 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 762 1253 0 0 305 0 0 0 25 0 5 0 732047118 151973888 8521 33554432000 4194304 4417452 140734372030336 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=148412 CPUtime=3.05 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 1590 1253 0 0 305 0 0 0 25 0 5 0 732047118 151973888 8521 33554432000 4194304 4417452 140734372030336 18446744073709551615 4249193 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=148412 CPUtime=3.02 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 1004 1253 0 0 302 0 0 0 25 0 5 0 732047118 151973888 8521 33554432000 4194304 4417452 140734372030336 18446744073709551615 4365120 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=148412 CPUtime=3.04 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 12918 1253 0 0 303 1 0 0 25 0 5 0 732047118 151973888 8521 33554432000 4194304 4417452 140734372030336 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 148412

[startup+6.30089 s]
/proc/loadavg: 7.76 8.03 8.06 9/392 13139
/proc/meminfo: memFree=14253580/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=160040 CPUtime=24.97 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 33119 1253 0 0 2493 4 0 0 25 0 5 0 732047114 163880960 11428 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 40010 11428 180 55 0 37896 0
[pid=13129/tid=13136] ppid=13127 vsize=160040 CPUtime=6.25 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 1753 1253 0 0 625 0 0 0 25 0 5 0 732047118 163880960 11428 33554432000 4194304 4417452 140734372030336 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=160040 CPUtime=6.25 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 2085 1253 0 0 625 0 0 0 25 0 5 0 732047118 163880960 11428 33554432000 4194304 4417452 140734372030336 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=160040 CPUtime=6.18 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 2606 1253 0 0 618 0 0 0 25 0 5 0 732047118 163880960 11428 33554432000 4194304 4417452 140734372030336 18446744073709551615 4250852 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=160040 CPUtime=6.24 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 24239 1253 0 0 621 3 0 0 25 0 5 0 732047118 163880960 11428 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 160040

[startup+12.7008 s]
/proc/loadavg: 7.78 8.03 8.06 9/392 13139
/proc/meminfo: memFree=14247792/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=181680 CPUtime=50.48 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 51308 1253 0 0 5042 6 0 0 25 0 5 0 732047114 186040320 16838 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 45420 16838 180 55 0 43306 0
[pid=13129/tid=13136] ppid=13127 vsize=181680 CPUtime=12.65 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 4903 1253 0 0 1265 0 0 0 25 0 5 0 732047118 186040320 16838 33554432000 4194304 4417452 140734372030336 18446744073709551615 4355852 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=181680 CPUtime=12.64 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 3728 1253 0 0 1264 0 0 0 25 0 5 0 732047118 186040320 16838 33554432000 4194304 4417452 140734372030336 18446744073709551615 4366264 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=181680 CPUtime=12.49 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 4838 1253 0 0 1249 0 0 0 25 0 5 0 732047118 186040320 16838 33554432000 4194304 4417452 140734372030336 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=181680 CPUtime=12.63 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 35403 1253 0 0 1259 4 0 0 25 0 5 0 732047118 186040320 16838 33554432000 4194304 4417452 140734372030336 18446744073709551615 4251261 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 181680

[startup+25.5005 s]
/proc/loadavg: 7.89 8.04 8.07 9/392 13140
/proc/meminfo: memFree=14161364/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=220396 CPUtime=101.53 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 96874 1253 0 0 10140 13 0 0 25 0 5 0 732047114 225685504 26517 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 55099 26517 180 55 0 52985 0
[pid=13129/tid=13136] ppid=13127 vsize=220396 CPUtime=25.45 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 13015 1253 0 0 2544 1 0 0 25 0 5 0 732047118 225685504 26517 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=220396 CPUtime=25.44 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 12343 1253 0 0 2543 1 0 0 25 0 5 0 732047118 225685504 26517 33554432000 4194304 4417452 140734372030336 18446744073709551615 4366548 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=220396 CPUtime=25.13 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 15732 1253 0 0 2511 2 0 0 25 0 5 0 732047118 225685504 26517 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=220396 CPUtime=25.43 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 53348 1253 0 0 2536 7 0 0 25 0 5 0 732047118 225685504 26517 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 220396

[startup+51.1011 s]
/proc/loadavg: 7.93 8.04 8.06 9/392 13140
/proc/meminfo: memFree=14097216/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=244232 CPUtime=203.59 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 164754 1253 0 0 20336 23 0 0 25 0 5 0 732047114 250093568 32476 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 61058 32476 180 55 0 58944 0
[pid=13129/tid=13136] ppid=13127 vsize=244232 CPUtime=51.05 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 29627 1253 0 0 5101 4 0 0 25 0 5 0 732047118 250093568 32476 33554432000 4194304 4417452 140734372030336 18446744073709551615 4277727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=244232 CPUtime=51.04 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 30358 1253 0 0 5101 3 0 0 25 0 5 0 732047118 250093568 32476 33554432000 4194304 4417452 140734372030336 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=244232 CPUtime=50.41 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 32841 1253 0 0 5037 4 0 0 25 0 5 0 732047118 250093568 32476 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=244232 CPUtime=51.02 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 69492 1253 0 0 5092 10 0 0 25 0 5 0 732047118 250093568 32476 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 244232

[startup+102.301 s]
/proc/loadavg: 8.02 8.05 8.07 9/392 13142
/proc/meminfo: memFree=13911820/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=320792 CPUtime=407.78 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 282035 1253 0 0 40737 41 0 0 25 0 5 0 732047114 328491008 51634 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 80198 51634 180 55 0 78084 0
[pid=13129/tid=13136] ppid=13127 vsize=320792 CPUtime=102.26 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 51874 1253 0 0 10220 6 0 0 25 0 5 0 732047118 328491008 51634 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=320792 CPUtime=102.26 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 60171 1253 0 0 10219 7 0 0 25 0 5 0 732047118 328491008 51634 33554432000 4194304 4417452 140734372030336 18446744073709551615 4357171 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=320792 CPUtime=100.97 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 60687 1253 0 0 10089 8 0 0 25 0 5 0 732047118 328491008 51634 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=320792 CPUtime=102.23 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 106867 1253 0 0 10206 17 0 0 25 0 5 0 732047118 328491008 51634 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 320792

[startup+162.301 s]
/proc/loadavg: 8.20 8.08 8.08 10/392 13143
/proc/meminfo: memFree=13868024/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=322980 CPUtime=646.99 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 396037 1253 0 0 64639 60 0 0 25 0 5 0 732047114 330731520 52181 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 80745 52181 180 55 0 78631 0
[pid=13129/tid=13136] ppid=13127 vsize=322980 CPUtime=162.24 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 77212 1253 0 0 16213 11 0 0 25 0 5 0 732047118 330731520 52181 33554432000 4194304 4417452 140734372030336 18446744073709551615 4343586 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=322980 CPUtime=162.24 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 93184 1253 0 0 16212 12 0 0 25 0 5 0 732047118 330731520 52181 33554432000 4194304 4417452 140734372030336 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=322980 CPUtime=160.23 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 89275 1253 0 0 16010 13 0 0 25 0 5 0 732047118 330731520 52181 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=322980 CPUtime=162.21 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 133930 1253 0 0 16199 22 0 0 25 0 5 0 732047118 330731520 52181 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.99
Current children cumulated vsize (KiB) 322980


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

[pid=13129/tid=13137] ppid=13127 vsize=863952 CPUtime=762.27 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 279285 1253 0 0 76188 39 0 0 25 0 5 0 732047118 884686848 187424 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=863952 CPUtime=752.72 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 249052 1253 0 0 75236 36 0 0 25 0 5 0 732047118 884686848 187424 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=863952 CPUtime=762.11 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 321379 1253 0 0 76158 53 0 0 25 0 5 0 732047118 884686848 187424 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.42
Current children cumulated vsize (KiB) 863952

[startup+822.301 s]
/proc/loadavg: 7.58 7.97 8.04 5/382 13179
/proc/meminfo: memFree=14119508/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=896148 CPUtime=3278.61 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1162535 1253 0 0 327685 176 0 0 25 0 5 0 732047114 917655552 195473 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 224037 195473 180 55 0 221923 0
[pid=13129/tid=13136] ppid=13127 vsize=896148 CPUtime=822.25 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 273789 1253 0 0 82184 41 0 0 25 0 5 0 732047118 917655552 195473 33554432000 4194304 4417452 140734372030336 18446744073709551615 4352605 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=896148 CPUtime=822.26 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 298522 1253 0 0 82184 42 0 0 25 0 5 0 732047118 917655552 195473 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=896148 CPUtime=811.96 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 260552 1253 0 0 81159 37 0 0 25 0 5 0 732047118 917655552 195473 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=896148 CPUtime=822.08 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 327236 1253 0 0 82154 54 0 0 25 0 5 0 732047118 917655552 195473 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.61
Current children cumulated vsize (KiB) 896148

[startup+882.314 s]
/proc/loadavg: 5.31 7.24 7.78 5/382 13180
/proc/meminfo: memFree=14134412/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=855148 CPUtime=3517.96 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1192676 1253 0 0 351613 183 0 0 25 0 5 0 732047114 875671552 185222 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 213787 185222 180 55 0 211673 0
[pid=13129/tid=13136] ppid=13127 vsize=855148 CPUtime=882.25 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 273789 1253 0 0 88184 41 0 0 25 0 5 0 732047118 875671552 185222 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=855148 CPUtime=882.27 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 316369 1253 0 0 88182 45 0 0 25 0 5 0 732047118 875671552 185222 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=855148 CPUtime=871.25 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 264648 1253 0 0 87088 37 0 0 25 0 5 0 732047118 875671552 185222 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=855148 CPUtime=882.1 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 335434 1253 0 0 88153 57 0 0 25 0 5 0 732047118 875671552 185222 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.96
Current children cumulated vsize (KiB) 855148

[startup+942.301 s]
/proc/loadavg: 4.55 6.66 7.55 5/382 13182
/proc/meminfo: memFree=14064668/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=924760 CPUtime=3757.18 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1261750 1253 0 0 375526 192 0 0 25 0 5 0 732047114 946954240 202626 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 231190 202626 180 55 0 229076 0
[pid=13129/tid=13136] ppid=13127 vsize=924760 CPUtime=942.24 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 300746 1253 0 0 94180 44 0 0 25 0 5 0 732047118 946954240 202626 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=924760 CPUtime=942.26 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 329082 1253 0 0 94178 48 0 0 25 0 5 0 732047118 946954240 202626 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=924760 CPUtime=930.53 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 294052 1253 0 0 93011 42 0 0 25 0 5 0 732047118 946954240 202626 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=924760 CPUtime=942.09 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 335434 1253 0 0 94152 57 0 0 25 0 5 0 732047118 946954240 202626 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.18
Current children cumulated vsize (KiB) 924760

[startup+1002.3 s]
/proc/loadavg: 4.26 6.19 7.33 5/382 13184
/proc/meminfo: memFree=14021368/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=967808 CPUtime=3996.47 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1278783 1253 0 0 399452 195 0 0 25 0 5 0 732047114 991035392 213388 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 241952 213388 180 55 0 239838 0
[pid=13129/tid=13136] ppid=13127 vsize=967808 CPUtime=1002.23 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 313683 1253 0 0 100177 46 0 0 25 0 5 0 732047118 991035392 213388 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=967808 CPUtime=1002.26 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 333178 1253 0 0 100178 48 0 0 25 0 5 0 732047118 991035392 213388 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=967808 CPUtime=989.81 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 294052 1253 0 0 98939 42 0 0 25 0 5 0 732047118 991035392 213388 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=967808 CPUtime=1002.09 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 335434 1253 0 0 100152 57 0 0 25 0 5 0 732047118 991035392 213388 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.47
Current children cumulated vsize (KiB) 967808

[startup+1062.3 s]
/proc/loadavg: 4.15 5.81 7.12 5/382 13185
/proc/meminfo: memFree=13931916/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=1056564 CPUtime=4235.76 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1309164 1253 0 0 423374 202 0 0 25 0 5 0 732047114 1081921536 235577 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 264141 235577 180 55 0 262027 0
[pid=13129/tid=13136] ppid=13127 vsize=1056564 CPUtime=1062.23 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 317779 1253 0 0 106176 47 0 0 25 0 5 0 732047118 1081921536 235577 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=1056564 CPUtime=1062.26 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 344362 1253 0 0 106176 50 0 0 25 0 5 0 732047118 1081921536 235577 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=1056564 CPUtime=1049.1 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 294052 1253 0 0 104868 42 0 0 25 0 5 0 732047118 1081921536 235577 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=1056564 CPUtime=1062.09 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 350535 1253 0 0 106149 60 0 0 25 0 5 0 732047118 1081921536 235577 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4235.76
Current children cumulated vsize (KiB) 1056564

[startup+1122.3 s]
/proc/loadavg: 4.16 5.51 6.93 5/382 13187
/proc/meminfo: memFree=13840360/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=1148724 CPUtime=4475.02 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1332204 1253 0 0 447297 205 0 0 25 0 5 0 732047114 1176293376 258617 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 287181 258617 180 55 0 285067 0
[pid=13129/tid=13136] ppid=13127 vsize=1148724 CPUtime=1122.23 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 324283 1253 0 0 112175 48 0 0 25 0 5 0 732047118 1176293376 258617 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=1148724 CPUtime=1122.27 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 351792 1253 0 0 112176 51 0 0 25 0 5 0 732047118 1176293376 258617 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=1148724 CPUtime=1108.37 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 294966 1253 0 0 110795 42 0 0 25 0 5 0 732047118 1176293376 258617 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=1148724 CPUtime=1122.1 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 358727 1253 0 0 112148 62 0 0 25 0 5 0 732047118 1176293376 258617 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.02
Current children cumulated vsize (KiB) 1148724

[startup+1182.3 s]
/proc/loadavg: 4.06 5.23 6.75 5/382 13188
/proc/meminfo: memFree=13667692/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=1321132 CPUtime=4714.3 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1397216 1253 0 0 471213 217 0 0 25 0 5 0 732047114 1352839168 301719 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 330283 301719 180 55 0 328169 0
[pid=13129/tid=13136] ppid=13127 vsize=1321132 CPUtime=1182.23 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 330431 1253 0 0 118174 49 0 0 25 0 5 0 732047118 1352839168 301719 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=1321132 CPUtime=1182.26 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 387057 1253 0 0 118170 56 0 0 25 0 5 0 732047118 1352839168 301719 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=1321132 CPUtime=1167.64 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 299372 1253 0 0 116721 43 0 0 25 0 5 0 732047118 1352839168 301719 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=1321132 CPUtime=1182.1 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 377920 1253 0 0 118144 66 0 0 25 0 5 0 732047118 1352839168 301719 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.3
Current children cumulated vsize (KiB) 1321132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 4.04 5.15 6.69 5/382 13189
/proc/meminfo: memFree=13654520/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=1334224 CPUtime=4800.05 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1430037 1253 0 0 479783 222 0 0 25 0 5 0 732047114 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 333556 304992 180 55 0 331442 0
[pid=13129/tid=13136] ppid=13127 vsize=1334224 CPUtime=1203.74 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 330431 1253 0 0 120325 49 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=1334224 CPUtime=1203.78 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 419878 1253 0 0 120316 62 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=1334224 CPUtime=1188.87 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 299372 1253 0 0 118844 43 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=1334224 CPUtime=1203.61 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 377920 1253 0 0 120295 66 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 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) 1334224

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

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

[startup+1203.8 s]
/proc/loadavg: 4.04 5.15 6.69 5/382 13189
/proc/meminfo: memFree=13654520/32951124 swapFree=65586204/67111528
[pid=13129] ppid=13127 vsize=1334224 CPUtime=4800.05 cores=0,2,4,6
/proc/13129/stat : 13129 (plingeling) S 13127 13129 12655 0 -1 4202496 1430037 1253 0 0 479783 222 0 0 25 0 5 0 732047114 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/13129/statm: 333556 304992 180 55 0 331442 0
[pid=13129/tid=13136] ppid=13127 vsize=1334224 CPUtime=1203.74 cores=0,2,4,6
/proc/13129/task/13136/stat : 13136 (plingeling) R 13127 13129 12655 0 -1 4202560 330431 1253 0 0 120325 49 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13129/tid=13137] ppid=13127 vsize=1334224 CPUtime=1203.78 cores=0,2,4,6
/proc/13129/task/13137/stat : 13137 (plingeling) R 13127 13129 12655 0 -1 4202560 419878 1253 0 0 120316 62 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13129/tid=13138] ppid=13127 vsize=1334224 CPUtime=1188.87 cores=0,2,4,6
/proc/13129/task/13138/stat : 13138 (plingeling) R 13127 13129 12655 0 -1 4202560 299372 1253 0 0 118844 43 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13129/tid=13139] ppid=13127 vsize=1334224 CPUtime=1203.61 cores=0,2,4,6
/proc/13129/task/13139/stat : 13139 (plingeling) R 13127 13129 12655 0 -1 4202560 377920 1253 0 0 120295 66 0 0 25 0 5 0 732047118 1366245376 304992 33554432000 4194304 4417452 140734372030336 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) 1334224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.87
CPU time (s): 4800.15
CPU user time (s): 4797.87
CPU system time (s): 2.27965
CPU usage (%): 398.727
Max. virtual memory (cumulated for all children) (KiB): 1334224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.87
system time used= 2.27965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1431291
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= 75
involuntary context switches= 22310

runsolver used 4.52631 second user time and 10.3954 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 02:09:25
IDJOB=3371055
IDBENCH=71300
IDSOLVER=1848
FILE ID=node119/3371055-1305418164
RUNJOBID= node119-1305415186-12673
PBS_JOBID= 13324563
Free space on /tmp= 73192 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g6.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371055-1305418164/watcher-3371055-1305418164 -o /tmp/evaluation-result-3371055-1305418164/solver-3371055-1305418164 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371055-1305418164.cnf

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

MD5SUM BENCH= 2094ee8d4e443e860293b947e469bd81
RANDOM SEED=779737253

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:      14308780 kB
Buffers:        287568 kB
Cached:        4578072 kB
SwapCached:       4756 kB
Active:       15268548 kB
Inactive:      3041296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14308780 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:    13442752 kB
Mapped:          30432 kB
Slab:           210544 kB
PageTables:      57456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103083200 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= 73196 MiB
End job on node119 at 2011-05-15 02:29:30