Trace number 3371488

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.52 1204.2

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
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 variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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

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

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


[startup+0 s]
/proc/loadavg: 7.37 7.93 7.98 3/346 28002
/proc/meminfo: memFree=21519268/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=11696 CPUtime=0 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) R 28000 28002 27864 0 -1 4202496 989 1262 0 0 0 0 0 0 25 0 1 0 634503759 11976704 919 33554432000 4194304 4417452 140735779170768 18446744073709551615 4198200 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28002/statm: 2924 919 144 55 0 810 0

[startup+0.067229 s]
/proc/loadavg: 7.37 7.93 7.98 3/346 28002
/proc/meminfo: memFree=21519268/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=22988 CPUtime=0.05 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) R 28000 28002 27864 0 -1 4202496 3841 1262 0 0 5 0 0 0 25 0 1 0 634503759 23539712 3771 33554432000 4194304 4417452 140735779170768 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28002/statm: 5747 3771 149 55 0 3633 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22988

[startup+0.100221 s]
/proc/loadavg: 7.37 7.93 7.98 3/346 28002
/proc/meminfo: memFree=21519268/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=24012 CPUtime=0.09 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) R 28000 28002 27864 0 -1 4202496 4097 1262 0 0 9 0 0 0 25 0 1 0 634503759 24588288 4027 33554432000 4194304 4417452 140735779170768 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28002/statm: 6003 4027 149 55 0 3889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24012

[startup+0.300187 s]
/proc/loadavg: 7.37 7.93 7.98 3/346 28002
/proc/meminfo: memFree=21519268/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=60396 CPUtime=0.28 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) R 28000 28002 27864 0 -1 4202496 13193 1262 0 0 27 1 0 0 25 0 1 0 634503759 61845504 13123 33554432000 4194304 4417452 140735779170768 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28002/statm: 15099 13123 149 55 0 12985 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60396

[startup+0.701118 s]
/proc/loadavg: 7.37 7.93 7.98 3/346 28002
/proc/meminfo: memFree=21519268/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=125428 CPUtime=0.68 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) R 28000 28002 27864 0 -1 4202496 29451 1262 0 0 65 3 0 0 25 0 1 0 634503759 128438272 29381 33554432000 4194304 4417452 140735779170768 18446744073709551615 4209658 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28002/statm: 31357 29381 149 55 0 29243 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 125428

[startup+1.50094 s]
/proc/loadavg: 7.37 7.93 7.98 6/354 28023
/proc/meminfo: memFree=21277388/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=174408 CPUtime=3.52 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 53648 1262 0 0 345 7 0 0 25 0 5 0 634503759 178593792 31383 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 43602 31383 174 55 0 41488 0
[pid=28002/tid=28020] ppid=28000 vsize=174408 CPUtime=0.67 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 7121 1262 0 0 67 0 0 0 18 0 5 0 634503841 178593792 31383 33554432000 4194304 4417452 140735779170768 18446744073709551615 4309899 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=174408 CPUtime=0.65 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 6964 1262 0 0 65 0 0 0 25 0 5 0 634503841 178593792 31383 33554432000 4194304 4417452 140735779170768 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=174408 CPUtime=0.67 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 6637 1262 0 0 67 0 0 0 25 0 5 0 634503841 178593792 31383 33554432000 4194304 4417452 140735779170768 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=174408 CPUtime=0.67 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 3463 1262 0 0 67 0 0 0 25 0 5 0 634503841 178593792 31383 33554432000 4194304 4417452 140735779170768 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 174408

[startup+3.10066 s]
/proc/loadavg: 7.37 7.93 7.98 9/358 28028
/proc/meminfo: memFree=21196060/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=187468 CPUtime=9.91 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 62546 1262 0 0 983 8 0 0 25 0 5 0 634503759 191967232 34650 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 46867 34650 176 55 0 44753 0
[pid=28002/tid=28020] ppid=28000 vsize=187468 CPUtime=2.28 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 8081 1262 0 0 227 1 0 0 21 0 5 0 634503841 191967232 34650 33554432000 4194304 4417452 140735779170768 18446744073709551615 4265974 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=187468 CPUtime=2.25 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 11908 1262 0 0 224 1 0 0 25 0 5 0 634503841 191967232 34650 33554432000 4194304 4417452 140735779170768 18446744073709551615 4256232 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=187468 CPUtime=2.27 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 9631 1262 0 0 226 1 0 0 25 0 5 0 634503841 191967232 34650 33554432000 4194304 4417452 140735779170768 18446744073709551615 4346639 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=187468 CPUtime=2.27 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 3463 1262 0 0 227 0 0 0 25 0 5 0 634503841 191967232 34650 33554432000 4194304 4417452 140735779170768 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 187468

[startup+6.3011 s]
/proc/loadavg: 7.42 7.93 7.98 9/358 28028
/proc/meminfo: memFree=21064884/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=287068 CPUtime=22.67 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 90280 1262 0 0 2255 12 0 0 25 0 5 0 634503759 293957632 46781 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 71767 46781 180 55 0 69653 0
[pid=28002/tid=28020] ppid=28000 vsize=287068 CPUtime=5.47 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 18142 1262 0 0 545 2 0 0 25 0 5 0 634503841 293957632 46781 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=287068 CPUtime=5.41 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 18365 1262 0 0 539 2 0 0 25 0 5 0 634503841 293957632 46781 33554432000 4194304 4417452 140735779170768 18446744073709551615 4249859 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=287068 CPUtime=5.47 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 11826 1262 0 0 546 1 0 0 25 0 5 0 634503841 293957632 46781 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=287068 CPUtime=5.47 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 12484 1262 0 0 546 1 0 0 25 0 5 0 634503841 293957632 46781 33554432000 4194304 4417452 140735779170768 18446744073709551615 4250786 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.67
Current children cumulated vsize (KiB) 287068

[startup+12.701 s]
/proc/loadavg: 7.46 7.93 7.98 9/358 28028
/proc/meminfo: memFree=20910312/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=294808 CPUtime=48.2 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 96139 1262 0 0 4807 13 0 0 25 0 5 0 634503759 301883392 48368 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 73702 48368 180 55 0 71588 0
[pid=28002/tid=28020] ppid=28000 vsize=294808 CPUtime=11.88 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 21953 1262 0 0 1185 3 0 0 25 0 5 0 634503841 301883392 48368 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=294808 CPUtime=11.73 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 18365 1262 0 0 1171 2 0 0 25 0 5 0 634503841 301883392 48368 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357595 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=294808 CPUtime=11.87 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 11826 1262 0 0 1186 1 0 0 25 0 5 0 634503841 301883392 48368 33554432000 4194304 4417452 140735779170768 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=294808 CPUtime=11.87 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 14532 1262 0 0 1186 1 0 0 25 0 5 0 634503841 301883392 48368 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.2
Current children cumulated vsize (KiB) 294808

[startup+25.5007 s]
/proc/loadavg: 7.20 7.85 7.95 6/351 28049
/proc/meminfo: memFree=21072984/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=395360 CPUtime=99.24 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 137386 1262 0 0 9906 18 0 0 25 0 5 0 634503759 404848640 80077 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 98840 80077 180 55 0 96726 0
[pid=28002/tid=28020] ppid=28000 vsize=395360 CPUtime=24.67 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 36059 1262 0 0 2463 4 0 0 25 0 5 0 634503841 404848640 80077 33554432000 4194304 4417452 140735779170768 18446744073709551615 4277428 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=395360 CPUtime=24.38 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 18436 1262 0 0 2436 2 0 0 25 0 5 0 634503841 404848640 80077 33554432000 4194304 4417452 140735779170768 18446744073709551615 4264166 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=395360 CPUtime=24.67 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 13812 1262 0 0 2465 2 0 0 25 0 5 0 634503841 404848640 80077 33554432000 4194304 4417452 140735779170768 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=395360 CPUtime=24.67 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 39616 1262 0 0 2463 4 0 0 25 0 5 0 634503841 404848640 80077 33554432000 4194304 4417452 140735779170768 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.24
Current children cumulated vsize (KiB) 395360

[startup+51.1012 s]
/proc/loadavg: 6.97 7.74 7.91 10/358 28065
/proc/meminfo: memFree=19251060/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=455272 CPUtime=201.35 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 202321 1262 0 0 20108 27 0 0 25 0 5 0 634503759 466198528 95105 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 113818 95105 180 55 0 111704 0
[pid=28002/tid=28020] ppid=28000 vsize=455272 CPUtime=50.28 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 65682 1262 0 0 5019 9 0 0 25 0 5 0 634503841 466198528 95105 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=455272 CPUtime=49.68 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 22168 1262 0 0 4966 2 0 0 25 0 5 0 634503841 466198528 95105 33554432000 4194304 4417452 140735779170768 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=455272 CPUtime=50.27 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 25863 1262 0 0 5024 3 0 0 25 0 5 0 634503841 466198528 95105 33554432000 4194304 4417452 140735779170768 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=455272 CPUtime=50.27 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 59145 1262 0 0 5020 7 0 0 25 0 5 0 634503841 466198528 95105 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.35
Current children cumulated vsize (KiB) 455272

[startup+102.313 s]
/proc/loadavg: 6.92 7.57 7.84 9/358 28102
/proc/meminfo: memFree=20871800/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=453000 CPUtime=405.6 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 335827 1262 0 0 40514 46 0 0 25 0 5 0 634503759 463872000 97788 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 113250 97788 180 55 0 111136 0
[pid=28002/tid=28020] ppid=28000 vsize=453000 CPUtime=101.49 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 124913 1262 0 0 10133 16 0 0 25 0 5 0 634503841 463872000 97788 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=453000 CPUtime=100.3 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 27888 1262 0 0 10027 3 0 0 25 0 5 0 634503841 463872000 97788 33554432000 4194304 4417452 140735779170768 18446744073709551615 4354481 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=453000 CPUtime=101.48 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 32129 1262 0 0 10144 4 0 0 25 0 5 0 634503841 463872000 97788 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=453000 CPUtime=101.48 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 121434 1262 0 0 10131 17 0 0 25 0 5 0 634503841 463872000 97788 33554432000 4194304 4417452 140735779170768 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.6
Current children cumulated vsize (KiB) 453000

[startup+162.301 s]
/proc/loadavg: 7.72 7.68 7.85 9/358 28104
/proc/meminfo: memFree=20526860/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=617400 CPUtime=644.87 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 543625 1262 0 0 64415 72 0 0 25 0 5 0 634503759 632217600 141601 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 154350 141601 180 55 0 152236 0
[pid=28002/tid=28020] ppid=28000 vsize=617400 CPUtime=161.48 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 177655 1262 0 0 16125 23 0 0 25 0 5 0 634503841 632217600 141601 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357902 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=617400 CPUtime=159.61 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 67609 1262 0 0 15952 9 0 0 25 0 5 0 634503841 632217600 141601 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=617400 CPUtime=161.47 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 55415 1262 0 0 16140 7 0 0 25 0 5 0 634503841 632217600 141601 33554432000 4194304 4417452 140735779170768 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=617400 CPUtime=161.47 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 213483 1262 0 0 16120 27 0 0 25 0 5 0 634503841 632217600 141601 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357142 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 644.87
Current children cumulated vsize (KiB) 617400


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

[pid=28002/tid=28021] ppid=28000 vsize=1316384 CPUtime=752.83 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 308330 1262 0 0 75243 40 0 0 25 0 5 0 634503841 1347977216 314355 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236772 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1316384 CPUtime=761.48 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 211865 1262 0 0 76118 30 0 0 25 0 5 0 634503841 1347977216 314355 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1316384 CPUtime=761.49 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1082028 1262 0 0 76000 149 0 0 25 0 5 0 634503841 1347977216 314355 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038.15
Current children cumulated vsize (KiB) 1316384

[startup+822.301 s]
/proc/loadavg: 8.12 8.05 7.95 9/358 28130
/proc/meminfo: memFree=18680476/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1715716 CPUtime=3277.44 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 2767409 1262 0 0 327366 378 0 0 25 0 5 0 634503759 1756893184 409301 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 428929 409301 180 55 0 426815 0
[pid=28002/tid=28020] ppid=28000 vsize=1715716 CPUtime=821.49 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 876284 1262 0 0 82034 115 0 0 25 0 5 0 634503841 1756893184 409301 33554432000 4194304 4417452 140735779170768 18446744073709551615 4354469 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1715716 CPUtime=812.15 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 326092 1262 0 0 81173 42 0 0 25 0 5 0 634503841 1756893184 409301 33554432000 4194304 4417452 140735779170768 18446744073709551615 4307916 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1715716 CPUtime=821.47 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 283171 1262 0 0 82108 39 0 0 25 0 5 0 634503841 1756893184 409301 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1715716 CPUtime=821.48 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1252399 1262 0 0 81972 176 0 0 25 0 5 0 634503841 1756893184 409301 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3277.44
Current children cumulated vsize (KiB) 1715716

[startup+882.301 s]
/proc/loadavg: 8.12 8.05 7.95 9/358 28132
/proc/meminfo: memFree=17962616/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1223764 CPUtime=3516.77 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 3005968 1262 0 0 351262 415 0 0 25 0 5 0 634503759 1253134336 289329 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 305941 289329 180 55 0 303827 0
[pid=28002/tid=28020] ppid=28000 vsize=1223764 CPUtime=881.5 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 905613 1262 0 0 88030 120 0 0 25 0 5 0 634503841 1253134336 289329 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1223764 CPUtime=871.47 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 348893 1262 0 0 87101 46 0 0 25 0 5 0 634503841 1253134336 289329 33554432000 4194304 4417452 140735779170768 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1223764 CPUtime=881.48 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 321076 1262 0 0 88103 45 0 0 25 0 5 0 634503841 1253134336 289329 33554432000 4194304 4417452 140735779170768 18446744073709551615 4302950 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1223764 CPUtime=881.48 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1400923 1262 0 0 87949 199 0 0 25 0 5 0 634503841 1253134336 289329 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3516.77
Current children cumulated vsize (KiB) 1223764

[startup+942.301 s]
/proc/loadavg: 8.08 8.05 7.96 9/358 28134
/proc/meminfo: memFree=17399256/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1580192 CPUtime=3756.1 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 3399982 1262 0 0 375133 477 0 0 25 0 5 0 634503759 1618116608 381270 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 395048 381270 180 55 0 392934 0
[pid=28002/tid=28020] ppid=28000 vsize=1580192 CPUtime=941.5 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 965416 1262 0 0 94021 129 0 0 25 0 5 0 634503841 1618116608 381270 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1580192 CPUtime=930.8 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 410456 1262 0 0 93024 56 0 0 25 0 5 0 634503841 1618116608 381270 33554432000 4194304 4417452 140735779170768 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1580192 CPUtime=941.47 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 426845 1262 0 0 94086 61 0 0 25 0 5 0 634503841 1618116608 381270 33554432000 4194304 4417452 140735779170768 18446744073709551615 4320876 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1580192 CPUtime=941.48 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1567802 1262 0 0 93923 225 0 0 25 0 5 0 634503841 1618116608 381270 33554432000 4194304 4417452 140735779170768 18446744073709551615 4251272 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3756.1
Current children cumulated vsize (KiB) 1580192

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 7.96 9/358 28135
/proc/meminfo: memFree=17316416/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1180424 CPUtime=3995.43 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 3615882 1262 0 0 399032 511 0 0 25 0 5 0 634503759 1208754176 271449 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 295106 271449 180 55 0 292992 0
[pid=28002/tid=28020] ppid=28000 vsize=1180424 CPUtime=1001.5 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 1010653 1262 0 0 100015 135 0 0 25 0 5 0 634503841 1208754176 271449 33554432000 4194304 4417452 140735779170768 18446744073709551615 4310334 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1180424 CPUtime=990.13 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 466992 1262 0 0 98949 64 0 0 25 0 5 0 634503841 1208754176 271449 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1180424 CPUtime=1001.47 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 461975 1262 0 0 100080 67 0 0 25 0 5 0 634503841 1208754176 271449 33554432000 4194304 4417452 140735779170768 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1180424 CPUtime=1001.49 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1646799 1262 0 0 99910 239 0 0 25 0 5 0 634503841 1208754176 271449 33554432000 4194304 4417452 140735779170768 18446744073709551615 4366507 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3995.43
Current children cumulated vsize (KiB) 1180424

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 7.97 9/358 28137
/proc/meminfo: memFree=18350920/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1568636 CPUtime=4234.75 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 3923323 1262 0 0 422924 551 0 0 25 0 5 0 634503759 1606283264 377674 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 392159 377674 180 55 0 390045 0
[pid=28002/tid=28020] ppid=28000 vsize=1568636 CPUtime=1061.49 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 1122432 1262 0 0 106000 149 0 0 25 0 5 0 634503841 1606283264 377674 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1568636 CPUtime=1049.47 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 545651 1262 0 0 104872 75 0 0 25 0 5 0 634503841 1606283264 377674 33554432000 4194304 4417452 140735779170768 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1568636 CPUtime=1061.46 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 494538 1262 0 0 106076 70 0 0 25 0 5 0 634503841 1606283264 377674 33554432000 4194304 4417452 140735779170768 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1568636 CPUtime=1061.49 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1731239 1262 0 0 105898 251 0 0 25 0 5 0 634503841 1606283264 377674 33554432000 4194304 4417452 140735779170768 18446744073709551615 4265462 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4234.75
Current children cumulated vsize (KiB) 1568636

[startup+1122.3 s]
/proc/loadavg: 8.13 8.07 7.98 9/358 28138
/proc/meminfo: memFree=17293420/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1578148 CPUtime=4474.08 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 4184056 1262 0 0 446817 591 0 0 25 0 5 0 634503759 1616023552 372945 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 394537 372945 180 55 0 392423 0
[pid=28002/tid=28020] ppid=28000 vsize=1578148 CPUtime=1121.5 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 1201640 1262 0 0 111988 162 0 0 25 0 5 0 634503841 1616023552 372945 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1578148 CPUtime=1108.79 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 632176 1262 0 0 110790 89 0 0 25 0 5 0 634503841 1616023552 372945 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1578148 CPUtime=1121.46 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 527520 1262 0 0 112071 75 0 0 25 0 5 0 634503841 1616023552 372945 33554432000 4194304 4417452 140735779170768 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1578148 CPUtime=1121.49 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1793257 1262 0 0 111889 260 0 0 25 0 5 0 634503841 1616023552 372945 33554432000 4194304 4417452 140735779170768 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4474.08
Current children cumulated vsize (KiB) 1578148

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 7.99 9/358 28140
/proc/meminfo: memFree=17058296/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=1704208 CPUtime=4713.4 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 4443112 1262 0 0 470710 630 0 0 25 0 5 0 634503759 1745108992 411542 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 426052 411542 180 55 0 423938 0
[pid=28002/tid=28020] ppid=28000 vsize=1704208 CPUtime=1181.5 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 1280035 1262 0 0 117978 172 0 0 25 0 5 0 634503841 1745108992 411542 33554432000 4194304 4417452 140735779170768 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=1704208 CPUtime=1168.12 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 736636 1262 0 0 116705 107 0 0 25 0 5 0 634503841 1745108992 411542 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=1704208 CPUtime=1181.47 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 561731 1262 0 0 118068 79 0 0 25 0 5 0 634503841 1745108992 411542 33554432000 4194304 4417452 140735779170768 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=1704208 CPUtime=1181.48 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1835247 1262 0 0 117881 267 0 0 25 0 5 0 634503841 1745108992 411542 33554432000 4194304 4417452 140735779170768 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.4
Current children cumulated vsize (KiB) 1704208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.07 8.07 7.99 9/358 28141
/proc/meminfo: memFree=16674380/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=2032980 CPUtime=4800.39 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 4528967 1262 0 0 479396 643 0 0 25 0 5 0 634503759 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 508245 484524 180 55 0 506131 0
[pid=28002/tid=28020] ppid=28000 vsize=2032980 CPUtime=1203.31 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 1299694 1262 0 0 120157 174 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=2032980 CPUtime=1189.67 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 736707 1262 0 0 118860 107 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=2032980 CPUtime=1203.28 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 603962 1262 0 0 120243 85 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=2032980 CPUtime=1203.29 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1859141 1262 0 0 120058 271 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2032980

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

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

[startup+1204.1 s]
/proc/loadavg: 8.07 8.07 7.99 9/358 28141
/proc/meminfo: memFree=16674380/32951124 swapFree=67111348/67111528
[pid=28002] ppid=28000 vsize=2032980 CPUtime=4800.39 cores=1,3,5,7
/proc/28002/stat : 28002 (plingeling) S 28000 28002 27864 0 -1 4202496 4528967 1262 0 0 479396 643 0 0 25 0 5 0 634503759 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28002/statm: 508245 484524 180 55 0 506131 0
[pid=28002/tid=28020] ppid=28000 vsize=2032980 CPUtime=1203.31 cores=1,3,5,7
/proc/28002/task/28020/stat : 28020 (plingeling) R 28000 28002 27864 0 -1 4202560 1299694 1262 0 0 120157 174 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28002/tid=28021] ppid=28000 vsize=2032980 CPUtime=1189.67 cores=1,3,5,7
/proc/28002/task/28021/stat : 28021 (plingeling) R 28000 28002 27864 0 -1 4202560 736707 1262 0 0 118860 107 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28002/tid=28022] ppid=28000 vsize=2032980 CPUtime=1203.28 cores=1,3,5,7
/proc/28002/task/28022/stat : 28022 (plingeling) R 28000 28002 27864 0 -1 4202560 603962 1262 0 0 120243 85 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28002/tid=28023] ppid=28000 vsize=2032980 CPUtime=1203.29 cores=1,3,5,7
/proc/28002/task/28023/stat : 28023 (plingeling) R 28000 28002 27864 0 -1 4202560 1859141 1262 0 0 120058 271 0 0 25 0 5 0 634503841 2081771520 484524 33554432000 4194304 4417452 140735779170768 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2032980

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.2
CPU time (s): 4800.52
CPU user time (s): 4794
CPU system time (s): 6.51901
CPU usage (%): 398.646
Max. virtual memory (cumulated for all children) (KiB): 2032980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794
system time used= 6.51901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4530229
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= 259
involuntary context switches= 20826

runsolver used 3.80942 second user time and 9.76351 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 02:54:36
IDJOB=3371488
IDBENCH=82369
IDSOLVER=1848
FILE ID=node144/3371488-1305420876
RUNJOBID= node144-1305419670-27883
PBS_JOBID= 13324583
Free space on /tmp= 73204 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371488-1305420876/watcher-3371488-1305420876 -o /tmp/evaluation-result-3371488-1305420876/solver-3371488-1305420876 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371488-1305420876.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=2133109128

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21519672 kB
Buffers:        291848 kB
Cached:        3661836 kB
SwapCached:          0 kB
Active:        8204284 kB
Inactive:      2880932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21519672 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           40232 kB
Writeback:           0 kB
AnonPages:     7131140 kB
Mapped:          27084 kB
Slab:           245768 kB
PageTables:      37272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81977876 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= 73216 MiB
End job on node144 at 2011-05-15 03:14:42