Trace number 3370930

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.1 1203.94

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
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 variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

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-3370930-1305426960/watcher-3370930-1305426960 -o /tmp/evaluation-result-3370930-1305426960/solver-3370930-1305426960 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370930-1305426960.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.95 4.48 2.42 5/368 11206
/proc/meminfo: memFree=25447728/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=10244 CPUtime=0 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) R 11204 11206 10794 0 -1 4202496 638 1255 0 0 0 0 0 0 25 0 1 0 635111613 10489856 568 33554432000 4194304 4417452 140735686571808 18446744073709551615 4231392 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11206/statm: 2561 568 148 55 0 447 0

[startup+0.0564299 s]
/proc/loadavg: 7.95 4.48 2.42 5/368 11206
/proc/meminfo: memFree=25447728/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=18488 CPUtime=0.04 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) R 11204 11206 10794 0 -1 4202496 2716 1255 0 0 4 0 0 0 25 0 1 0 635111613 18931712 2646 33554432000 4194304 4417452 140735686571808 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11206/statm: 4622 2646 149 55 0 2508 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18488

[startup+0.100424 s]
/proc/loadavg: 7.95 4.48 2.42 5/368 11206
/proc/meminfo: memFree=25447728/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=28120 CPUtime=0.08 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) R 11204 11206 10794 0 -1 4202496 5060 1255 0 0 8 0 0 0 25 0 1 0 635111613 28794880 4990 33554432000 4194304 4417452 140735686571808 18446744073709551615 264726067558 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11206/statm: 7030 5016 149 55 0 4916 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28120

[startup+0.300345 s]
/proc/loadavg: 7.95 4.48 2.42 5/368 11206
/proc/meminfo: memFree=25447728/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=92932 CPUtime=0.38 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 12517 1255 0 0 37 1 0 0 25 0 5 0 635111613 95162368 11046 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 23233 11046 174 55 0 21119 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 92932

[startup+0.700269 s]
/proc/loadavg: 7.95 4.48 2.42 5/368 11206
/proc/meminfo: memFree=25447728/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=94904 CPUtime=1.59 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 14608 1255 0 0 157 2 0 0 25 0 5 0 635111613 97181696 11507 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 23726 11507 174 55 0 21612 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 94904

[startup+1.50112 s]
/proc/loadavg: 7.95 4.48 2.42 9/373 11216
/proc/meminfo: memFree=25406280/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=159224 CPUtime=4.72 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 17741 1255 0 0 470 2 0 0 25 0 5 0 635111613 163045376 11486 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 39806 11486 175 55 0 37692 0
[pid=11206/tid=11213] ppid=11204 vsize=159224 CPUtime=1.03 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 3218 1255 0 0 103 0 0 0 25 0 5 0 635111638 163045376 11486 33554432000 4194304 4417452 140735686571808 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=159224 CPUtime=0.95 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 1061 1255 0 0 95 0 0 0 25 0 5 0 635111638 163045376 11486 33554432000 4194304 4417452 140735686571808 18446744073709551615 4290713 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=159224 CPUtime=1.24 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 1697 1255 0 0 124 0 0 0 25 0 5 0 635111638 163045376 11486 33554432000 4194304 4417452 140735686571808 18446744073709551615 4282397 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=159224 CPUtime=1.23 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 164 1255 0 0 123 0 0 0 25 0 5 0 635111638 163045376 11486 33554432000 4194304 4417452 140735686571808 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 159224

[startup+3.10082 s]
/proc/loadavg: 7.95 4.48 2.42 9/373 11216
/proc/meminfo: memFree=25403408/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=166852 CPUtime=11.1 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 21220 1255 0 0 1108 2 0 0 25 0 5 0 635111613 170856448 12650 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 41713 12650 180 55 0 39599 0
[pid=11206/tid=11213] ppid=11204 vsize=166852 CPUtime=2.63 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 4337 1255 0 0 263 0 0 0 25 0 5 0 635111638 170856448 12650 33554432000 4194304 4417452 140735686571808 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=166852 CPUtime=2.55 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 1143 1255 0 0 255 0 0 0 25 0 5 0 635111638 170856448 12650 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=166852 CPUtime=2.84 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 3975 1255 0 0 284 0 0 0 25 0 5 0 635111638 170856448 12650 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=166852 CPUtime=2.82 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 164 1255 0 0 282 0 0 0 25 0 5 0 635111638 170856448 12650 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 166852

[startup+6.30121 s]
/proc/loadavg: 7.96 4.54 2.45 9/373 11216
/proc/meminfo: memFree=25422128/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=172268 CPUtime=23.87 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 22982 1255 0 0 2384 3 0 0 25 0 5 0 635111613 176402432 14378 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 43067 14378 180 55 0 40953 0
[pid=11206/tid=11213] ppid=11204 vsize=172268 CPUtime=5.83 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 4460 1255 0 0 583 0 0 0 25 0 5 0 635111638 176402432 14378 33554432000 4194304 4417452 140735686571808 18446744073709551615 4254425 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=172268 CPUtime=5.75 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 1567 1255 0 0 575 0 0 0 25 0 5 0 635111638 176402432 14378 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=172268 CPUtime=6.04 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 4962 1255 0 0 604 0 0 0 25 0 5 0 635111638 176402432 14378 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364912 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=172268 CPUtime=5.98 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 392 1255 0 0 598 0 0 0 25 0 5 0 635111638 176402432 14378 33554432000 4194304 4417452 140735686571808 18446744073709551615 4366548 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 172268

[startup+12.701 s]
/proc/loadavg: 7.96 4.60 2.48 9/373 11216
/proc/meminfo: memFree=25404396/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=179644 CPUtime=49.39 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 25067 1255 0 0 4936 3 0 0 25 0 5 0 635111613 183955456 16279 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 44911 16279 180 55 0 42797 0
[pid=11206/tid=11213] ppid=11204 vsize=179644 CPUtime=12.23 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 4772 1255 0 0 1223 0 0 0 25 0 5 0 635111638 183955456 16279 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=179644 CPUtime=12.15 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 1866 1255 0 0 1215 0 0 0 25 0 5 0 635111638 183955456 16279 33554432000 4194304 4417452 140735686571808 18446744073709551615 4353516 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=179644 CPUtime=12.44 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 5987 1255 0 0 1244 0 0 0 25 0 5 0 635111638 183955456 16279 33554432000 4194304 4417452 140735686571808 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=179644 CPUtime=12.3 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 841 1255 0 0 1230 0 0 0 25 0 5 0 635111638 183955456 16279 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236906 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 179644

[startup+25.5006 s]
/proc/loadavg: 7.97 4.76 2.57 9/373 11217
/proc/meminfo: memFree=25388792/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=193384 CPUtime=100.43 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 28416 1255 0 0 10040 3 0 0 25 0 5 0 635111613 198025216 19527 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 48346 19527 180 55 0 46232 0
[pid=11206/tid=11213] ppid=11204 vsize=193384 CPUtime=25.03 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 5170 1255 0 0 2503 0 0 0 25 0 5 0 635111638 198025216 19527 33554432000 4194304 4417452 140735686571808 18446744073709551615 4358743 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=193384 CPUtime=24.95 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 2156 1255 0 0 2495 0 0 0 25 0 5 0 635111638 198025216 19527 33554432000 4194304 4417452 140735686571808 18446744073709551615 4365198 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=193384 CPUtime=25.24 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 7516 1255 0 0 2524 0 0 0 25 0 5 0 635111638 198025216 19527 33554432000 4194304 4417452 140735686571808 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=193384 CPUtime=24.95 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 1973 1255 0 0 2495 0 0 0 25 0 5 0 635111638 198025216 19527 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.43
Current children cumulated vsize (KiB) 193384

[startup+51.1007 s]
/proc/loadavg: 7.98 5.02 2.71 9/373 11217
/proc/meminfo: memFree=25338352/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=242400 CPUtime=202.53 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 44872 1255 0 0 20247 6 0 0 25 0 5 0 635111613 248217600 32054 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 60600 32054 180 55 0 58486 0
[pid=11206/tid=11213] ppid=11204 vsize=242400 CPUtime=50.62 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 6811 1255 0 0 5062 0 0 0 25 0 5 0 635111638 248217600 32054 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=242400 CPUtime=50.55 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 4010 1255 0 0 5055 0 0 0 25 0 5 0 635111638 248217600 32054 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=242400 CPUtime=50.84 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 13131 1255 0 0 5083 1 0 0 25 0 5 0 635111638 248217600 32054 33554432000 4194304 4417452 140735686571808 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=242400 CPUtime=50.24 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 9319 1255 0 0 5024 0 0 0 25 0 5 0 635111638 248217600 32054 33554432000 4194304 4417452 140735686571808 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 242400

[startup+102.314 s]
/proc/loadavg: 8.04 5.49 2.99 9/373 11219
/proc/meminfo: memFree=25230180/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=287364 CPUtime=406.76 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 77824 1255 0 0 40665 11 0 0 25 0 5 0 635111613 294260736 43295 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 71841 43295 180 55 0 69727 0
[pid=11206/tid=11213] ppid=11204 vsize=287364 CPUtime=101.83 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 12021 1255 0 0 10181 2 0 0 25 0 5 0 635111638 294260736 43295 33554432000 4194304 4417452 140735686571808 18446744073709551615 4365111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=287364 CPUtime=101.76 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 11939 1255 0 0 10175 1 0 0 25 0 5 0 635111638 294260736 43295 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=287364 CPUtime=102.05 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 17476 1255 0 0 10203 2 0 0 25 0 5 0 635111638 294260736 43295 33554432000 4194304 4417452 140735686571808 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=287364 CPUtime=100.85 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 24787 1255 0 0 10082 3 0 0 25 0 5 0 635111638 294260736 43295 33554432000 4194304 4417452 140735686571808 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.76
Current children cumulated vsize (KiB) 287364

[startup+162.301 s]
/proc/loadavg: 8.06 5.96 3.31 9/373 11220
/proc/meminfo: memFree=25180524/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=311596 CPUtime=646.01 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 125002 1255 0 0 64582 19 0 0 25 0 5 0 635111613 319074304 49380 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 77899 49380 180 55 0 75785 0
[pid=11206/tid=11213] ppid=11204 vsize=311596 CPUtime=161.81 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 24339 1255 0 0 16177 4 0 0 25 0 5 0 635111638 319074304 49380 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=311596 CPUtime=161.75 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 28340 1255 0 0 16171 4 0 0 25 0 5 0 635111638 319074304 49380 33554432000 4194304 4417452 140735686571808 18446744073709551615 4311296 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=311596 CPUtime=162.04 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 33860 1255 0 0 16200 4 0 0 25 0 5 0 635111638 319074304 49380 33554432000 4194304 4417452 140735686571808 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=311596 CPUtime=160.13 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 26862 1255 0 0 16010 3 0 0 25 0 5 0 635111638 319074304 49380 33554432000 4194304 4417452 140735686571808 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.01
Current children cumulated vsize (KiB) 311596


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

[pid=11206/tid=11214] ppid=11204 vsize=588168 CPUtime=761.78 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 90117 1255 0 0 76164 14 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=588168 CPUtime=762.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 85562 1255 0 0 76196 11 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4358093 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=588168 CPUtime=753.05 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 187276 1255 0 0 75282 23 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3038.9
Current children cumulated vsize (KiB) 588168

[startup+822.301 s]
/proc/loadavg: 8.15 7.88 5.74 9/373 11238
/proc/meminfo: memFree=24732116/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=588168 CPUtime=3278.15 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 432836 1255 0 0 327754 61 0 0 25 0 5 0 635111613 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 147042 118496 180 55 0 144928 0
[pid=11206/tid=11213] ppid=11204 vsize=588168 CPUtime=821.7 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 58280 1255 0 0 82161 9 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=588168 CPUtime=821.77 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 90117 1255 0 0 82163 14 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=588168 CPUtime=822.06 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 85562 1255 0 0 82194 12 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=588168 CPUtime=812.34 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 187276 1255 0 0 81211 23 0 0 25 0 5 0 635111638 602284032 118496 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.15
Current children cumulated vsize (KiB) 588168

[startup+882.301 s]
/proc/loadavg: 8.10 7.92 5.89 9/373 11240
/proc/meminfo: memFree=24708896/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=625468 CPUtime=3517.43 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 442199 1255 0 0 351681 62 0 0 25 0 5 0 635111613 640479232 127821 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 156367 127821 180 55 0 154253 0
[pid=11206/tid=11213] ppid=11204 vsize=625468 CPUtime=881.7 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 58332 1255 0 0 88161 9 0 0 25 0 5 0 635111638 640479232 127821 33554432000 4194304 4417452 140735686571808 18446744073709551615 4237214 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=625468 CPUtime=881.77 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 90133 1255 0 0 88163 14 0 0 25 0 5 0 635111638 640479232 127821 33554432000 4194304 4417452 140735686571808 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=625468 CPUtime=882.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 85562 1255 0 0 88195 12 0 0 25 0 5 0 635111638 640479232 127821 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=625468 CPUtime=871.63 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 196571 1255 0 0 87139 24 0 0 25 0 5 0 635111638 640479232 127821 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.43
Current children cumulated vsize (KiB) 625468

[startup+942.3 s]
/proc/loadavg: 8.13 7.96 6.03 9/373 11241
/proc/meminfo: memFree=24723364/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=596340 CPUtime=3756.71 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 486328 1255 0 0 375601 70 0 0 25 0 5 0 635111613 610652160 120539 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 149085 120539 180 55 0 146971 0
[pid=11206/tid=11213] ppid=11204 vsize=596340 CPUtime=941.68 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 58332 1255 0 0 94159 9 0 0 25 0 5 0 635111638 610652160 120539 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=596340 CPUtime=941.77 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 90133 1255 0 0 94163 14 0 0 25 0 5 0 635111638 610652160 120539 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=596340 CPUtime=942.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 85562 1255 0 0 94195 12 0 0 25 0 5 0 635111638 610652160 120539 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=596340 CPUtime=930.92 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 240700 1255 0 0 93060 32 0 0 25 0 5 0 635111638 610652160 120539 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.71
Current children cumulated vsize (KiB) 596340

[startup+1002.3 s]
/proc/loadavg: 8.13 7.99 6.16 9/373 11243
/proc/meminfo: memFree=24703848/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=595812 CPUtime=3996 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 518818 1255 0 0 399525 75 0 0 25 0 5 0 635111613 610111488 120407 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 148953 120407 180 55 0 146839 0
[pid=11206/tid=11213] ppid=11204 vsize=595812 CPUtime=1001.68 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 58332 1255 0 0 100159 9 0 0 25 0 5 0 635111638 610111488 120407 33554432000 4194304 4417452 140735686571808 18446744073709551615 4263224 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=595812 CPUtime=1001.77 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 90148 1255 0 0 100163 14 0 0 25 0 5 0 635111638 610111488 120407 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=595812 CPUtime=1002.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 85562 1255 0 0 100195 12 0 0 25 0 5 0 635111638 610111488 120407 33554432000 4194304 4417452 140735686571808 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=595812 CPUtime=990.21 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 273175 1255 0 0 98984 37 0 0 25 0 5 0 635111638 610111488 120407 33554432000 4194304 4417452 140735686571808 18446744073709551615 4357879 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996
Current children cumulated vsize (KiB) 595812

[startup+1062.3 s]
/proc/loadavg: 8.15 8.02 6.28 9/373 11281
/proc/meminfo: memFree=24981680/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=668400 CPUtime=4235.29 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 596226 1255 0 0 423444 85 0 0 25 0 5 0 635111613 684441600 138554 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 167100 138554 180 55 0 164986 0
[pid=11206/tid=11213] ppid=11204 vsize=668400 CPUtime=1061.67 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 58347 1255 0 0 106158 9 0 0 25 0 5 0 635111638 684441600 138554 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=668400 CPUtime=1061.78 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 94244 1255 0 0 106163 15 0 0 25 0 5 0 635111638 684441600 138554 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=668400 CPUtime=1062.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 89658 1255 0 0 106194 13 0 0 25 0 5 0 635111638 684441600 138554 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=668400 CPUtime=1049.5 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 342376 1255 0 0 104905 45 0 0 25 0 5 0 635111638 684441600 138554 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4235.29
Current children cumulated vsize (KiB) 668400

[startup+1122.3 s]
/proc/loadavg: 8.11 8.03 6.39 9/373 11283
/proc/meminfo: memFree=24923988/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=690896 CPUtime=4474.56 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 687408 1255 0 0 447361 95 0 0 25 0 5 0 635111613 707477504 144178 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 172724 144178 180 55 0 170610 0
[pid=11206/tid=11213] ppid=11204 vsize=690896 CPUtime=1121.65 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 66539 1255 0 0 112155 10 0 0 25 0 5 0 635111638 707477504 144178 33554432000 4194304 4417452 140735686571808 18446744073709551615 4366286 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=690896 CPUtime=1121.78 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 106532 1255 0 0 112161 17 0 0 25 0 5 0 635111638 707477504 144178 33554432000 4194304 4417452 140735686571808 18446744073709551615 4259008 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=690896 CPUtime=1122.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 101946 1255 0 0 112193 14 0 0 25 0 5 0 635111638 707477504 144178 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=690896 CPUtime=1108.79 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 400790 1255 0 0 110827 52 0 0 25 0 5 0 635111638 707477504 144178 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.56
Current children cumulated vsize (KiB) 690896

[startup+1182.3 s]
/proc/loadavg: 8.08 8.04 6.49 9/373 11285
/proc/meminfo: memFree=24924084/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=673940 CPUtime=4713.86 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 736151 1255 0 0 471284 102 0 0 25 0 5 0 635111613 690114560 139939 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 168485 139939 180 55 0 166371 0
[pid=11206/tid=11213] ppid=11204 vsize=673940 CPUtime=1181.65 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 76795 1255 0 0 118154 11 0 0 25 0 5 0 635111638 690114560 139939 33554432000 4194304 4417452 140735686571808 18446744073709551615 4354569 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=673940 CPUtime=1181.78 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 118833 1255 0 0 118160 18 0 0 25 0 5 0 635111638 690114560 139939 33554432000 4194304 4417452 140735686571808 18446744073709551615 4343707 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=673940 CPUtime=1182.07 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 101946 1255 0 0 118193 14 0 0 25 0 5 0 635111638 690114560 139939 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=673940 CPUtime=1168.09 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 426976 1255 0 0 116753 56 0 0 25 0 5 0 635111638 690114560 139939 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4713.86
Current children cumulated vsize (KiB) 673940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.05 8.03 6.53 9/373 11285
/proc/meminfo: memFree=24941188/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=653204 CPUtime=4800.03 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 751479 1255 0 0 479900 103 0 0 25 0 5 0 635111613 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 163301 134755 180 55 0 161187 0
[pid=11206/tid=11213] ppid=11204 vsize=653204 CPUtime=1203.26 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 84459 1255 0 0 120315 11 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=653204 CPUtime=1203.4 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 118833 1255 0 0 120321 19 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4265528 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=653204 CPUtime=1203.68 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 106042 1255 0 0 120354 14 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=653204 CPUtime=1189.43 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 430544 1255 0 0 118887 56 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 653204

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

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

[startup+1203.9 s]
/proc/loadavg: 8.05 8.03 6.53 9/373 11285
/proc/meminfo: memFree=24941188/32951124 swapFree=63083164/67111528
[pid=11206] ppid=11204 vsize=653204 CPUtime=4800.03 cores=0,2,4,6
/proc/11206/stat : 11206 (plingeling) S 11204 11206 10794 0 -1 4202496 751479 1255 0 0 479900 103 0 0 25 0 5 0 635111613 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11206/statm: 163301 134755 180 55 0 161187 0
[pid=11206/tid=11213] ppid=11204 vsize=653204 CPUtime=1203.26 cores=0,2,4,6
/proc/11206/task/11213/stat : 11213 (plingeling) R 11204 11206 10794 0 -1 4202560 84459 1255 0 0 120315 11 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11206/tid=11214] ppid=11204 vsize=653204 CPUtime=1203.4 cores=0,2,4,6
/proc/11206/task/11214/stat : 11214 (plingeling) R 11204 11206 10794 0 -1 4202560 118833 1255 0 0 120321 19 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4265528 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11206/tid=11215] ppid=11204 vsize=653204 CPUtime=1203.68 cores=0,2,4,6
/proc/11206/task/11215/stat : 11215 (plingeling) R 11204 11206 10794 0 -1 4202560 106042 1255 0 0 120354 14 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11206/tid=11216] ppid=11204 vsize=653204 CPUtime=1189.43 cores=0,2,4,6
/proc/11206/task/11216/stat : 11216 (plingeling) R 11204 11206 10794 0 -1 4202560 430544 1255 0 0 118887 56 0 0 25 0 5 0 635111638 668880896 134755 33554432000 4194304 4417452 140735686571808 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 653204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.94
CPU time (s): 4800.1
CPU user time (s): 4799.03
CPU system time (s): 1.06684
CPU usage (%): 398.698
Max. virtual memory (cumulated for all children) (KiB): 838744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.03
system time used= 1.06684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 752735
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= 153
involuntary context switches= 23567

runsolver used 4.08438 second user time and 10.1625 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 04:36:00
IDJOB=3370930
IDBENCH=83244
IDSOLVER=1848
FILE ID=node141/3370930-1305426960
RUNJOBID= node141-1305426761-10812
PBS_JOBID= 13324603
Free space on /tmp= 73356 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370930-1305426960/watcher-3370930-1305426960 -o /tmp/evaluation-result-3370930-1305426960/solver-3370930-1305426960 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370930-1305426960.cnf

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

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=636593261

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25448024 kB
Buffers:        245756 kB
Cached:        4905248 kB
SwapCached:      15708 kB
Active:        2188392 kB
Inactive:      5073536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25448024 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            4556 kB
Writeback:           0 kB
AnonPages:     2102712 kB
Mapped:          13064 kB
Slab:           137012 kB
PageTables:      38176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86433496 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= 73356 MiB
End job on node141 at 2011-05-15 04:56:06