Trace number 3371452

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.29 1202.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
Bench CategoryAPPLICATION (applications 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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.05 7.48 7.60 6/292 4009
/proc/meminfo: memFree=29099984/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=11176 CPUtime=0 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) R 4007 4009 3918 0 -1 4202496 868 1252 0 0 0 0 0 0 25 0 1 0 653963060 11444224 798 33554432000 4194304 4417452 140737183619760 18446744073709551615 228122410763 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/4009/statm: 2794 798 143 55 0 680 0

[startup+0.099803 s]
/proc/loadavg: 8.05 7.48 7.60 6/292 4009
/proc/meminfo: memFree=29099984/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=27144 CPUtime=0.08 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) R 4007 4009 3918 0 -1 4202496 4880 1252 0 0 8 0 0 0 25 0 1 0 653963060 27795456 4786 33554432000 4194304 4417452 140737183619760 18446744073709551615 4322507 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/4009/statm: 6786 4786 149 55 0 4672 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27144

[startup+0.100775 s]
/proc/loadavg: 8.05 7.48 7.60 6/292 4009
/proc/meminfo: memFree=29099984/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=27144 CPUtime=0.08 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) R 4007 4009 3918 0 -1 4202496 4880 1252 0 0 8 0 0 0 25 0 1 0 653963060 27795456 4786 33554432000 4194304 4417452 140737183619760 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/4009/statm: 6786 4786 149 55 0 4672 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27144

[startup+0.300701 s]
/proc/loadavg: 8.05 7.48 7.60 6/292 4009
/proc/meminfo: memFree=29099984/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=82184 CPUtime=0.82 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 10377 1252 0 0 81 1 0 0 25 0 5 0 653963060 84156416 8327 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 20546 8327 174 55 0 18432 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 82184

[startup+0.700629 s]
/proc/loadavg: 8.05 7.48 7.60 6/292 4009
/proc/meminfo: memFree=29099984/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=80428 CPUtime=2.41 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 11815 1252 0 0 240 1 0 0 25 0 5 0 653963060 82358272 7921 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 20107 7921 175 55 0 17993 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 80428

[startup+1.50048 s]
/proc/loadavg: 8.05 7.48 7.60 9/297 4019
/proc/meminfo: memFree=29066720/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=148024 CPUtime=5.6 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 13800 1252 0 0 559 1 0 0 25 0 5 0 653963060 151576576 8439 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 37006 8439 178 55 0 34892 0
[pid=4009/tid=4016] ppid=4007 vsize=148024 CPUtime=1.37 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 2089 1252 0 0 137 0 0 0 25 0 5 0 653963072 151576576 8439 33554432000 4194304 4417452 140737183619760 18446744073709551615 4275967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=148024 CPUtime=1.36 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 3286 1252 0 0 136 0 0 0 25 0 5 0 653963072 151576576 8439 33554432000 4194304 4417452 140737183619760 18446744073709551615 4275950 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=148024 CPUtime=1.37 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 884 1252 0 0 137 0 0 0 25 0 5 0 653963072 151576576 8439 33554432000 4194304 4417452 140737183619760 18446744073709551615 4346473 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=148024 CPUtime=1.36 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 601 1252 0 0 136 0 0 0 25 0 5 0 653963072 151576576 8439 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 148024

[startup+3.10119 s]
/proc/loadavg: 8.20 7.52 7.61 9/297 4019
/proc/meminfo: memFree=29053204/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=144960 CPUtime=11.99 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 14614 1252 0 0 1198 1 0 0 25 0 5 0 653963060 148439040 7688 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 36240 7688 180 55 0 34126 0
[pid=4009/tid=4016] ppid=4007 vsize=144960 CPUtime=2.97 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 2510 1252 0 0 297 0 0 0 25 0 5 0 653963072 148439040 7688 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=144960 CPUtime=2.97 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 3677 1252 0 0 297 0 0 0 25 0 5 0 653963072 148439040 7688 33554432000 4194304 4417452 140737183619760 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=144960 CPUtime=2.97 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 886 1252 0 0 297 0 0 0 25 0 5 0 653963072 148439040 7688 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=144960 CPUtime=2.95 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 601 1252 0 0 295 0 0 0 25 0 5 0 653963072 148439040 7688 33554432000 4194304 4417452 140737183619760 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 144960

[startup+6.30062 s]
/proc/loadavg: 8.20 7.52 7.61 9/297 4019
/proc/meminfo: memFree=29047500/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=151136 CPUtime=24.76 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 16176 1252 0 0 2475 1 0 0 25 0 5 0 653963060 154763264 9232 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 37784 9232 180 55 0 35670 0
[pid=4009/tid=4016] ppid=4007 vsize=151136 CPUtime=6.17 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 2517 1252 0 0 617 0 0 0 25 0 5 0 653963072 154763264 9232 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=151136 CPUtime=6.17 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 3797 1252 0 0 617 0 0 0 25 0 5 0 653963072 154763264 9232 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=151136 CPUtime=6.17 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 1643 1252 0 0 617 0 0 0 25 0 5 0 653963072 154763264 9232 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=151136 CPUtime=6.12 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 1279 1252 0 0 612 0 0 0 25 0 5 0 653963072 154763264 9232 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 151136

[startup+12.7005 s]
/proc/loadavg: 8.17 7.54 7.61 9/297 4019
/proc/meminfo: memFree=29020064/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=162644 CPUtime=50.31 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 19071 1252 0 0 5029 2 0 0 25 0 5 0 653963060 166547456 12109 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 40661 12109 180 55 0 38547 0
[pid=4009/tid=4016] ppid=4007 vsize=162644 CPUtime=12.57 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 3693 1252 0 0 1257 0 0 0 25 0 5 0 653963072 166547456 12109 33554432000 4194304 4417452 140737183619760 18446744073709551615 4365556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=162644 CPUtime=12.56 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 4962 1252 0 0 1256 0 0 0 25 0 5 0 653963072 166547456 12109 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=162644 CPUtime=12.57 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 1941 1252 0 0 1257 0 0 0 25 0 5 0 653963072 166547456 12109 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=162644 CPUtime=12.46 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 1535 1252 0 0 1246 0 0 0 25 0 5 0 653963072 166547456 12109 33554432000 4194304 4417452 140737183619760 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 162644

[startup+25.5011 s]
/proc/loadavg: 8.14 7.55 7.62 9/297 4019
/proc/meminfo: memFree=29023532/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=180372 CPUtime=101.38 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 28009 1252 0 0 10135 3 0 0 25 0 5 0 653963060 184700928 16547 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 45093 16547 180 55 0 42979 0
[pid=4009/tid=4016] ppid=4007 vsize=180372 CPUtime=25.37 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 5935 1252 0 0 2537 0 0 0 25 0 5 0 653963072 184700928 16547 33554432000 4194304 4417452 140737183619760 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=180372 CPUtime=25.36 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 7408 1252 0 0 2536 0 0 0 25 0 5 0 653963072 184700928 16547 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=180372 CPUtime=25.36 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 4642 1252 0 0 2536 0 0 0 25 0 5 0 653963072 184700928 16547 33554432000 4194304 4417452 140737183619760 18446744073709551615 4307540 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=180372 CPUtime=25.14 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 3084 1252 0 0 2514 0 0 0 25 0 5 0 653963072 184700928 16547 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 180372

[startup+51.1005 s]
/proc/loadavg: 8.09 7.59 7.63 9/297 4020
/proc/meminfo: memFree=28988284/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=203072 CPUtime=203.55 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 54860 1252 0 0 20347 8 0 0 25 0 5 0 653963060 207945728 22254 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 50768 22254 180 55 0 48654 0
[pid=4009/tid=4016] ppid=4007 vsize=203072 CPUtime=50.97 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 13671 1252 0 0 5095 2 0 0 25 0 5 0 653963072 207945728 22254 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=203072 CPUtime=50.97 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 12815 1252 0 0 5095 2 0 0 25 0 5 0 653963072 207945728 22254 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=203072 CPUtime=50.96 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 12055 1252 0 0 5095 1 0 0 25 0 5 0 653963072 207945728 22254 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=203072 CPUtime=50.51 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 9379 1252 0 0 5050 1 0 0 25 0 5 0 653963072 207945728 22254 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.55
Current children cumulated vsize (KiB) 203072

[startup+102.31 s]
/proc/loadavg: 8.13 7.68 7.65 9/297 4021
/proc/meminfo: memFree=28903812/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=238088 CPUtime=407.92 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 119851 1252 0 0 40775 17 0 0 25 0 5 0 653963060 243802112 30976 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 59522 30976 180 55 0 57408 0
[pid=4009/tid=4016] ppid=4007 vsize=238088 CPUtime=102.18 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 30861 1252 0 0 10213 5 0 0 25 0 5 0 653963072 243802112 30976 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=238088 CPUtime=102.17 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 28839 1252 0 0 10214 3 0 0 25 0 5 0 653963072 243802112 30976 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=238088 CPUtime=102.17 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 25752 1252 0 0 10214 3 0 0 25 0 5 0 653963072 243802112 30976 33554432000 4194304 4417452 140737183619760 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=238088 CPUtime=101.25 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 27459 1252 0 0 10122 3 0 0 25 0 5 0 653963072 243802112 30976 33554432000 4194304 4417452 140737183619760 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 238088

[startup+162.3 s]
/proc/loadavg: 8.02 7.74 7.67 9/297 4059
/proc/meminfo: memFree=29083384/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=250468 CPUtime=647.33 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 190154 1252 0 0 64706 27 0 0 25 0 5 0 653963060 256479232 34071 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 62617 34071 180 55 0 60503 0
[pid=4009/tid=4016] ppid=4007 vsize=250468 CPUtime=162.17 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 49068 1252 0 0 16209 8 0 0 25 0 5 0 653963072 256479232 34071 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=250468 CPUtime=162.17 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 50171 1252 0 0 16210 7 0 0 25 0 5 0 653963072 256479232 34071 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=250468 CPUtime=162.15 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 43361 1252 0 0 16210 5 0 0 25 0 5 0 653963072 256479232 34071 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=250468 CPUtime=160.7 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 40614 1252 0 0 16065 5 0 0 25 0 5 0 653963072 256479232 34071 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.33
Current children cumulated vsize (KiB) 250468


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

[pid=4009/tid=4017] ppid=4007 vsize=398028 CPUtime=762.17 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 181624 1252 0 0 76193 24 0 0 25 0 5 0 653963072 407580672 70961 33554432000 4194304 4417452 140737183619760 18446744073709551615 4308497 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=398028 CPUtime=762.09 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 166659 1252 0 0 76186 23 0 0 25 0 5 0 653963072 407580672 70961 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=398028 CPUtime=755.27 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 125355 1252 0 0 75510 17 0 0 25 0 5 0 653963072 407580672 70961 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.88
Current children cumulated vsize (KiB) 398028

[startup+822.301 s]
/proc/loadavg: 8.13 8.10 7.90 9/297 4077
/proc/meminfo: memFree=28713084/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=410076 CPUtime=3281.3 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 646963 1252 0 0 328040 90 0 0 25 0 5 0 653963060 419917824 73973 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 102519 73973 180 55 0 100405 0
[pid=4009/tid=4016] ppid=4007 vsize=410076 CPUtime=822.19 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 141209 1252 0 0 82200 19 0 0 25 0 5 0 653963072 419917824 73973 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=410076 CPUtime=822.16 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 185720 1252 0 0 82191 25 0 0 25 0 5 0 653963072 419917824 73973 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=410076 CPUtime=822.07 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 176688 1252 0 0 82183 24 0 0 25 0 5 0 653963072 419917824 73973 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=410076 CPUtime=814.72 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 136406 1252 0 0 81453 19 0 0 25 0 5 0 653963072 419917824 73973 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.3
Current children cumulated vsize (KiB) 410076

[startup+882.301 s]
/proc/loadavg: 8.18 8.11 7.91 9/297 4078
/proc/meminfo: memFree=28708460/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=417788 CPUtime=3520.73 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 689931 1252 0 0 351978 95 0 0 25 0 5 0 653963060 427814912 75901 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 104447 75901 180 55 0 102333 0
[pid=4009/tid=4016] ppid=4007 vsize=417788 CPUtime=882.19 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 156354 1252 0 0 88198 21 0 0 25 0 5 0 653963072 427814912 75901 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=417788 CPUtime=882.17 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 189625 1252 0 0 88191 26 0 0 25 0 5 0 653963072 427814912 75901 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=417788 CPUtime=882.06 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 190771 1252 0 0 88181 25 0 0 25 0 5 0 653963072 427814912 75901 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=417788 CPUtime=874.18 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 146241 1252 0 0 87397 21 0 0 25 0 5 0 653963072 427814912 75901 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.73
Current children cumulated vsize (KiB) 417788

[startup+942.301 s]
/proc/loadavg: 8.11 8.10 7.92 9/297 4080
/proc/meminfo: memFree=28713520/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=419996 CPUtime=3760.19 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 724711 1252 0 0 375919 100 0 0 25 0 5 0 653963060 430075904 76453 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 104999 76453 180 55 0 102885 0
[pid=4009/tid=4016] ppid=4007 vsize=419996 CPUtime=942.2 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 159131 1252 0 0 94198 22 0 0 25 0 5 0 653963072 430075904 76453 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=419996 CPUtime=942.16 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 202358 1252 0 0 94188 28 0 0 25 0 5 0 653963072 430075904 76453 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=419996 CPUtime=942.05 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 201874 1252 0 0 94179 26 0 0 25 0 5 0 653963072 430075904 76453 33554432000 4194304 4417452 140737183619760 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=419996 CPUtime=933.63 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 154408 1252 0 0 93341 22 0 0 25 0 5 0 653963072 430075904 76453 33554432000 4194304 4417452 140737183619760 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.19
Current children cumulated vsize (KiB) 419996

[startup+1002.3 s]
/proc/loadavg: 8.15 8.11 7.93 9/297 4081
/proc/meminfo: memFree=28660540/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=417536 CPUtime=3999.65 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 753561 1252 0 0 399860 105 0 0 25 0 5 0 653963060 427556864 75838 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 104384 75838 180 55 0 102270 0
[pid=4009/tid=4016] ppid=4007 vsize=417536 CPUtime=1002.2 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 161878 1252 0 0 100198 22 0 0 25 0 5 0 653963072 427556864 75838 33554432000 4194304 4417452 140737183619760 18446744073709551615 4232695 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=417536 CPUtime=1002.17 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 213095 1252 0 0 100187 30 0 0 25 0 5 0 653963072 427556864 75838 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=417536 CPUtime=1002.05 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 211352 1252 0 0 100177 28 0 0 25 0 5 0 653963072 427556864 75838 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=417536 CPUtime=993.09 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 160296 1252 0 0 99286 23 0 0 25 0 5 0 653963072 427556864 75838 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.65
Current children cumulated vsize (KiB) 417536

[startup+1062.3 s]
/proc/loadavg: 8.09 8.10 7.94 9/297 4083
/proc/meminfo: memFree=28608768/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=464268 CPUtime=4239.1 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 785420 1252 0 0 423800 110 0 0 25 0 5 0 653963060 475410432 87521 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 116067 87521 180 55 0 113953 0
[pid=4009/tid=4016] ppid=4007 vsize=464268 CPUtime=1062.2 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 168687 1252 0 0 106197 23 0 0 25 0 5 0 653963072 475410432 87521 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=464268 CPUtime=1062.16 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 221753 1252 0 0 106185 31 0 0 25 0 5 0 653963072 475410432 87521 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=464268 CPUtime=1062.04 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 217711 1252 0 0 106175 29 0 0 25 0 5 0 653963072 475410432 87521 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=464268 CPUtime=1052.55 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 170329 1252 0 0 105230 25 0 0 25 0 5 0 653963072 475410432 87521 33554432000 4194304 4417452 140737183619760 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.1
Current children cumulated vsize (KiB) 464268

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 7.95 9/297 4085
/proc/meminfo: memFree=28622240/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=472432 CPUtime=4478.54 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 818747 1252 0 0 447740 114 0 0 25 0 5 0 653963060 483770368 89562 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 118108 89562 180 55 0 115994 0
[pid=4009/tid=4016] ppid=4007 vsize=472432 CPUtime=1122.2 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 171635 1252 0 0 112197 23 0 0 25 0 5 0 653963072 483770368 89562 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=472432 CPUtime=1122.16 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 226898 1252 0 0 112184 32 0 0 25 0 5 0 653963072 483770368 89562 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=472432 CPUtime=1122.04 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 232468 1252 0 0 112173 31 0 0 25 0 5 0 653963072 483770368 89562 33554432000 4194304 4417452 140737183619760 18446744073709551615 4236888 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=472432 CPUtime=1111.99 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 180806 1252 0 0 111173 26 0 0 25 0 5 0 653963072 483770368 89562 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.54
Current children cumulated vsize (KiB) 472432

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 7.96 9/297 4086
/proc/meminfo: memFree=28614756/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=420824 CPUtime=4718.01 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 852655 1252 0 0 471682 119 0 0 25 0 5 0 653963060 430923776 76660 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 105206 76660 180 55 0 103092 0
[pid=4009/tid=4016] ppid=4007 vsize=420824 CPUtime=1182.2 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 176799 1252 0 0 118196 24 0 0 25 0 5 0 653963072 430923776 76660 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=420824 CPUtime=1182.16 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 235130 1252 0 0 118184 32 0 0 25 0 5 0 653963072 430923776 76660 33554432000 4194304 4417452 140737183619760 18446744073709551615 4250697 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=420824 CPUtime=1182.03 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 243324 1252 0 0 118171 32 0 0 25 0 5 0 653963072 430923776 76660 33554432000 4194304 4417452 140737183619760 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=420824 CPUtime=1171.47 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 190462 1252 0 0 117119 28 0 0 25 0 5 0 653963072 430923776 76660 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4718.01
Current children cumulated vsize (KiB) 420824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.17 8.13 7.96 9/297 4087
/proc/meminfo: memFree=28643500/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=453884 CPUtime=4800.22 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 873028 1252 0 0 479900 122 0 0 25 0 5 0 653963060 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 113471 84925 180 55 0 111357 0
[pid=4009/tid=4016] ppid=4007 vsize=453884 CPUtime=1202.81 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 181878 1252 0 0 120256 25 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4366141 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=453884 CPUtime=1202.77 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 241647 1252 0 0 120244 33 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=453884 CPUtime=1202.64 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 248466 1252 0 0 120231 33 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=453884 CPUtime=1191.87 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 194097 1252 0 0 119159 28 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 453884

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

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

[startup+1202.9 s]
/proc/loadavg: 8.17 8.13 7.96 9/297 4087
/proc/meminfo: memFree=28643500/32951124 swapFree=54427468/67111528
[pid=4009] ppid=4007 vsize=453884 CPUtime=4800.22 cores=0,2,4,6
/proc/4009/stat : 4009 (plingeling) S 4007 4009 3918 0 -1 4202496 873028 1252 0 0 479900 122 0 0 25 0 5 0 653963060 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4009/statm: 113471 84925 180 55 0 111357 0
[pid=4009/tid=4016] ppid=4007 vsize=453884 CPUtime=1202.81 cores=0,2,4,6
/proc/4009/task/4016/stat : 4016 (plingeling) R 4007 4009 3918 0 -1 4202560 181878 1252 0 0 120256 25 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4366141 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4009/tid=4017] ppid=4007 vsize=453884 CPUtime=1202.77 cores=0,2,4,6
/proc/4009/task/4017/stat : 4017 (plingeling) R 4007 4009 3918 0 -1 4202560 241647 1252 0 0 120244 33 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4009/tid=4018] ppid=4007 vsize=453884 CPUtime=1202.64 cores=0,2,4,6
/proc/4009/task/4018/stat : 4018 (plingeling) R 4007 4009 3918 0 -1 4202560 248466 1252 0 0 120231 33 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4009/tid=4019] ppid=4007 vsize=453884 CPUtime=1191.87 cores=0,2,4,6
/proc/4009/task/4019/stat : 4019 (plingeling) R 4007 4009 3918 0 -1 4202560 194097 1252 0 0 119159 28 0 0 25 0 5 0 653963072 464777216 84925 33554432000 4194304 4417452 140737183619760 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 453884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.93
CPU time (s): 4800.29
CPU user time (s): 4799.04
CPU system time (s): 1.24281
CPU usage (%): 399.05
Max. virtual memory (cumulated for all children) (KiB): 491700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.04
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 874280
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= 144
involuntary context switches= 24117

runsolver used 3.22051 second user time and 7.72882 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 03:40:51
IDJOB=3371452
IDBENCH=83130
IDSOLVER=1848
FILE ID=node138/3371452-1305423651
RUNJOBID= node138-1305423354-3936
PBS_JOBID= 13324591
Free space on /tmp= 73340 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371452-1305423651/watcher-3371452-1305423651 -o /tmp/evaluation-result-3371452-1305423651/solver-3371452-1305423651 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371452-1305423651.cnf

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1648187204

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.854
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.82
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.854
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:      29100272 kB
Buffers:        256308 kB
Cached:        3152868 kB
SwapCached:      18472 kB
Active:        1073404 kB
Inactive:      2564588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29100272 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            2056 kB
Writeback:           0 kB
AnonPages:      222264 kB
Mapped:           9356 kB
Slab:           110880 kB
PageTables:      40536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39741220 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= 73340 MiB
End job on node138 at 2011-05-15 04:00:56