Trace number 3263046

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 587? (TO) 4800.12 1201.74

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 7.86 8.01 7.53 5/181 20379
/proc/meminfo: memFree=29878748/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=9380 CPUtime=0 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) R 20377 20379 19972 0 -1 4202496 421 1253 0 0 0 0 0 0 25 0 1 0 521470464 9605120 349 33554432000 4194304 4417332 140737405527040 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/20379/statm: 2345 349 146 55 0 231 0

[startup+0.0412649 s]
/proc/loadavg: 7.86 8.01 7.53 5/181 20379
/proc/meminfo: memFree=29878748/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=17044 CPUtime=0.03 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) R 20377 20379 19972 0 -1 4202496 2494 1253 0 0 3 0 0 0 25 0 1 0 521470464 17453056 2282 33554432000 4194304 4417332 140737405527040 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/20379/statm: 4261 2282 147 55 0 2147 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17044

[startup+0.174193 s]
/proc/loadavg: 7.86 8.01 7.53 5/181 20379
/proc/meminfo: memFree=29878748/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=69368 CPUtime=0.5 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 6369 1253 0 0 49 1 0 0 25 0 5 0 521470464 71032832 5155 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 17342 5155 177 55 0 15228 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 69368

[startup+0.300173 s]
/proc/loadavg: 7.86 8.01 7.53 5/181 20379
/proc/meminfo: memFree=29878748/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=69468 CPUtime=1 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 6428 1253 0 0 99 1 0 0 25 0 5 0 521470464 71135232 5180 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 17367 5180 177 55 0 15253 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 69468

[startup+0.701099 s]
/proc/loadavg: 7.86 8.01 7.53 5/181 20379
/proc/meminfo: memFree=29878748/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=65596 CPUtime=2.6 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 7748 1253 0 0 259 1 0 0 25 0 5 0 521470464 67170304 4215 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 16399 4215 178 55 0 14285 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 65596

[startup+1.50095 s]
/proc/loadavg: 7.86 8.01 7.53 9/186 20389
/proc/meminfo: memFree=29856636/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=134748 CPUtime=5.8 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 12053 1253 0 0 578 2 0 0 25 0 5 0 521470464 137981952 5143 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 33687 5143 178 55 0 31573 0
[pid=20379/tid=20386] ppid=20377 vsize=134748 CPUtime=1.43 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 1587 1253 0 0 143 0 0 0 25 0 5 0 521470470 137981952 5143 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=134748 CPUtime=1.42 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 1666 1253 0 0 142 0 0 0 25 0 5 0 521470470 137981952 5143 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=134748 CPUtime=1.43 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 1879 1253 0 0 143 0 0 0 25 0 5 0 521470470 137981952 5143 33554432000 4194304 4417332 140737405527040 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=134748 CPUtime=1.43 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 2367 1253 0 0 143 0 0 0 25 0 5 0 521470470 137981952 5143 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 134748

[startup+3.10067 s]
/proc/loadavg: 7.86 8.01 7.53 10/187 20390
/proc/meminfo: memFree=29852580/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=139164 CPUtime=12.19 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 19020 1253 0 0 1216 3 0 0 25 0 5 0 521470464 142503936 6224 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 34791 6224 178 55 0 32677 0
[pid=20379/tid=20386] ppid=20377 vsize=139164 CPUtime=3.03 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 3433 1253 0 0 303 0 0 0 25 0 5 0 521470470 142503936 6224 33554432000 4194304 4417332 140737405527040 18446744073709551615 4343684 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=139164 CPUtime=3.01 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 2694 1253 0 0 301 0 0 0 25 0 5 0 521470470 142503936 6224 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=139164 CPUtime=3.03 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 3715 1253 0 0 303 0 0 0 25 0 5 0 521470470 142503936 6224 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=139164 CPUtime=3.02 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 4624 1253 0 0 302 0 0 0 25 0 5 0 521470470 142503936 6224 33554432000 4194304 4417332 140737405527040 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 139164

[startup+6.30108 s]
/proc/loadavg: 7.87 8.01 7.53 9/186 20390
/proc/meminfo: memFree=29833616/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=156032 CPUtime=24.97 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 31176 1253 0 0 2492 5 0 0 25 0 5 0 521470464 159776768 10462 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 39008 10462 178 55 0 36894 0
[pid=20379/tid=20386] ppid=20377 vsize=156032 CPUtime=6.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 5918 1253 0 0 623 0 0 0 25 0 5 0 521470470 159776768 10462 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=156032 CPUtime=6.2 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 6129 1253 0 0 619 1 0 0 25 0 5 0 521470470 159776768 10462 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=156032 CPUtime=6.23 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 7141 1253 0 0 622 1 0 0 25 0 5 0 521470470 159776768 10462 33554432000 4194304 4417332 140737405527040 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=156032 CPUtime=6.23 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 7434 1253 0 0 622 1 0 0 25 0 5 0 521470470 159776768 10462 33554432000 4194304 4417332 140737405527040 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 156032

[startup+12.7009 s]
/proc/loadavg: 7.88 8.01 7.53 9/186 20390
/proc/meminfo: memFree=29803184/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=187620 CPUtime=50.54 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 47561 1253 0 0 5046 8 0 0 25 0 5 0 521470464 192122880 18338 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 46905 18338 178 55 0 44791 0
[pid=20379/tid=20386] ppid=20377 vsize=187620 CPUtime=12.63 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 11041 1253 0 0 1262 1 0 0 25 0 5 0 521470470 192122880 18338 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=187620 CPUtime=12.57 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 9310 1253 0 0 1255 2 0 0 25 0 5 0 521470470 192122880 18338 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=187620 CPUtime=12.63 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 10960 1253 0 0 1262 1 0 0 25 0 5 0 521470470 192122880 18338 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=187620 CPUtime=12.63 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 11696 1253 0 0 1261 2 0 0 25 0 5 0 521470470 192122880 18338 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 187620

[startup+25.5006 s]
/proc/loadavg: 7.91 8.00 7.54 9/186 20390
/proc/meminfo: memFree=29760408/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=220460 CPUtime=101.67 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 73119 1253 0 0 10155 12 0 0 25 0 5 0 521470464 225751040 26580 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 55115 26580 178 55 0 53001 0
[pid=20379/tid=20386] ppid=20377 vsize=220460 CPUtime=25.43 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 18117 1253 0 0 2541 2 0 0 25 0 5 0 521470470 225751040 26580 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=220460 CPUtime=25.29 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 14854 1253 0 0 2526 3 0 0 25 0 5 0 521470470 225751040 26580 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364818 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=220460 CPUtime=25.43 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 17288 1253 0 0 2541 2 0 0 25 0 5 0 521470470 225751040 26580 33554432000 4194304 4417332 140737405527040 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=220460 CPUtime=25.43 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 18306 1253 0 0 2540 3 0 0 25 0 5 0 521470470 225751040 26580 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 220460

[startup+51.1009 s]
/proc/loadavg: 8.07 8.03 7.56 9/186 20391
/proc/meminfo: memFree=29769316/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=270496 CPUtime=203.93 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 109314 1253 0 0 20375 18 0 0 25 0 5 0 521470464 276987904 39057 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 67624 39057 178 55 0 65510 0
[pid=20379/tid=20386] ppid=20377 vsize=270496 CPUtime=51.03 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 25753 1253 0 0 5100 3 0 0 25 0 5 0 521470470 276987904 39057 33554432000 4194304 4417332 140737405527040 18446744073709551615 4357010 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=270496 CPUtime=50.75 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 23948 1253 0 0 5071 4 0 0 25 0 5 0 521470470 276987904 39057 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=270496 CPUtime=51.03 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 28357 1253 0 0 5099 4 0 0 25 0 5 0 521470470 276987904 39057 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=270496 CPUtime=51.03 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 26702 1253 0 0 5099 4 0 0 25 0 5 0 521470470 276987904 39057 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 270496

[startup+102.307 s]
/proc/loadavg: 8.13 8.06 7.59 9/186 20392
/proc/meminfo: memFree=29640596/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=320508 CPUtime=408.47 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 151726 1253 0 0 40821 26 0 0 25 0 5 0 521470464 328200192 51569 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 80127 51569 178 55 0 78013 0
[pid=20379/tid=20386] ppid=20377 vsize=320508 CPUtime=102.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 36379 1253 0 0 10218 5 0 0 25 0 5 0 521470470 328200192 51569 33554432000 4194304 4417332 140737405527040 18446744073709551615 4247503 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=320508 CPUtime=101.67 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 36600 1253 0 0 10161 6 0 0 25 0 5 0 521470470 328200192 51569 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=320508 CPUtime=102.23 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 39309 1253 0 0 10217 6 0 0 25 0 5 0 521470470 328200192 51569 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=320508 CPUtime=102.24 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 34884 1253 0 0 10218 6 0 0 25 0 5 0 521470470 328200192 51569 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 320508

[startup+162.301 s]
/proc/loadavg: 8.05 8.04 7.62 9/186 20394
/proc/meminfo: memFree=29539612/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=393136 CPUtime=648.12 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 180742 1253 0 0 64781 31 0 0 25 0 5 0 521470464 402571264 69717 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 98284 69717 178 55 0 96170 0
[pid=20379/tid=20386] ppid=20377 vsize=393136 CPUtime=162.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 42645 1253 0 0 16216 7 0 0 25 0 5 0 521470470 402571264 69717 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=393136 CPUtime=161.35 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 44750 1253 0 0 16127 8 0 0 25 0 5 0 521470470 402571264 69717 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=393136 CPUtime=162.22 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 48306 1253 0 0 16215 7 0 0 25 0 5 0 521470470 402571264 69717 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=393136 CPUtime=162.24 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 40487 1253 0 0 16217 7 0 0 25 0 5 0 521470470 402571264 69717 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.12
Current children cumulated vsize (KiB) 393136


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

[pid=20379/tid=20387] ppid=20377 vsize=723892 CPUtime=758.1 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 116707 1253 0 0 75789 21 0 0 25 0 5 0 521470470 741265408 152406 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364608 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=723892 CPUtime=762.18 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 98278 1253 0 0 76202 16 0 0 25 0 5 0 521470470 741265408 152406 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=723892 CPUtime=762.26 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 101288 1253 0 0 76209 17 0 0 25 0 5 0 521470470 741265408 152406 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.87
Current children cumulated vsize (KiB) 723892

[startup+822.301 s]
/proc/loadavg: 8.17 8.09 7.84 9/186 20448
/proc/meminfo: memFree=28992036/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=808976 CPUtime=3284.52 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 435334 1253 0 0 328377 75 0 0 25 0 5 0 521470464 828391424 173677 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 202244 173677 178 55 0 200130 0
[pid=20379/tid=20386] ppid=20377 vsize=808976 CPUtime=822.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 97809 1253 0 0 82208 15 0 0 25 0 5 0 521470470 828391424 173677 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=808976 CPUtime=817.77 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 116707 1253 0 0 81756 21 0 0 25 0 5 0 521470470 828391424 173677 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=808976 CPUtime=822.18 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 114976 1253 0 0 82198 20 0 0 25 0 5 0 521470470 828391424 173677 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=808976 CPUtime=822.26 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 101288 1253 0 0 82209 17 0 0 25 0 5 0 521470470 828391424 173677 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.52
Current children cumulated vsize (KiB) 808976

[startup+882.301 s]
/proc/loadavg: 8.13 8.09 7.85 9/186 20450
/proc/meminfo: memFree=28977276/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=737140 CPUtime=3524.19 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 450209 1253 0 0 352342 77 0 0 25 0 5 0 521470464 754831360 155718 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 184285 155718 178 55 0 182171 0
[pid=20379/tid=20386] ppid=20377 vsize=737140 CPUtime=882.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 112684 1253 0 0 88206 17 0 0 25 0 5 0 521470470 754831360 155718 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=737140 CPUtime=877.44 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 116707 1253 0 0 87723 21 0 0 25 0 5 0 521470470 754831360 155718 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=737140 CPUtime=882.18 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 114976 1253 0 0 88198 20 0 0 25 0 5 0 521470470 754831360 155718 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=737140 CPUtime=882.26 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 101288 1253 0 0 88209 17 0 0 25 0 5 0 521470470 754831360 155718 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 737140

[startup+942.301 s]
/proc/loadavg: 8.23 8.12 7.87 9/186 20451
/proc/meminfo: memFree=28822768/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=810588 CPUtime=3763.87 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 468571 1253 0 0 376307 80 0 0 25 0 5 0 521470464 830042112 174080 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 202647 174080 178 55 0 200533 0
[pid=20379/tid=20386] ppid=20377 vsize=810588 CPUtime=942.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 112684 1253 0 0 94206 17 0 0 25 0 5 0 521470470 830042112 174080 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=810588 CPUtime=937.12 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 126877 1253 0 0 93690 22 0 0 25 0 5 0 521470470 830042112 174080 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=810588 CPUtime=942.16 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 123168 1253 0 0 94195 21 0 0 25 0 5 0 521470470 830042112 174080 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=810588 CPUtime=942.26 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 101288 1253 0 0 94209 17 0 0 25 0 5 0 521470470 830042112 174080 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 810588

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 7.88 9/186 20453
/proc/meminfo: memFree=28672352/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=774100 CPUtime=4003.53 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 483376 1253 0 0 400272 81 0 0 25 0 5 0 521470464 792678400 164958 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 193525 164958 178 55 0 191411 0
[pid=20379/tid=20386] ppid=20377 vsize=774100 CPUtime=1002.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 112684 1253 0 0 100206 17 0 0 25 0 5 0 521470470 792678400 164958 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=774100 CPUtime=996.8 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 126877 1253 0 0 99658 22 0 0 25 0 5 0 521470470 792678400 164958 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=774100 CPUtime=1002.16 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 123168 1253 0 0 100195 21 0 0 25 0 5 0 521470470 792678400 164958 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=774100 CPUtime=1002.26 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 116093 1253 0 0 100207 19 0 0 25 0 5 0 521470470 792678400 164958 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 774100

[startup+1062.3 s]
/proc/loadavg: 8.18 8.12 7.90 9/186 20455
/proc/meminfo: memFree=28589520/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=794440 CPUtime=4243.21 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 496653 1253 0 0 424237 84 0 0 25 0 5 0 521470464 813506560 170043 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 198610 170043 178 55 0 196496 0
[pid=20379/tid=20386] ppid=20377 vsize=794440 CPUtime=1062.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 112684 1253 0 0 106206 17 0 0 25 0 5 0 521470470 813506560 170043 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=794440 CPUtime=1056.47 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 140154 1253 0 0 105622 25 0 0 25 0 5 0 521470470 813506560 170043 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=794440 CPUtime=1062.16 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 123168 1253 0 0 106195 21 0 0 25 0 5 0 521470470 813506560 170043 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=794440 CPUtime=1062.26 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 116093 1253 0 0 106207 19 0 0 25 0 5 0 521470470 813506560 170043 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 794440

[startup+1122.3 s]
/proc/loadavg: 8.18 8.12 7.91 9/186 20456
/proc/meminfo: memFree=28362968/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=834788 CPUtime=4482.87 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 506740 1253 0 0 448202 85 0 0 25 0 5 0 521470464 854822912 180130 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 208697 180130 178 55 0 206583 0
[pid=20379/tid=20386] ppid=20377 vsize=834788 CPUtime=1122.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 120876 1253 0 0 112205 18 0 0 25 0 5 0 521470470 854822912 180130 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=834788 CPUtime=1116.15 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 140154 1253 0 0 111590 25 0 0 25 0 5 0 521470470 854822912 180130 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=834788 CPUtime=1122.16 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 125063 1253 0 0 112194 22 0 0 25 0 5 0 521470470 854822912 180130 33554432000 4194304 4417332 140737405527040 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=834788 CPUtime=1122.27 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 116093 1253 0 0 112208 19 0 0 25 0 5 0 521470470 854822912 180130 33554432000 4194304 4417332 140737405527040 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 834788

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 7.92 9/186 20458
/proc/meminfo: memFree=28355896/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=839156 CPUtime=4722.55 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 507832 1253 0 0 472170 85 0 0 25 0 5 0 521470464 859295744 181222 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 209789 181222 178 55 0 207675 0
[pid=20379/tid=20386] ppid=20377 vsize=839156 CPUtime=1182.23 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 120876 1253 0 0 118205 18 0 0 25 0 5 0 521470470 859295744 181222 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=839156 CPUtime=1175.82 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 140154 1253 0 0 117557 25 0 0 25 0 5 0 521470470 859295744 181222 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=839156 CPUtime=1182.15 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 125063 1253 0 0 118193 22 0 0 25 0 5 0 521470470 859295744 181222 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=839156 CPUtime=1182.27 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 117185 1253 0 0 118208 19 0 0 25 0 5 0 521470470 859295744 181222 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 839156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 7.92 9/186 20458
/proc/meminfo: memFree=28329608/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=855540 CPUtime=4800.06 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 511928 1253 0 0 479920 86 0 0 25 0 5 0 521470464 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 213885 185318 178 55 0 211771 0
[pid=20379/tid=20386] ppid=20377 vsize=855540 CPUtime=1201.64 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 120876 1253 0 0 120146 18 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=855540 CPUtime=1195.11 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 144250 1253 0 0 119486 25 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=855540 CPUtime=1201.56 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 125063 1253 0 0 120134 22 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=855540 CPUtime=1201.67 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 117185 1253 0 0 120148 19 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 855540

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

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

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 7.92 9/186 20458
/proc/meminfo: memFree=28329608/32951124 swapFree=67111364/67111528
[pid=20379] ppid=20377 vsize=855540 CPUtime=4800.06 cores=1,3,5,7
/proc/20379/stat : 20379 (plingeling) S 20377 20379 19972 0 -1 4202496 511928 1253 0 0 479920 86 0 0 25 0 5 0 521470464 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 213885 185318 178 55 0 211771 0
[pid=20379/tid=20386] ppid=20377 vsize=855540 CPUtime=1201.64 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (plingeling) R 20377 20379 19972 0 -1 4202560 120876 1253 0 0 120146 18 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=855540 CPUtime=1195.11 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (plingeling) R 20377 20379 19972 0 -1 4202560 144250 1253 0 0 119486 25 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=855540 CPUtime=1201.56 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (plingeling) R 20377 20379 19972 0 -1 4202560 125063 1253 0 0 120134 22 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=855540 CPUtime=1201.67 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (plingeling) R 20377 20379 19972 0 -1 4202560 117185 1253 0 0 120148 19 0 0 25 0 5 0 521470470 876072960 185318 33554432000 4194304 4417332 140737405527040 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 855540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.12
CPU user time (s): 4799.23
CPU system time (s): 0.891864
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 855540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.23
system time used= 0.891864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513181
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= 55
involuntary context switches= 37501

runsolver used 1.91771 second user time and 4.64629 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 19:38:21
IDJOB=3263046
IDBENCH=83921
IDSOLVER=1605
FILE ID=node106/3263046-1304098701
RUNJOBID= node106-1304097373-19991
PBS_JOBID= 13170612
Free space on /tmp= 72156 MiB

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

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=692650346

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      29879028 kB
Buffers:        253160 kB
Cached:        2076436 kB
SwapCached:         88 kB
Active:        1254636 kB
Inactive:      1605704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29879028 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             860 kB
Writeback:           0 kB
AnonPages:      529992 kB
Mapped:          15280 kB
Slab:           146436 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   715200 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= 72156 MiB
End job on node106 at 2011-04-29 19:58:24