Trace number 3371028

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.31 1203.68

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
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 variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3371028-1305429874/watcher-3371028-1305429874 -o /tmp/evaluation-result-3371028-1305429874/solver-3371028-1305429874 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371028-1305429874.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: 8.12 7.99 6.33 3/361 16228
/proc/meminfo: memFree=30209432/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=10064 CPUtime=0 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) R 16225 16227 8955 0 -1 4202496 617 1253 0 0 0 0 0 0 18 0 1 0 635403695 10305536 539 33554432000 4194304 4417452 140735741746720 18446744073709551615 212039655168 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/16227/statm: 2516 539 148 55 0 402 0

[startup+0.154737 s]
/proc/loadavg: 8.12 7.99 6.33 3/361 16228
/proc/meminfo: memFree=30209432/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=57624 CPUtime=0.5 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 3379 1253 0 0 50 0 0 0 18 0 5 0 635403695 59006976 2166 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 14406 2166 177 55 0 12292 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 57624

[startup+0.254722 s]
/proc/loadavg: 8.12 7.99 6.33 3/361 16228
/proc/meminfo: memFree=30209432/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=58904 CPUtime=0.9 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 4060 1253 0 0 90 0 0 0 18 0 5 0 635403695 60317696 2513 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 14726 2513 180 55 0 12612 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 58904

[startup+0.300711 s]
/proc/loadavg: 8.12 7.99 6.33 3/361 16228
/proc/meminfo: memFree=30209432/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=59884 CPUtime=1.08 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 4305 1253 0 0 108 0 0 0 18 0 5 0 635403695 61321216 2758 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 14971 2758 180 55 0 12857 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 59884

[startup+0.700641 s]
/proc/loadavg: 8.12 7.99 6.33 3/361 16228
/proc/meminfo: memFree=30209432/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=64636 CPUtime=2.68 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 6216 1253 0 0 268 0 0 0 18 0 5 0 635403695 66187264 3946 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 16159 3946 180 55 0 14045 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 64636

[startup+1.5005 s]
/proc/loadavg: 8.12 7.99 6.33 9/373 16253
/proc/meminfo: memFree=30157020/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=74028 CPUtime=5.87 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 10096 1253 0 0 586 1 0 0 18 0 5 0 635403695 75804672 6294 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 18507 6294 180 55 0 16393 0
[pid=16227/tid=16235] ppid=16225 vsize=74028 CPUtime=1.46 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 816 1253 0 0 146 0 0 0 24 0 5 0 635403699 75804672 6294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=74028 CPUtime=1.44 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 496 1253 0 0 144 0 0 0 23 0 5 0 635403699 75804672 6294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=74028 CPUtime=1.45 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 1386 1253 0 0 145 0 0 0 23 0 5 0 635403699 75804672 6294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=74028 CPUtime=1.45 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 5936 1253 0 0 145 0 0 0 23 0 5 0 635403699 75804672 6294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 74028

[startup+3.10121 s]
/proc/loadavg: 8.11 7.99 6.34 9/373 16253
/proc/meminfo: memFree=30141396/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=75120 CPUtime=12.26 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 13821 1253 0 0 1224 2 0 0 18 0 5 0 635403695 76922880 6567 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 18780 6567 180 55 0 16666 0
[pid=16227/tid=16235] ppid=16225 vsize=75120 CPUtime=3.06 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 1127 1253 0 0 306 0 0 0 25 0 5 0 635403699 76922880 6567 33554432000 4194304 4417452 140735741746720 18446744073709551615 4249997 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=75120 CPUtime=3.03 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 807 1253 0 0 303 0 0 0 25 0 5 0 635403699 76922880 6567 33554432000 4194304 4417452 140735741746720 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=75120 CPUtime=3.06 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 1386 1253 0 0 306 0 0 0 25 0 5 0 635403699 76922880 6567 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=75120 CPUtime=3.06 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 9039 1253 0 0 305 1 0 0 25 0 5 0 635403699 76922880 6567 33554432000 4194304 4417452 140735741746720 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 75120

[startup+6.30064 s]
/proc/loadavg: 8.11 7.99 6.34 9/373 16253
/proc/meminfo: memFree=30112020/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=110028 CPUtime=25.01 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 25775 1253 0 0 2498 3 0 0 18 0 5 0 635403695 112668672 15294 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 27507 15294 180 55 0 25393 0
[pid=16227/tid=16235] ppid=16225 vsize=110028 CPUtime=6.26 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 1639 1253 0 0 626 0 0 0 25 0 5 0 635403699 112668672 15294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4337310 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=110028 CPUtime=6.19 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 1063 1253 0 0 619 0 0 0 25 0 5 0 635403699 112668672 15294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=110028 CPUtime=6.25 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 3825 1253 0 0 625 0 0 0 25 0 5 0 635403699 112668672 15294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4236326 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=110028 CPUtime=6.26 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 17786 1253 0 0 624 2 0 0 25 0 5 0 635403699 112668672 15294 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 110028

[startup+12.7005 s]
/proc/loadavg: 8.17 8.00 6.37 9/373 16253
/proc/meminfo: memFree=30050416/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=163332 CPUtime=50.54 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 48380 1253 0 0 5047 7 0 0 18 0 5 0 635403695 167251968 28620 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 40833 28620 180 55 0 38719 0
[pid=16227/tid=16235] ppid=16225 vsize=163332 CPUtime=12.66 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 3270 1253 0 0 1266 0 0 0 25 0 5 0 635403699 167251968 28620 33554432000 4194304 4417452 140735741746720 18446744073709551615 4244988 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=163332 CPUtime=12.51 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 4873 1253 0 0 1251 0 0 0 25 0 5 0 635403699 167251968 28620 33554432000 4194304 4417452 140735741746720 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=163332 CPUtime=12.65 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 8639 1253 0 0 1264 1 0 0 25 0 5 0 635403699 167251968 28620 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=163332 CPUtime=12.66 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 30136 1253 0 0 1262 4 0 0 25 0 5 0 635403699 167251968 28620 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 163332

[startup+25.5012 s]
/proc/loadavg: 8.14 8.00 6.38 9/373 16256
/proc/meminfo: memFree=29964108/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=247560 CPUtime=101.59 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 97092 1253 0 0 10145 14 0 0 18 0 5 0 635403695 253501440 49677 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 61890 49677 180 55 0 59776 0
[pid=16227/tid=16235] ppid=16225 vsize=247560 CPUtime=25.46 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 13173 1253 0 0 2545 1 0 0 25 0 5 0 635403699 253501440 49677 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=247560 CPUtime=25.16 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 14759 1253 0 0 2514 2 0 0 25 0 5 0 635403699 253501440 49677 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=247560 CPUtime=25.45 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 19297 1253 0 0 2543 2 0 0 25 0 5 0 635403699 253501440 49677 33554432000 4194304 4417452 140735741746720 18446744073709551615 4302950 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=247560 CPUtime=25.45 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 48401 1253 0 0 2539 6 0 0 25 0 5 0 635403699 253501440 49677 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 247560

[startup+51.1006 s]
/proc/loadavg: 8.30 8.05 6.44 9/373 16257
/proc/meminfo: memFree=29891848/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=338988 CPUtime=203.68 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 165465 1253 0 0 20344 24 0 0 18 0 5 0 635403695 347123712 56183 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 84747 56183 180 55 0 82633 0
[pid=16227/tid=16235] ppid=16225 vsize=338988 CPUtime=51.06 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 32087 1253 0 0 5102 4 0 0 25 0 5 0 635403699 347123712 56183 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=338988 CPUtime=50.46 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 32028 1253 0 0 5042 4 0 0 25 0 5 0 635403699 347123712 56183 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=338988 CPUtime=51.06 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 34551 1253 0 0 5101 5 0 0 25 0 5 0 635403699 347123712 56183 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=338988 CPUtime=51.06 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 65337 1253 0 0 5096 10 0 0 25 0 5 0 635403699 347123712 56183 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 338988

[startup+102.3 s]
/proc/loadavg: 8.20 8.07 6.54 9/373 16259
/proc/meminfo: memFree=29751404/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=472412 CPUtime=407.92 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 271106 1253 0 0 40752 40 0 0 18 0 5 0 635403695 483749888 89542 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 118103 89542 180 55 0 115989 0
[pid=16227/tid=16235] ppid=16225 vsize=472412 CPUtime=102.28 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 73556 1253 0 0 10217 11 0 0 25 0 5 0 635403699 483749888 89542 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=472412 CPUtime=101.06 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 47966 1253 0 0 10100 6 0 0 25 0 5 0 635403699 483749888 89542 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=472412 CPUtime=102.27 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 57296 1253 0 0 10219 8 0 0 25 0 5 0 635403699 483749888 89542 33554432000 4194304 4417452 140735741746720 18446744073709551615 4307865 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=472412 CPUtime=102.27 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 90826 1253 0 0 10213 14 0 0 25 0 5 0 635403699 483749888 89542 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 472412

[startup+162.301 s]
/proc/loadavg: 8.15 8.08 6.64 9/373 16260
/proc/meminfo: memFree=29609500/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=611268 CPUtime=647.18 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 394631 1253 0 0 64660 58 0 0 18 0 5 0 635403695 625938432 124256 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 152817 124256 180 55 0 150703 0
[pid=16227/tid=16235] ppid=16225 vsize=611268 CPUtime=162.26 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 105078 1253 0 0 16211 15 0 0 25 0 5 0 635403699 625938432 124256 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=611268 CPUtime=160.34 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 70430 1253 0 0 16025 9 0 0 25 0 5 0 635403699 625938432 124256 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=611268 CPUtime=162.26 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 102312 1253 0 0 16211 15 0 0 25 0 5 0 635403699 625938432 124256 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=611268 CPUtime=162.26 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 115349 1253 0 0 16208 18 0 0 25 0 5 0 635403699 625938432 124256 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.18
Current children cumulated vsize (KiB) 611268


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

[pid=16227/tid=16236] ppid=16225 vsize=1305592 CPUtime=753.27 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 336759 1253 0 0 75276 51 0 0 25 0 5 0 635403699 1336926208 297834 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1305592 CPUtime=762.29 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 324989 1253 0 0 76178 51 0 0 25 0 5 0 635403699 1336926208 297834 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1305592 CPUtime=762.29 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 291466 1253 0 0 76188 41 0 0 25 0 5 0 635403699 1336926208 297834 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.19
Current children cumulated vsize (KiB) 1305592

[startup+822.301 s]
/proc/loadavg: 8.08 8.12 7.38 9/373 16278
/proc/meminfo: memFree=28644896/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1401024 CPUtime=3279.45 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1312514 1253 0 0 327748 197 0 0 18 0 5 0 635403695 1434648576 321692 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 350256 321692 180 55 0 348142 0
[pid=16227/tid=16235] ppid=16225 vsize=1401024 CPUtime=822.28 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 310564 1253 0 0 82183 45 0 0 25 0 5 0 635403699 1434648576 321692 33554432000 4194304 4417452 140735741746720 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1401024 CPUtime=812.56 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 372129 1253 0 0 81199 57 0 0 25 0 5 0 635403699 1434648576 321692 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1401024 CPUtime=822.28 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 324989 1253 0 0 82177 51 0 0 25 0 5 0 635403699 1434648576 321692 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1401024 CPUtime=822.28 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 303370 1253 0 0 82186 42 0 0 25 0 5 0 635403699 1434648576 321692 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.45
Current children cumulated vsize (KiB) 1401024

[startup+882.314 s]
/proc/loadavg: 8.07 8.11 7.42 10/373 16280
/proc/meminfo: memFree=28649440/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1373212 CPUtime=3518.8 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1382501 1253 0 0 351670 210 0 0 18 0 5 0 635403695 1406169088 314739 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 343303 314739 180 55 0 341189 0
[pid=16227/tid=16235] ppid=16225 vsize=1373212 CPUtime=882.29 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 331972 1253 0 0 88180 49 0 0 25 0 5 0 635403699 1406169088 314739 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1373212 CPUtime=871.86 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 420708 1253 0 0 87121 65 0 0 25 0 5 0 635403699 1406169088 314739 33554432000 4194304 4417452 140735741746720 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1373212 CPUtime=882.29 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 324989 1253 0 0 88178 51 0 0 25 0 5 0 635403699 1406169088 314739 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1373212 CPUtime=882.29 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 303370 1253 0 0 88187 42 0 0 25 0 5 0 635403699 1406169088 314739 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3518.8
Current children cumulated vsize (KiB) 1373212

[startup+942.3 s]
/proc/loadavg: 8.11 8.12 7.47 9/373 16281
/proc/meminfo: memFree=28442048/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1610692 CPUtime=3758.05 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1464459 1253 0 0 375581 224 0 0 18 0 5 0 635403695 1649348608 374109 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 402673 374109 180 55 0 400559 0
[pid=16227/tid=16235] ppid=16225 vsize=1610692 CPUtime=942.28 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 355381 1253 0 0 94174 54 0 0 25 0 5 0 635403699 1649348608 374109 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1610692 CPUtime=931.14 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 420708 1253 0 0 93049 65 0 0 25 0 5 0 635403699 1649348608 374109 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1610692 CPUtime=942.28 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 365906 1253 0 0 94171 57 0 0 25 0 5 0 635403699 1649348608 374109 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1610692 CPUtime=942.28 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 321002 1253 0 0 94183 45 0 0 25 0 5 0 635403699 1649348608 374109 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.05
Current children cumulated vsize (KiB) 1610692

[startup+1002.3 s]
/proc/loadavg: 8.04 8.09 7.50 9/373 16283
/proc/meminfo: memFree=28376044/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1663572 CPUtime=3997.34 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1513486 1253 0 0 399503 231 0 0 18 0 5 0 635403695 1703497728 387329 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 415893 387329 180 55 0 413779 0
[pid=16227/tid=16235] ppid=16225 vsize=1663572 CPUtime=1002.28 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 355381 1253 0 0 100174 54 0 0 25 0 5 0 635403699 1703497728 387329 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1663572 CPUtime=990.43 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 420708 1253 0 0 98978 65 0 0 25 0 5 0 635403699 1703497728 387329 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1663572 CPUtime=1002.28 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 406741 1253 0 0 100164 64 0 0 25 0 5 0 635403699 1703497728 387329 33554432000 4194304 4417452 140735741746720 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1663572 CPUtime=1002.28 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 329194 1253 0 0 100182 46 0 0 25 0 5 0 635403699 1703497728 387329 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.34
Current children cumulated vsize (KiB) 1663572

[startup+1062.3 s]
/proc/loadavg: 8.09 8.10 7.54 9/373 16284
/proc/meminfo: memFree=28286832/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1770340 CPUtime=4236.64 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1557409 1253 0 0 423424 240 0 0 18 0 5 0 635403695 1812828160 414021 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 442585 414021 180 55 0 440471 0
[pid=16227/tid=16235] ppid=16225 vsize=1770340 CPUtime=1062.28 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 391800 1253 0 0 106167 61 0 0 25 0 5 0 635403699 1812828160 414021 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1770340 CPUtime=1049.73 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 420708 1253 0 0 104908 65 0 0 25 0 5 0 635403699 1812828160 414021 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1770340 CPUtime=1062.28 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 406741 1253 0 0 106164 64 0 0 25 0 5 0 635403699 1812828160 414021 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1770340 CPUtime=1062.28 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 336698 1253 0 0 106180 48 0 0 25 0 5 0 635403699 1812828160 414021 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4236.64
Current children cumulated vsize (KiB) 1770340

[startup+1122.3 s]
/proc/loadavg: 8.03 8.08 7.56 9/373 16286
/proc/meminfo: memFree=28599760/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1412872 CPUtime=4475.93 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1604358 1253 0 0 447346 247 0 0 18 0 5 0 635403695 1446780928 324654 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 353218 324654 180 55 0 351104 0
[pid=16227/tid=16235] ppid=16225 vsize=1412872 CPUtime=1122.29 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 391800 1253 0 0 112168 61 0 0 25 0 5 0 635403699 1446780928 324654 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1412872 CPUtime=1109.02 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 447660 1253 0 0 110833 69 0 0 25 0 5 0 635403699 1446780928 324654 33554432000 4194304 4417452 140735741746720 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1412872 CPUtime=1122.28 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 426738 1253 0 0 112161 67 0 0 25 0 5 0 635403699 1446780928 324654 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1412872 CPUtime=1122.29 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 336698 1253 0 0 112181 48 0 0 25 0 5 0 635403699 1446780928 324654 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4475.93
Current children cumulated vsize (KiB) 1412872

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 7.59 9/373 16287
/proc/meminfo: memFree=28336196/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1627988 CPUtime=4715.24 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1692511 1253 0 0 471264 260 0 0 18 0 5 0 635403695 1667059712 378433 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 406997 378433 180 55 0 404883 0
[pid=16227/tid=16235] ppid=16225 vsize=1627988 CPUtime=1182.28 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 432207 1253 0 0 118161 67 0 0 25 0 5 0 635403699 1667059712 378433 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1627988 CPUtime=1168.32 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 479022 1253 0 0 116759 73 0 0 25 0 5 0 635403699 1667059712 378433 33554432000 4194304 4417452 140735741746720 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1627988 CPUtime=1182.28 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 426738 1253 0 0 118161 67 0 0 25 0 5 0 635403699 1667059712 378433 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1627988 CPUtime=1182.28 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 353082 1253 0 0 118178 50 0 0 25 0 5 0 635403699 1667059712 378433 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.24
Current children cumulated vsize (KiB) 1627988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.17 8.11 7.61 9/373 16288
/proc/meminfo: memFree=28277528/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1683924 CPUtime=4800.22 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1706495 1253 0 0 479759 263 0 0 18 0 5 0 635403695 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 420981 392417 180 55 0 418867 0
[pid=16227/tid=16235] ppid=16225 vsize=1683924 CPUtime=1203.6 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 432207 1253 0 0 120293 67 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4262900 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1683924 CPUtime=1189.36 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 479022 1253 0 0 118863 73 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1683924 CPUtime=1203.6 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 426738 1253 0 0 120293 67 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1683924 CPUtime=1203.6 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 367066 1253 0 0 120307 53 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1683924

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

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

[startup+1203.6 s]
/proc/loadavg: 8.17 8.11 7.61 9/373 16288
/proc/meminfo: memFree=28277528/32951124 swapFree=51873460/67111528
[pid=16227] ppid=16225 vsize=1683924 CPUtime=4800.22 cores=1,3,5,7
/proc/16227/stat : 16227 (plingeling) S 16225 16227 8955 0 -1 4202496 1706495 1253 0 0 479759 263 0 0 18 0 5 0 635403695 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16227/statm: 420981 392417 180 55 0 418867 0
[pid=16227/tid=16235] ppid=16225 vsize=1683924 CPUtime=1203.6 cores=1,3,5,7
/proc/16227/task/16235/stat : 16235 (plingeling) R 16225 16227 8955 0 -1 4202560 432207 1253 0 0 120293 67 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4262900 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16227/tid=16236] ppid=16225 vsize=1683924 CPUtime=1189.36 cores=1,3,5,7
/proc/16227/task/16236/stat : 16236 (plingeling) R 16225 16227 8955 0 -1 4202560 479022 1253 0 0 118863 73 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16227/tid=16237] ppid=16225 vsize=1683924 CPUtime=1203.6 cores=1,3,5,7
/proc/16227/task/16237/stat : 16237 (plingeling) R 16225 16227 8955 0 -1 4202560 426738 1253 0 0 120293 67 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16227/tid=16238] ppid=16225 vsize=1683924 CPUtime=1203.6 cores=1,3,5,7
/proc/16227/task/16238/stat : 16238 (plingeling) R 16225 16227 8955 0 -1 4202560 367066 1253 0 0 120307 53 0 0 25 0 5 0 635403699 1724338176 392417 33554432000 4194304 4417452 140735741746720 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1683924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.68
CPU time (s): 4800.31
CPU user time (s): 4797.62
CPU system time (s): 2.69059
CPU usage (%): 398.804
Max. virtual memory (cumulated for all children) (KiB): 1770340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.62
system time used= 2.69059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1707748
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= 41
involuntary context switches= 32810

runsolver used 4.07338 second user time and 10.1735 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 05:24:34
IDJOB=3371028
IDBENCH=83952
IDSOLVER=1848
FILE ID=node146/3371028-1305429874
RUNJOBID= node146-1305428668-16109
PBS_JOBID= 13324589
Free space on /tmp= 73336 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371028-1305429874/watcher-3371028-1305429874 -o /tmp/evaluation-result-3371028-1305429874/solver-3371028-1305429874 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371028-1305429874.cnf

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

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=1833966236

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30209604 kB
Buffers:        100420 kB
Cached:         168956 kB
SwapCached:      56148 kB
Active:         766684 kB
Inactive:      1745164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30209604 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:     2193796 kB
Mapped:          16932 kB
Slab:           104024 kB
PageTables:      58508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81753800 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= 73332 MiB
End job on node146 at 2011-05-15 05:44:40