Trace number 3309573

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 587Signal 35233.8 4418.14

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
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: 977)

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-3309573-1307661319/watcher-3309573-1307661319 -o /tmp/evaluation-result-3309573-1307661319/solver-3309573-1307661319 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309573-1307661319.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.49 1.89 1.93 2/170 30035
/proc/meminfo: memFree=32339580/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=8728 CPUtime=0 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 215 0 0 0 0 0 0 0 18 0 1 0 877734705 8937472 146 33554432000 4194304 4417332 140734446122800 18446744073709551615 218370957056 0 0 4096 0 18446744071562362840 0 0 17 6 0 0 0
/proc/30035/statm: 2182 146 122 55 0 68 0

[startup+0.043728 s]
/proc/loadavg: 1.49 1.89 1.93 2/170 30035
/proc/meminfo: memFree=32339580/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=12920 CPUtime=0.01 cores=0-7
/proc/30035/stat : 30035 (plingeling) R 30033 30035 30005 0 -1 4202496 1282 1250 0 2 1 0 0 0 18 0 1 0 877734705 13230080 1213 33554432000 4194304 4417332 140734446122800 18446744073709551615 218370654416 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30035/statm: 3263 1237 143 55 0 1149 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12920

[startup+0.100719 s]
/proc/loadavg: 1.49 1.89 1.93 2/170 30035
/proc/meminfo: memFree=32339580/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=23100 CPUtime=0.06 cores=0-7
/proc/30035/stat : 30035 (plingeling) R 30033 30035 30005 0 -1 4202496 3868 1250 0 2 6 0 0 0 18 0 1 0 877734705 23654400 3798 33554432000 4194304 4417332 140734446122800 18446744073709551615 4231368 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30035/statm: 5775 3798 148 55 0 3661 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23100

[startup+0.30068 s]
/proc/loadavg: 1.49 1.89 1.93 2/170 30035
/proc/meminfo: memFree=32339580/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=60940 CPUtime=0.26 cores=0-7
/proc/30035/stat : 30035 (plingeling) R 30033 30035 30005 0 -1 4202496 13312 1250 0 2 25 1 0 0 18 0 1 0 877734705 62402560 13242 33554432000 4194304 4417332 140734446122800 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30035/statm: 15235 13242 148 55 0 13121 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 60940

[startup+0.700611 s]
/proc/loadavg: 1.49 1.89 1.93 2/170 30035
/proc/meminfo: memFree=32339580/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=129016 CPUtime=0.66 cores=0-7
/proc/30035/stat : 30035 (plingeling) R 30033 30035 30005 0 -1 4202496 30363 1250 0 2 62 4 0 0 19 0 1 0 877734705 132112384 30277 33554432000 4194304 4417332 140734446122800 18446744073709551615 4231539 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30035/statm: 32254 30277 148 55 0 30140 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 129016

[startup+1.50047 s]
/proc/loadavg: 1.49 1.89 1.93 2/171 30041
/proc/meminfo: memFree=32218080/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=240320 CPUtime=1.46 cores=0-7
/proc/30035/stat : 30035 (plingeling) R 30033 30035 30005 0 -1 4202496 58205 1250 0 2 138 8 0 0 20 0 1 0 877734705 246087680 58103 33554432000 4194304 4417332 140734446122800 18446744073709551615 4320765 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30035/statm: 60080 58103 148 55 0 57966 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 240320

[startup+3.10115 s]
/proc/loadavg: 1.49 1.89 1.93 11/179 30049
/proc/meminfo: memFree=32096372/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=379580 CPUtime=13.87 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 122464 1250 0 2 1368 19 0 0 18 0 9 0 877734705 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 94895 62331 176 55 0 92781 0
[pid=30035/tid=30042] ppid=30033 vsize=379580 CPUtime=1.53 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 9771 1250 0 2 152 1 0 0 25 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=379580 CPUtime=1.52 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 9273 1250 0 2 151 1 0 0 25 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=379580 CPUtime=1.54 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 5156 1250 0 2 154 0 0 0 25 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4277628 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=379580 CPUtime=1.54 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 3422 1250 0 2 154 0 0 0 20 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357173 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=379580 CPUtime=1.54 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 8710 1250 0 2 153 1 0 0 20 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=379580 CPUtime=1.54 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 6953 1250 0 2 153 1 0 0 20 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=379580 CPUtime=1.54 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 10942 1250 0 2 152 2 0 0 24 0 9 0 877734859 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=379580 CPUtime=1.53 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 10016 1250 0 2 152 1 0 0 23 0 9 0 877734860 388689920 62331 33554432000 4194304 4417332 140734446122800 18446744073709551615 4310337 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 379580

[startup+6.30058 s]
/proc/loadavg: 2.01 1.99 1.96 9/179 30049
/proc/meminfo: memFree=32066624/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=423196 CPUtime=39.44 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 172243 1250 0 2 3917 27 0 0 18 0 9 0 877734705 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 105799 81841 181 55 0 103685 0
[pid=30035/tid=30042] ppid=30033 vsize=423196 CPUtime=4.71 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 21063 1250 0 2 468 3 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4252507 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=423196 CPUtime=4.71 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 13602 1250 0 2 470 1 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4273334 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=423196 CPUtime=4.74 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 10166 1250 0 2 473 1 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4248913 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=423196 CPUtime=4.74 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 4210 1250 0 2 474 0 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=423196 CPUtime=4.74 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 18820 1250 0 2 473 1 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4249890 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=423196 CPUtime=4.74 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 13330 1250 0 2 472 2 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=423196 CPUtime=4.73 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 17421 1250 0 2 470 3 0 0 25 0 9 0 877734859 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4378086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=423196 CPUtime=4.73 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 15410 1250 0 2 471 2 0 0 25 0 9 0 877734860 433352704 81841 33554432000 4194304 4417332 140734446122800 18446744073709551615 4271538 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.44
Current children cumulated vsize (KiB) 423196

[startup+12.7005 s]
/proc/loadavg: 2.49 2.09 1.99 9/179 30049
/proc/meminfo: memFree=31994284/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=440508 CPUtime=90.61 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 176969 1250 0 2 9033 28 0 0 18 0 9 0 877734705 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 110127 86175 181 55 0 108013 0
[pid=30035/tid=30042] ppid=30033 vsize=440508 CPUtime=11.07 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 21065 1250 0 2 1104 3 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=440508 CPUtime=11.11 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 13603 1250 0 2 1110 1 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=440508 CPUtime=11.14 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 10166 1250 0 2 1113 1 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=440508 CPUtime=11.14 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 8418 1250 0 2 1114 0 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357853 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=440508 CPUtime=11.14 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 18820 1250 0 2 1113 1 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357218 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=440508 CPUtime=11.14 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 13587 1250 0 2 1112 2 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=440508 CPUtime=11.13 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 17677 1250 0 2 1110 3 0 0 25 0 9 0 877734859 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=440508 CPUtime=11.13 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 15412 1250 0 2 1111 2 0 0 25 0 9 0 877734860 451080192 86175 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357811 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 90.61
Current children cumulated vsize (KiB) 440508

[startup+25.5012 s]
/proc/loadavg: 3.71 2.38 2.09 9/179 30049
/proc/meminfo: memFree=31885280/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=547412 CPUtime=192.94 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 206589 1250 0 2 19262 32 0 0 18 0 9 0 877734705 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 136853 113893 181 55 0 134739 0
[pid=30035/tid=30042] ppid=30033 vsize=547412 CPUtime=23.8 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 23853 1250 0 2 2377 3 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4277632 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=547412 CPUtime=23.91 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 14071 1250 0 2 2390 1 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=547412 CPUtime=23.94 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 11228 1250 0 2 2392 2 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4317322 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=547412 CPUtime=23.94 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 22932 1250 0 2 2392 2 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=547412 CPUtime=23.95 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 19846 1250 0 2 2393 2 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=547412 CPUtime=23.94 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 16557 1250 0 2 2391 3 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=547412 CPUtime=23.94 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 21478 1250 0 2 2390 4 0 0 25 0 9 0 877734859 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=547412 CPUtime=23.94 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 18403 1250 0 2 2391 3 0 0 25 0 9 0 877734860 560549888 113893 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 192.94
Current children cumulated vsize (KiB) 547412

[startup+51.1006 s]
/proc/loadavg: 5.25 2.84 2.25 9/179 30050
/proc/meminfo: memFree=31746652/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=755104 CPUtime=397.58 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 268363 1250 0 2 39719 39 0 0 18 0 9 0 877734705 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 188776 150721 181 55 0 186662 0
[pid=30035/tid=30042] ppid=30033 vsize=755104 CPUtime=49.26 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 31531 1250 0 2 4922 4 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=755104 CPUtime=49.51 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 29346 1250 0 2 4948 3 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=755104 CPUtime=49.54 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 12252 1250 0 2 4952 2 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=755104 CPUtime=49.53 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 48196 1250 0 2 4948 5 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357195 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=755104 CPUtime=49.53 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 26342 1250 0 2 4951 2 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=755104 CPUtime=49.53 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 20084 1250 0 2 4950 3 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=755104 CPUtime=49.53 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 22502 1250 0 2 4949 4 0 0 25 0 9 0 877734859 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=755104 CPUtime=49.53 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 19889 1250 0 2 4950 3 0 0 25 0 9 0 877734860 773226496 150721 33554432000 4194304 4417332 140734446122800 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 397.58
Current children cumulated vsize (KiB) 755104

[startup+102.307 s]
/proc/loadavg: 6.85 3.65 2.55 9/179 30051

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

/proc/meminfo: memFree=24411584/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=8122264 CPUtime=34980.4 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 46773906 1250 0 2 3488833 9208 0 0 18 0 9 0 877734705 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 2030566 2006658 181 55 0 2028452 0
[pid=30035/tid=30042] ppid=30033 vsize=8122264 CPUtime=4353.1 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 4616703 1250 0 2 434397 913 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=8122264 CPUtime=4375.29 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 4602217 1250 0 2 436681 848 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=8122264 CPUtime=4375.45 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 5768450 1250 0 2 436396 1149 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=8122264 CPUtime=4375.74 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 11112434 1250 0 2 435281 2293 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=8122264 CPUtime=4375.03 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 5671890 1250 0 2 436438 1065 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=8122264 CPUtime=4374.85 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 5088708 1250 0 2 436485 1000 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=8122264 CPUtime=4373.89 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 4067000 1250 0 2 436587 802 0 0 25 0 9 0 877734859 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=8122264 CPUtime=4375.46 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 5788283 1250 0 2 436421 1125 0 0 25 0 9 0 877734860 8317198336 2006658 33554432000 4194304 4417332 140734446122800 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34980.4
Current children cumulated vsize (KiB) 8122264

[startup+4403.1 s]
/proc/loadavg: 8.06 8.06 7.97 9/179 30178
/proc/meminfo: memFree=25379176/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=7078420 CPUtime=35185.1 cores=0-7
/proc/30035/stat : 30035 (plingeling) S 30033 30035 30005 0 -1 4202496 46937588 1250 0 2 3509268 9239 0 0 18 0 9 0 877734705 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 1769605 1745697 181 55 0 1767491 0
[pid=30035/tid=30042] ppid=30033 vsize=7078420 CPUtime=4378.56 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) R 30033 30035 30005 0 -1 4202560 4668342 1250 0 2 436934 922 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=7078420 CPUtime=4400.89 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) R 30033 30035 30005 0 -1 4202560 4618460 1250 0 2 439236 853 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=7078420 CPUtime=4401.06 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) R 30033 30035 30005 0 -1 4202560 5782004 1250 0 2 438954 1152 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=7078420 CPUtime=4401.34 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4202560 11115082 1250 0 2 437841 2293 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=7078420 CPUtime=4400.63 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) R 30033 30035 30005 0 -1 4202560 5686438 1250 0 2 438994 1069 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=7078420 CPUtime=4400.46 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) R 30033 30035 30005 0 -1 4202560 5116167 1250 0 2 439041 1005 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4355745 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=7078420 CPUtime=4399.49 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) R 30033 30035 30005 0 -1 4202560 4084431 1250 0 2 439143 806 0 0 25 0 9 0 877734859 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=7078420 CPUtime=4401.06 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) R 30033 30035 30005 0 -1 4202560 5808443 1250 0 2 438979 1127 0 0 25 0 9 0 877734860 7248302080 1745697 33554432000 4194304 4417332 140734446122800 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35185.1
Current children cumulated vsize (KiB) 7078420

[startup+4409.5 s]
/proc/loadavg: 8.06 8.06 7.97 2/179 30178
/proc/meminfo: memFree=24610872/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=7235016 CPUtime=35225.1 cores=0-7
/proc/30035/stat : 30035 (plingeling) D 30033 30035 30005 0 -1 4203524 46976739 1250 0 2 3513106 9405 0 0 18 0 9 0 877734705 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 1808754 1784846 181 55 0 1806640 0
[pid=30035/tid=30042] ppid=30033 vsize=7235016 CPUtime=4383.34 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) D 30033 30035 30005 0 -1 4203588 4668342 1250 0 2 437412 922 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=7235016 CPUtime=4405.71 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) D 30033 30035 30005 0 -1 4203588 4622814 1250 0 2 439717 854 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4356872 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=7235016 CPUtime=4405.86 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) D 30033 30035 30005 0 -1 4203588 5782004 1250 0 2 439434 1152 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=7235016 CPUtime=4407.74 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4204096 11123917 1250 0 2 438320 2454 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4366381 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=7235016 CPUtime=4405.44 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) D 30033 30035 30005 0 -1 4203588 5688870 1250 0 2 439474 1070 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4232623 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=7235016 CPUtime=4405.26 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) D 30033 30035 30005 0 -1 4203588 5129382 1250 0 2 439518 1008 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=7235016 CPUtime=4404.29 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) D 30033 30035 30005 0 -1 4203588 4086553 1250 0 2 439623 806 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4358020 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=7235016 CPUtime=4405.87 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) D 30033 30035 30005 0 -1 4203588 5816636 1250 0 2 439459 1128 0 0 25 0 9 0 877734860 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236670 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35225.1
Current children cumulated vsize (KiB) 7235016

[startup+4412.7 s]
/proc/loadavg: 8.13 8.07 7.98 2/179 30178
/proc/meminfo: memFree=22125412/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=7235016 CPUtime=35228.3 cores=0-7
/proc/30035/stat : 30035 (plingeling) D 30033 30035 30005 0 -1 4203524 46976739 1250 0 2 3513106 9725 0 0 18 0 9 0 877734705 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 1808754 1784846 181 55 0 1806640 0
[pid=30035/tid=30042] ppid=30033 vsize=7235016 CPUtime=4383.34 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) D 30033 30035 30005 0 -1 4203588 4668342 1250 0 2 437412 922 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=7235016 CPUtime=4405.71 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) D 30033 30035 30005 0 -1 4203588 4622814 1250 0 2 439717 854 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4356872 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=7235016 CPUtime=4405.86 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) D 30033 30035 30005 0 -1 4203588 5782004 1250 0 2 439434 1152 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=7235016 CPUtime=4410.94 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4204096 11123917 1250 0 2 438320 2774 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4366381 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=7235016 CPUtime=4405.44 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) D 30033 30035 30005 0 -1 4203588 5688870 1250 0 2 439474 1070 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4232623 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=7235016 CPUtime=4405.26 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) D 30033 30035 30005 0 -1 4203588 5129382 1250 0 2 439518 1008 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=7235016 CPUtime=4404.29 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) D 30033 30035 30005 0 -1 4203588 4086553 1250 0 2 439623 806 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4358020 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=7235016 CPUtime=4405.87 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) D 30033 30035 30005 0 -1 4203588 5816636 1250 0 2 439459 1128 0 0 25 0 9 0 877734860 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236670 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35228.3
Current children cumulated vsize (KiB) 7235016

[startup+4415.9 s]
/proc/loadavg: 8.13 8.07 7.98 2/179 30178
/proc/meminfo: memFree=19628364/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=7235016 CPUtime=35231.5 cores=0-7
/proc/30035/stat : 30035 (plingeling) D 30033 30035 30005 0 -1 4203524 46976739 1250 0 2 3513106 10045 0 0 18 0 9 0 877734705 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 1808754 1784846 181 55 0 1806640 0
[pid=30035/tid=30042] ppid=30033 vsize=7235016 CPUtime=4383.34 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) D 30033 30035 30005 0 -1 4203588 4668342 1250 0 2 437412 922 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=7235016 CPUtime=4405.71 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) D 30033 30035 30005 0 -1 4203588 4622814 1250 0 2 439717 854 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4356872 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=7235016 CPUtime=4405.86 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) D 30033 30035 30005 0 -1 4203588 5782004 1250 0 2 439434 1152 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=7235016 CPUtime=4414.14 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4204096 11123917 1250 0 2 438320 3094 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4366381 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=7235016 CPUtime=4405.44 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) D 30033 30035 30005 0 -1 4203588 5688870 1250 0 2 439474 1070 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4232623 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=7235016 CPUtime=4405.26 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) D 30033 30035 30005 0 -1 4203588 5129382 1250 0 2 439518 1008 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=7235016 CPUtime=4404.29 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) D 30033 30035 30005 0 -1 4203588 4086553 1250 0 2 439623 806 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4358020 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=7235016 CPUtime=4405.87 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) D 30033 30035 30005 0 -1 4203588 5816636 1250 0 2 439459 1128 0 0 25 0 9 0 877734860 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236670 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35231.5
Current children cumulated vsize (KiB) 7235016

[startup+4417.5 s]
/proc/loadavg: 8.44 8.14 8.00 2/179 30179
/proc/meminfo: memFree=17949068/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=7235016 CPUtime=35233.1 cores=0-7
/proc/30035/stat : 30035 (plingeling) D 30033 30035 30005 0 -1 4203524 46976739 1250 0 2 3513106 10205 0 0 18 0 9 0 877734705 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 1808754 1784846 181 55 0 1806640 0
[pid=30035/tid=30042] ppid=30033 vsize=7235016 CPUtime=4383.34 cores=0-7
/proc/30035/task/30042/stat : 30042 (plingeling) D 30033 30035 30005 0 -1 4203588 4668342 1250 0 2 437412 922 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=7235016 CPUtime=4405.71 cores=0-7
/proc/30035/task/30043/stat : 30043 (plingeling) D 30033 30035 30005 0 -1 4203588 4622814 1250 0 2 439717 854 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4356872 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=7235016 CPUtime=4405.86 cores=0-7
/proc/30035/task/30044/stat : 30044 (plingeling) D 30033 30035 30005 0 -1 4203588 5782004 1250 0 2 439434 1152 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=7235016 CPUtime=4415.74 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4204096 11123917 1250 0 2 438320 3254 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4366381 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=7235016 CPUtime=4405.44 cores=0-7
/proc/30035/task/30046/stat : 30046 (plingeling) D 30033 30035 30005 0 -1 4203588 5688870 1250 0 2 439474 1070 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4232623 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=7235016 CPUtime=4405.26 cores=0-7
/proc/30035/task/30047/stat : 30047 (plingeling) D 30033 30035 30005 0 -1 4203588 5129382 1250 0 2 439518 1008 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=7235016 CPUtime=4404.29 cores=0-7
/proc/30035/task/30048/stat : 30048 (plingeling) D 30033 30035 30005 0 -1 4203588 4086553 1250 0 2 439623 806 0 0 25 0 9 0 877734859 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4358020 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=7235016 CPUtime=4405.87 cores=0-7
/proc/30035/task/30049/stat : 30049 (plingeling) D 30033 30035 30005 0 -1 4203588 5816636 1250 0 2 439459 1128 0 0 25 0 9 0 877734860 7408656384 1784846 33554432000 4194304 4417332 140734446122800 18446744073709551615 4236670 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35233.1
Current children cumulated vsize (KiB) 7235016

[startup+4417.9 s]
/proc/loadavg: 8.44 8.14 8.00 2/179 30179
/proc/meminfo: memFree=17949068/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=0 CPUtime=35233.5 cores=0-7
/proc/30035/stat : 30035 (plingeling) Z 30033 30035 30005 0 -1 4203548 46976739 1250 0 2 3513106 10245 0 0 18 0 2 0 877734705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 0 0 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=0 CPUtime=4416.14 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4204100 11123917 1250 0 2 438320 3294 0 0 25 0 2 0 877734859 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35233.5
Current children cumulated vsize (KiB) 0

[startup+4418.1 s]
/proc/loadavg: 8.44 8.14 8.00 2/179 30179
/proc/meminfo: memFree=17949068/32951124 swapFree=67050780/67111528
[pid=30035] ppid=30033 vsize=0 CPUtime=35233.7 cores=0-7
/proc/30035/stat : 30035 (plingeling) Z 30033 30035 30005 0 -1 4203548 46976739 1250 0 2 3513106 10265 0 0 18 0 2 0 877734705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30035/statm: 0 0 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=0 CPUtime=4416.34 cores=0-7
/proc/30035/task/30045/stat : 30045 (plingeling) R 30033 30035 30005 0 -1 4204100 11123917 1250 0 2 438320 3314 0 0 25 0 2 0 877734859 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35233.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 4418.14
CPU time (s): 35233.8
CPU user time (s): 35131.1
CPU system time (s): 102.688
CPU usage (%): 797.48
Max. virtual memory (cumulated for all children) (KiB): 14024968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35131.1
system time used= 102.688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46977989
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2055
involuntary context switches= 167148

runsolver used 6.95894 second user time and 17.1234 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-10 01:15:19
IDJOB=3309573
IDBENCH=82389
IDSOLVER=1695
FILE ID=node101/3309573-1307661319
RUNJOBID= node101-1307661319-30019
PBS_JOBID= 13549426
Free space on /tmp= 74192 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309573-1307661319/watcher-3309573-1307661319 -o /tmp/evaluation-result-3309573-1307661319/solver-3309573-1307661319 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309573-1307661319.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=659566112

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32340000 kB
Buffers:        117672 kB
Cached:         296212 kB
SwapCached:      27580 kB
Active:         105244 kB
Inactive:       339456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32340000 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           16000 kB
Writeback:           4 kB
AnonPages:       25336 kB
Mapped:           8392 kB
Slab:           100488 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186688 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= 67212 MiB
End job on node101 at 2011-06-10 02:28:58