Trace number 3371053

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.48 1204.36

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
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 variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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-3371053-1305417746/watcher-3371053-1305417746 -o /tmp/evaluation-result-3371053-1305417746/solver-3371053-1305417746 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371053-1305417746.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: 3.59 5.57 6.90 5/417 9431
/proc/meminfo: memFree=21292236/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=9364 CPUtime=0 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) R 9429 9431 8585 0 -1 4202496 416 1258 0 0 0 0 0 0 25 0 1 0 732005377 9588736 347 33554432000 4194304 4417452 140735778854912 18446744073709551615 215988592384 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9431/statm: 2341 347 147 55 0 227 0

[startup+0.0814141 s]
/proc/loadavg: 3.59 5.57 6.90 5/417 9431
/proc/meminfo: memFree=21292236/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=25492 CPUtime=0.07 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) R 9429 9431 8585 0 -1 4202496 4537 1258 0 0 7 0 0 0 25 0 1 0 732005377 26103808 4396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4227901 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9431/statm: 6373 4396 148 55 0 4259 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25492

[startup+0.100408 s]
/proc/loadavg: 3.59 5.57 6.90 5/417 9431
/proc/meminfo: memFree=21292236/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=25492 CPUtime=0.09 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) R 9429 9431 8585 0 -1 4202496 4537 1258 0 0 9 0 0 0 25 0 1 0 732005377 26103808 4396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4209658 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9431/statm: 6373 4396 148 55 0 4259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25492

[startup+0.300376 s]
/proc/loadavg: 3.59 5.57 6.90 5/417 9431
/proc/meminfo: memFree=21292236/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=79448 CPUtime=0.66 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 8740 1258 0 0 65 1 0 0 25 0 5 0 732005377 81354752 7643 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 19862 7643 174 55 0 17748 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 79448

[startup+0.700305 s]
/proc/loadavg: 3.59 5.57 6.90 5/417 9431
/proc/meminfo: memFree=21292236/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=144076 CPUtime=2.26 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 9281 1258 0 0 225 1 0 0 25 0 5 0 732005377 147533824 7446 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 36019 7446 180 55 0 33905 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 144076

[startup+1.50117 s]
/proc/loadavg: 3.59 5.57 6.90 9/422 9441
/proc/meminfo: memFree=21254272/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=138196 CPUtime=5.45 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 12090 1258 0 0 544 1 0 0 25 0 5 0 732005377 141512704 5991 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 34549 5991 180 55 0 32435 0
[pid=9431/tid=9438] ppid=9429 vsize=138196 CPUtime=1.32 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 597 1258 0 0 132 0 0 0 25 0 5 0 732005395 141512704 5991 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=138196 CPUtime=1.3 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 551 1258 0 0 130 0 0 0 25 0 5 0 732005395 141512704 5991 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=138196 CPUtime=1.32 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 958 1258 0 0 132 0 0 0 25 0 5 0 732005395 141512704 5991 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=138196 CPUtime=1.32 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 1339 1258 0 0 132 0 0 0 25 0 5 0 732005395 141512704 5991 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 138196

[startup+3.10089 s]
/proc/loadavg: 3.59 5.57 6.90 9/422 9441
/proc/meminfo: memFree=21244848/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=137448 CPUtime=11.83 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 17042 1258 0 0 1181 2 0 0 25 0 5 0 732005377 140746752 5804 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 34362 5804 180 55 0 32248 0
[pid=9431/tid=9438] ppid=9429 vsize=137448 CPUtime=2.92 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 1843 1258 0 0 292 0 0 0 25 0 5 0 732005395 140746752 5804 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=137448 CPUtime=2.88 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 1723 1258 0 0 288 0 0 0 25 0 5 0 732005395 140746752 5804 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=137448 CPUtime=2.91 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 2328 1258 0 0 291 0 0 0 25 0 5 0 732005395 140746752 5804 33554432000 4194304 4417452 140735778854912 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=137448 CPUtime=2.91 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 2503 1258 0 0 291 0 0 0 25 0 5 0 732005395 140746752 5804 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 137448

[startup+6.30033 s]
/proc/loadavg: 3.95 5.61 6.90 9/422 9441
/proc/meminfo: memFree=21228504/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=142020 CPUtime=24.59 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 27028 1258 0 0 2455 4 0 0 25 0 5 0 732005377 145428480 6928 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 35505 6928 180 55 0 33391 0
[pid=9431/tid=9438] ppid=9429 vsize=142020 CPUtime=6.12 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 4821 1258 0 0 612 0 0 0 25 0 5 0 732005395 145428480 6928 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=142020 CPUtime=6.04 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 3794 1258 0 0 604 0 0 0 25 0 5 0 732005395 145428480 6928 33554432000 4194304 4417452 140735778854912 18446744073709551615 4250513 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=142020 CPUtime=6.11 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 4699 1258 0 0 611 0 0 0 25 0 5 0 732005395 145428480 6928 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=142020 CPUtime=6.11 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 5069 1258 0 0 611 0 0 0 25 0 5 0 732005395 145428480 6928 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 142020

[startup+12.7012 s]
/proc/loadavg: 4.35 5.66 6.91 9/422 9441
/proc/meminfo: memFree=21190056/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=153232 CPUtime=50.1 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 43838 1258 0 0 5003 7 0 0 25 0 5 0 732005377 156909568 9749 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 38308 9749 180 55 0 36194 0
[pid=9431/tid=9438] ppid=9429 vsize=153232 CPUtime=12.52 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 9998 1258 0 0 1251 1 0 0 25 0 5 0 732005395 156909568 9749 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=153232 CPUtime=12.35 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 7500 1258 0 0 1234 1 0 0 25 0 5 0 732005395 156909568 9749 33554432000 4194304 4417452 140735778854912 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=153232 CPUtime=12.51 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 8928 1258 0 0 1250 1 0 0 25 0 5 0 732005395 156909568 9749 33554432000 4194304 4417452 140735778854912 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=153232 CPUtime=12.52 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 8767 1258 0 0 1251 1 0 0 25 0 5 0 732005395 156909568 9749 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 153232

[startup+25.501 s]
/proc/loadavg: 5.16 5.78 6.93 9/422 9441
/proc/meminfo: memFree=21158948/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=161824 CPUtime=101.12 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 68115 1258 0 0 10101 11 0 0 25 0 5 0 732005377 165707776 11898 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 40456 11898 180 55 0 38342 0
[pid=9431/tid=9438] ppid=9429 vsize=161824 CPUtime=25.32 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 15531 1258 0 0 2530 2 0 0 25 0 5 0 732005395 165707776 11898 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=161824 CPUtime=24.97 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 12741 1258 0 0 2495 2 0 0 25 0 5 0 732005395 165707776 11898 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=161824 CPUtime=25.32 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 15985 1258 0 0 2529 3 0 0 25 0 5 0 732005395 165707776 11898 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=161824 CPUtime=25.32 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 15213 1258 0 0 2530 2 0 0 25 0 5 0 732005395 165707776 11898 33554432000 4194304 4417452 140735778854912 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 161824

[startup+51.1005 s]
/proc/loadavg: 6.20 5.97 6.96 9/422 9442
/proc/meminfo: memFree=21042756/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=218000 CPUtime=203.18 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 102834 1258 0 0 20300 18 0 0 25 0 5 0 732005377 223232000 25910 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 54500 25910 180 55 0 52386 0
[pid=9431/tid=9438] ppid=9429 vsize=218000 CPUtime=50.91 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 25655 1258 0 0 5088 3 0 0 25 0 5 0 732005395 223232000 25910 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=218000 CPUtime=50.22 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 21301 1258 0 0 5019 3 0 0 25 0 5 0 732005395 223232000 25910 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=218000 CPUtime=50.91 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 23554 1258 0 0 5087 4 0 0 25 0 5 0 732005395 223232000 25910 33554432000 4194304 4417452 140735778854912 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=218000 CPUtime=50.92 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 23679 1258 0 0 5088 4 0 0 25 0 5 0 732005395 223232000 25910 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 218000

[startup+102.317 s]
/proc/loadavg: 7.38 6.31 7.02 9/422 9443
/proc/meminfo: memFree=20924328/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=264492 CPUtime=407.33 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 158912 1258 0 0 40706 27 0 0 25 0 5 0 732005377 270839808 37533 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 66123 37533 180 55 0 64009 0
[pid=9431/tid=9438] ppid=9429 vsize=264492 CPUtime=102.13 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 39269 1258 0 0 10208 5 0 0 25 0 5 0 732005395 270839808 37533 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=264492 CPUtime=100.74 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 34840 1258 0 0 10068 6 0 0 25 0 5 0 732005395 270839808 37533 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=264492 CPUtime=102.13 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 38922 1258 0 0 10206 7 0 0 25 0 5 0 732005395 270839808 37533 33554432000 4194304 4417452 140735778854912 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=264492 CPUtime=102.13 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 37236 1258 0 0 10207 6 0 0 25 0 5 0 732005395 270839808 37533 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.33
Current children cumulated vsize (KiB) 264492

[startup+162.301 s]
/proc/loadavg: 7.96 6.66 7.10 9/422 9445
/proc/meminfo: memFree=20809340/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=321020 CPUtime=646.47 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 199960 1258 0 0 64612 35 0 0 25 0 5 0 732005377 328724480 51697 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 80255 51697 180 55 0 78141 0
[pid=9431/tid=9438] ppid=9429 vsize=321020 CPUtime=162.12 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 52498 1258 0 0 16205 7 0 0 25 0 5 0 732005395 328724480 51697 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=321020 CPUtime=159.91 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 48159 1258 0 0 15982 9 0 0 25 0 5 0 732005395 328724480 51697 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364687 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=321020 CPUtime=162.12 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 47666 1258 0 0 16203 9 0 0 25 0 5 0 732005395 328724480 51697 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=321020 CPUtime=162.12 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 42992 1258 0 0 16204 8 0 0 25 0 5 0 732005395 328724480 51697 33554432000 4194304 4417452 140735778854912 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.47
Current children cumulated vsize (KiB) 321020


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

[pid=9431/tid=9439] ppid=9429 vsize=686200 CPUtime=751.75 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 134246 1258 0 0 75150 25 0 0 25 0 5 0 732005395 702668800 142981 33554432000 4194304 4417452 140735778854912 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=686200 CPUtime=762.15 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 137161 1258 0 0 76191 24 0 0 25 0 5 0 732005395 702668800 142981 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=686200 CPUtime=762.15 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 105566 1258 0 0 76197 18 0 0 25 0 5 0 732005395 702668800 142981 33554432000 4194304 4417452 140735778854912 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3038.4
Current children cumulated vsize (KiB) 686200

[startup+822.301 s]
/proc/loadavg: 8.10 7.98 7.61 9/422 9463
/proc/meminfo: memFree=20122208/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=715240 CPUtime=3277.53 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 598588 1258 0 0 327650 103 0 0 25 0 5 0 732005377 732405760 150220 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 178810 150220 180 55 0 176696 0
[pid=9431/tid=9438] ppid=9429 vsize=715240 CPUtime=822.13 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 185867 1258 0 0 82184 29 0 0 25 0 5 0 732005395 732405760 150220 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=715240 CPUtime=810.93 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 142438 1258 0 0 81067 26 0 0 25 0 5 0 732005395 732405760 150220 33554432000 4194304 4417452 140735778854912 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=715240 CPUtime=822.13 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 148944 1258 0 0 82188 25 0 0 25 0 5 0 732005395 732405760 150220 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=715240 CPUtime=822.13 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 112694 1258 0 0 82194 19 0 0 25 0 5 0 732005395 732405760 150220 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3277.53
Current children cumulated vsize (KiB) 715240

[startup+882.301 s]
/proc/loadavg: 8.09 7.99 7.64 9/422 9464
/proc/meminfo: memFree=20076660/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=727440 CPUtime=3516.71 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 601638 1258 0 0 351568 103 0 0 25 0 5 0 732005377 744898560 153270 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 181860 153270 180 55 0 179746 0
[pid=9431/tid=9438] ppid=9429 vsize=727440 CPUtime=882.13 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 185867 1258 0 0 88184 29 0 0 25 0 5 0 732005395 744898560 153270 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=727440 CPUtime=870.1 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 144196 1258 0 0 86984 26 0 0 25 0 5 0 732005395 744898560 153270 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=727440 CPUtime=882.13 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 150236 1258 0 0 88188 25 0 0 25 0 5 0 732005395 744898560 153270 33554432000 4194304 4417452 140735778854912 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=727440 CPUtime=882.13 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 112694 1258 0 0 88194 19 0 0 25 0 5 0 732005395 744898560 153270 33554432000 4194304 4417452 140735778854912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3516.71
Current children cumulated vsize (KiB) 727440

[startup+942.301 s]
/proc/loadavg: 8.06 8.00 7.66 9/422 9466
/proc/meminfo: memFree=19960532/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=770564 CPUtime=3755.91 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 620216 1258 0 0 375484 107 0 0 25 0 5 0 732005377 789057536 164051 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 192641 164051 180 55 0 190527 0
[pid=9431/tid=9438] ppid=9429 vsize=770564 CPUtime=942.14 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 204445 1258 0 0 94181 33 0 0 25 0 5 0 732005395 789057536 164051 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=770564 CPUtime=929.29 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 144196 1258 0 0 92903 26 0 0 25 0 5 0 732005395 789057536 164051 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=770564 CPUtime=942.13 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 150236 1258 0 0 94188 25 0 0 25 0 5 0 732005395 789057536 164051 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=770564 CPUtime=942.13 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 112694 1258 0 0 94194 19 0 0 25 0 5 0 732005395 789057536 164051 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3755.91
Current children cumulated vsize (KiB) 770564

[startup+1002.3 s]
/proc/loadavg: 8.15 8.03 7.69 9/422 9467
/proc/meminfo: memFree=19805376/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=886076 CPUtime=3995.09 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 655570 1258 0 0 399396 113 0 0 25 0 5 0 732005377 907341824 192929 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 221519 192929 180 55 0 219405 0
[pid=9431/tid=9438] ppid=9429 vsize=886076 CPUtime=1002.14 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 204445 1258 0 0 100181 33 0 0 25 0 5 0 732005395 907341824 192929 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=886076 CPUtime=988.47 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 161906 1258 0 0 98818 29 0 0 25 0 5 0 732005395 907341824 192929 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=886076 CPUtime=1002.13 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 159688 1258 0 0 100187 26 0 0 25 0 5 0 732005395 907341824 192929 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=886076 CPUtime=1002.13 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 120886 1258 0 0 100192 21 0 0 25 0 5 0 732005395 907341824 192929 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3995.09
Current children cumulated vsize (KiB) 886076

[startup+1062.3 s]
/proc/loadavg: 8.17 8.05 7.72 9/422 9469
/proc/meminfo: memFree=19711824/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=906004 CPUtime=4234.28 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 671918 1258 0 0 423314 114 0 0 25 0 5 0 732005377 927748096 197911 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 226501 197911 180 55 0 224387 0
[pid=9431/tid=9438] ppid=9429 vsize=906004 CPUtime=1062.14 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 204445 1258 0 0 106181 33 0 0 25 0 5 0 732005395 927748096 197911 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=906004 CPUtime=1047.66 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 161906 1258 0 0 104737 29 0 0 25 0 5 0 732005395 927748096 197911 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=906004 CPUtime=1062.14 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 176036 1258 0 0 106186 28 0 0 25 0 5 0 732005395 927748096 197911 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=906004 CPUtime=1062.14 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 120886 1258 0 0 106193 21 0 0 25 0 5 0 732005395 927748096 197911 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4234.28
Current children cumulated vsize (KiB) 906004

[startup+1122.3 s]
/proc/loadavg: 8.16 8.07 7.74 9/422 9471
/proc/meminfo: memFree=19706808/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=840048 CPUtime=4473.47 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 685718 1258 0 0 447230 117 0 0 25 0 5 0 732005377 860209152 181421 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 210012 181421 180 55 0 207898 0
[pid=9431/tid=9438] ppid=9429 vsize=840048 CPUtime=1122.14 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 218245 1258 0 0 112179 35 0 0 25 0 5 0 732005395 860209152 181421 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=840048 CPUtime=1106.84 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 161906 1258 0 0 110655 29 0 0 25 0 5 0 732005395 860209152 181421 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=840048 CPUtime=1122.14 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 176036 1258 0 0 112186 28 0 0 25 0 5 0 732005395 860209152 181421 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=840048 CPUtime=1122.14 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 120886 1258 0 0 112193 21 0 0 25 0 5 0 732005395 860209152 181421 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4473.47
Current children cumulated vsize (KiB) 840048

[startup+1182.3 s]
/proc/loadavg: 8.20 8.10 7.77 9/422 9472
/proc/meminfo: memFree=19693500/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=923948 CPUtime=4712.66 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 706693 1258 0 0 471145 121 0 0 25 0 5 0 732005377 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 230987 202396 180 55 0 228873 0
[pid=9431/tid=9438] ppid=9429 vsize=923948 CPUtime=1182.14 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 218245 1258 0 0 118179 35 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=923948 CPUtime=1166.03 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 161906 1258 0 0 116574 29 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=923948 CPUtime=1182.14 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 176036 1258 0 0 118186 28 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=923948 CPUtime=1182.15 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 141861 1258 0 0 118189 26 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4712.66
Current children cumulated vsize (KiB) 923948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 7.81 8.02 7.75 5/416 9474
/proc/meminfo: memFree=20509200/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=923948 CPUtime=4800.38 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 706693 1258 0 0 479917 121 0 0 25 0 5 0 732005377 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 230987 202396 180 55 0 228873 0
[pid=9431/tid=9438] ppid=9429 vsize=923948 CPUtime=1204.16 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 218245 1258 0 0 120381 35 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=923948 CPUtime=1187.73 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 161906 1258 0 0 118744 29 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=923948 CPUtime=1204.15 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 176036 1258 0 0 120387 28 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=923948 CPUtime=1204.16 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 141861 1258 0 0 120390 26 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 923948

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

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

[startup+1204.3 s]
/proc/loadavg: 7.81 8.02 7.75 5/416 9474
/proc/meminfo: memFree=20509200/32950940 swapFree=67111356/67111528
[pid=9431] ppid=9429 vsize=923948 CPUtime=4800.38 cores=1,3,5,7
/proc/9431/stat : 9431 (plingeling) S 9429 9431 8585 0 -1 4202496 706693 1258 0 0 479917 121 0 0 25 0 5 0 732005377 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 230987 202396 180 55 0 228873 0
[pid=9431/tid=9438] ppid=9429 vsize=923948 CPUtime=1204.16 cores=1,3,5,7
/proc/9431/task/9438/stat : 9438 (plingeling) R 9429 9431 8585 0 -1 4202560 218245 1258 0 0 120381 35 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9431/tid=9439] ppid=9429 vsize=923948 CPUtime=1187.73 cores=1,3,5,7
/proc/9431/task/9439/stat : 9439 (plingeling) R 9429 9431 8585 0 -1 4202560 161906 1258 0 0 118744 29 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9431/tid=9440] ppid=9429 vsize=923948 CPUtime=1204.15 cores=1,3,5,7
/proc/9431/task/9440/stat : 9440 (plingeling) R 9429 9431 8585 0 -1 4202560 176036 1258 0 0 120387 28 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9431/tid=9441] ppid=9429 vsize=923948 CPUtime=1204.16 cores=1,3,5,7
/proc/9431/task/9441/stat : 9441 (plingeling) R 9429 9431 8585 0 -1 4202560 141861 1258 0 0 120390 26 0 0 25 0 5 0 732005395 946122752 202396 33554432000 4194304 4417452 140735778854912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 923948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.36
CPU time (s): 4800.48
CPU user time (s): 4799.23
CPU system time (s): 1.25481
CPU usage (%): 398.592
Max. virtual memory (cumulated for all children) (KiB): 923948

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

runsolver used 4.42633 second user time and 12.0282 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 02:02:26
IDJOB=3371053
IDBENCH=71139
IDSOLVER=1848
FILE ID=node117/3371053-1305417746
RUNJOBID= node117-1305417744-9367
PBS_JOBID= 13324528
Free space on /tmp= 73412 MiB

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

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=887400906

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21292392 kB
Buffers:        301636 kB
Cached:        3090704 kB
SwapCached:          0 kB
Active:        9416420 kB
Inactive:      1887752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21292392 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5116 kB
Writeback:           0 kB
AnonPages:     7911508 kB
Mapped:          32272 kB
Slab:           243732 kB
PageTables:      43428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100504540 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= 73412 MiB
End job on node117 at 2011-05-15 02:22:32