Trace number 3309546

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 26981 3570.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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: 935)

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-3309546-1304004990/watcher-3309546-1304004990 -o /tmp/evaluation-result-3309546-1304004990/solver-3309546-1304004990 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309546-1304004990.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: 7.51 7.81 6.06 1/170 32191
/proc/meminfo: memFree=14021260/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=11228 CPUtime=0 cores=0-7
/proc/32191/stat : 32191 (plingeling) R 32189 32191 32089 0 -1 4202496 866 1258 0 0 0 0 0 0 20 0 1 0 492914705 11497472 795 33554432000 4194304 4417332 140735343939792 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/32191/statm: 2807 795 143 55 0 693 0

[startup+0.0217211 s]
/proc/loadavg: 7.51 7.81 6.06 1/170 32191
/proc/meminfo: memFree=14021260/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=13460 CPUtime=0.01 cores=0-7
/proc/32191/stat : 32191 (plingeling) R 32189 32191 32089 0 -1 4202496 1441 1258 0 0 1 0 0 0 20 0 1 0 492914705 13783040 1370 33554432000 4194304 4417332 140735343939792 18446744073709551615 4235968 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/32191/statm: 3365 1370 146 55 0 1251 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13460

[startup+0.100709 s]
/proc/loadavg: 7.51 7.81 6.06 1/170 32191
/proc/meminfo: memFree=14021260/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=26508 CPUtime=0.08 cores=0-7
/proc/32191/stat : 32191 (plingeling) R 32189 32191 32089 0 -1 4202496 4702 1258 0 0 8 0 0 0 20 0 1 0 492914705 27144192 4632 33554432000 4194304 4417332 140735343939792 18446744073709551615 270338077677 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/32191/statm: 6692 4652 148 55 0 4578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26508

[startup+0.3007 s]
/proc/loadavg: 7.51 7.81 6.06 1/170 32191
/proc/meminfo: memFree=14021260/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=62940 CPUtime=0.29 cores=0-7
/proc/32191/stat : 32191 (plingeling) R 32189 32191 32089 0 -1 4202496 13829 1258 0 0 27 2 0 0 21 0 1 0 492914705 64450560 13758 33554432000 4194304 4417332 140735343939792 18446744073709551615 4259140 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/32191/statm: 15735 13758 148 55 0 13621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62940

[startup+0.70059 s]
/proc/loadavg: 7.51 7.81 6.06 1/170 32191
/proc/meminfo: memFree=14021260/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=128572 CPUtime=0.69 cores=0-7
/proc/32191/stat : 32191 (plingeling) R 32189 32191 32089 0 -1 4202496 30253 1258 0 0 65 4 0 0 22 0 1 0 492914705 131657728 30166 33554432000 4194304 4417332 140735343939792 18446744073709551615 270338002526 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/32191/statm: 32143 30166 148 55 0 30029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128572

[startup+1.5004 s]
/proc/loadavg: 7.51 7.81 6.06 2/171 32197
/proc/meminfo: memFree=13893304/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=362920 CPUtime=3.88 cores=0-7
/proc/32191/stat : 32191 (plingeling) S 32189 32191 32089 0 -1 4202496 89257 1258 0 0 375 13 0 0 19 0 9 0 492914705 371630080 45933 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 90730 45962 174 55 0 88616 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 362920

[startup+3.10108 s]
/proc/loadavg: 7.51 7.81 6.06 9/179 32205
/proc/meminfo: memFree=13807432/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=385216 CPUtime=16.68 cores=0-7
/proc/32191/stat : 32191 (plingeling) S 32189 32191 32089 0 -1 4202496 123596 1258 0 0 1650 18 0 0 19 0 9 0 492914705 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 96304 51411 177 55 0 94190 0
[pid=32191/tid=32198] ppid=32189 vsize=385216 CPUtime=1.94 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) R 32189 32191 32089 0 -1 4202560 7963 1258 0 0 193 1 0 0 20 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4264232 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=385216 CPUtime=1.93 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) R 32189 32191 32089 0 -1 4202560 5677 1258 0 0 192 1 0 0 25 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=385216 CPUtime=1.94 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) R 32189 32191 32089 0 -1 4202560 9711 1258 0 0 193 1 0 0 20 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4317201 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=385216 CPUtime=1.94 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) R 32189 32191 32089 0 -1 4202560 3153 1258 0 0 193 1 0 0 25 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32191/tid=32202] ppid=32189 vsize=385216 CPUtime=1.93 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) R 32189 32191 32089 0 -1 4202560 6116 1258 0 0 192 1 0 0 25 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4275856 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=385216 CPUtime=1.94 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) R 32189 32191 32089 0 -1 4202560 8405 1258 0 0 193 1 0 0 25 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4279477 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=385216 CPUtime=1.93 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4202560 16300 1258 0 0 191 2 0 0 20 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4270960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=385216 CPUtime=1.93 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) R 32189 32191 32089 0 -1 4202560 8159 1258 0 0 192 1 0 0 25 0 9 0 492914820 394461184 51411 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 385216

[startup+6.30045 s]
/proc/loadavg: 7.55 7.81 6.07 9/179 32206
/proc/meminfo: memFree=13791076/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=399504 CPUtime=42.26 cores=0-7
/proc/32191/stat : 32191 (plingeling) S 32189 32191 32089 0 -1 4202496 150203 1258 0 0 4202 24 0 0 19 0 9 0 492914705 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 99876 55980 181 55 0 97762 0
[pid=32191/tid=32198] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) R 32189 32191 32089 0 -1 4202560 10933 1258 0 0 512 1 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) R 32189 32191 32089 0 -1 4202560 9899 1258 0 0 511 2 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) R 32189 32191 32089 0 -1 4202560 12711 1258 0 0 512 1 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4358080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) R 32189 32191 32089 0 -1 4202560 3664 1258 0 0 512 1 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32191/tid=32202] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) R 32189 32191 32089 0 -1 4202560 15398 1258 0 0 510 3 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4366571 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) R 32189 32191 32089 0 -1 4202560 9361 1258 0 0 512 1 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=399504 CPUtime=5.13 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4202560 16436 1258 0 0 511 2 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=399504 CPUtime=5.11 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) R 32189 32191 32089 0 -1 4202560 13689 1258 0 0 509 2 0 0 25 0 9 0 492914820 409092096 55980 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357975 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 399504

[startup+12.7012 s]
/proc/loadavg: 7.58 7.82 6.08 9/179 32206
/proc/meminfo: memFree=13740380/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=455660 CPUtime=93.42 cores=0-7
/proc/32191/stat : 32191 (plingeling) S 32189 32191 32089 0 -1 4202496 177259 1258 0 0 9315 27 0 0 19 0 9 0 492914705 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 113915 78276 181 55 0 111801 0
[pid=32191/tid=32198] ppid=32189 vsize=455660 CPUtime=11.54 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) R 32189 32191 32089 0 -1 4202560 12715 1258 0 0 1152 2 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=455660 CPUtime=11.53 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) R 32189 32191 32089 0 -1 4202560 14260 1258 0 0 1151 2 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=455660 CPUtime=11.53 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) R 32189 32191 32089 0 -1 4202560 15065 1258 0 0 1152 1 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357145 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=455660 CPUtime=11.53 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) R 32189 32191 32089 0 -1 4202560 11746 1258 0 0 1151 2 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32191/tid=32202] ppid=32189 vsize=455660 CPUtime=11.53 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) R 32189 32191 32089 0 -1 4202560 20514 1258 0 0 1150 3 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=455660 CPUtime=11.53 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) R 32189 32191 32089 0 -1 4202560 11538 1258 0 0 1152 1 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=455660 CPUtime=11.53 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4202560 17862 1258 0 0 1151 2 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4250457 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=455660 CPUtime=11.47 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) R 32189 32191 32089 0 -1 4202560 15447 1258 0 0 1145 2 0 0 25 0 9 0 492914820 466595840 78276 33554432000 4194304 4417332 140735343939792 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.42
Current children cumulated vsize (KiB) 455660

[startup+25.5006 s]
/proc/loadavg: 7.67 7.82 6.11 9/179 32206
/proc/meminfo: memFree=13632144/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=551380 CPUtime=195.74 cores=0-7
/proc/32191/stat : 32191 (plingeling) S 32189 32191 32089 0 -1 4202496 224744 1258 0 0 19540 34 0 0 19 0 9 0 492914705 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 137845 96908 181 55 0 135731 0
[pid=32191/tid=32198] ppid=32189 vsize=551380 CPUtime=24.33 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) R 32189 32191 32089 0 -1 4202560 19216 1258 0 0 2431 2 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4271545 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=551380 CPUtime=24.33 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) R 32189 32191 32089 0 -1 4202560 29610 1258 0 0 2428 5 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=551380 CPUtime=24.33 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) R 32189 32191 32089 0 -1 4202560 15491 1258 0 0 2432 1 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4356692 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=551380 CPUtime=24.33 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) R 32189 32191 32089 0 -1 4202560 21512 1258 0 0 2430 3 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4250548 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32191/tid=32202] ppid=32189 vsize=551380 CPUtime=24.34 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) R 32189 32191 32089 0 -1 4202560 28840 1258 0 0 2429 5 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=551380 CPUtime=24.33 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) R 32189 32191 32089 0 -1 4202560 12388 1258 0 0 2432 1 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=551380 CPUtime=24.33 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4202560 17907 1258 0 0 2431 2 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4258449 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=551380 CPUtime=24.2 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) R 32189 32191 32089 0 -1 4202560 21668 1258 0 0 2417 3 0 0 25 0 9 0 492914820 564613120 96908 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236895 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 195.74
Current children cumulated vsize (KiB) 551380

[startup+51.1006 s]
/proc/loadavg: 7.79 7.84 6.16 9/179 32207
/proc/meminfo: memFree=13488028/32951124 swapFree=67111528/67111528
[pid=32191] ppid=32189 vsize=683900 CPUtime=400.4 cores=0-7
/proc/32191/stat : 32191 (plingeling) S 32189 32191 32089 0 -1 4202496 332234 1258 0 0 39991 49 0 0 19 0 9 0 492914705 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 170975 132996 181 55 0 168861 0
[pid=32191/tid=32198] ppid=32189 vsize=683900 CPUtime=49.94 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) R 32189 32191 32089 0 -1 4202560 29645 1258 0 0 4990 4 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=683900 CPUtime=49.92 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) R 32189 32191 32089 0 -1 4202560 53346 1258 0 0 4984 8 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357169 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=683900 CPUtime=49.93 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) R 32189 32191 32089 0 -1 4202560 27511 1258 0 0 4990 3 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=683900 CPUtime=49.94 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) R 32189 32191 32089 0 -1 4202560 36460 1258 0 0 4988 6 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357440 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32191/tid=32202] ppid=32189 vsize=683900 CPUtime=49.94 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) R 32189 32191 32089 0 -1 4202560 61708 1258 0 0 4984 10 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=683900 CPUtime=49.92 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) R 32189 32191 32089 0 -1 4202560 16261 1258 0 0 4991 1 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4301977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=683900 CPUtime=49.93 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4202560 19217 1258 0 0 4990 3 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=683900 CPUtime=49.67 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) R 32189 32191 32089 0 -1 4202560 29974 1258 0 0 4963 4 0 0 25 0 9 0 492914820 700313600 132996 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 400.4
Current children cumulated vsize (KiB) 683900

[startup+102.306 s]
/proc/loadavg: 7.90 7.86 6.25 9/179 32208

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

/proc/32191/task/32201/stat : 32201 (plingeling) D 32189 32191 32089 0 -1 4204096 6268437 1258 0 0 335381 3974 0 0 18 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4302944 0 0 4096 0 18446744071562154983 0 0 -1 0 0 0 13521
[pid=32191/tid=32202] ppid=32189 vsize=18889888 CPUtime=3370.95 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) D 32189 32191 32089 0 -1 4203588 4332062 1258 0 0 336306 789 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=18889888 CPUtime=3371.06 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) D 32189 32191 32089 0 -1 4203588 4441344 1258 0 0 336083 1023 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=18889888 CPUtime=3368.51 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) D 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 487 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=18889888 CPUtime=3369.83 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) D 32189 32191 32089 0 -1 4203588 4322455 1258 0 0 336221 762 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4353461 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26976.7
Current children cumulated vsize (KiB) 18889888

[startup+3547.3 s]
/proc/loadavg: 13.83 10.58 8.94 1/181 32314
/proc/meminfo: memFree=95080/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=18889888 CPUtime=26978.1 cores=0-7
/proc/32191/stat : 32191 (plingeling) D 32189 32191 32089 0 -1 4203524 34468736 1258 0 0 2688277 9532 0 0 18 0 9 0 492914705 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 4722472 4677243 181 55 0 4720358 0
[pid=32191/tid=32198] ppid=32189 vsize=18889888 CPUtime=3370.65 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) D 32189 32191 32089 0 -1 4203588 3249279 1258 0 0 336455 610 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4356782 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=18889888 CPUtime=3371.25 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) D 32189 32191 32089 0 -1 4203588 4777664 1258 0 0 336164 961 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364822 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=18889888 CPUtime=3359.67 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) D 32189 32191 32089 0 -1 4203588 4094651 1258 0 0 335192 775 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357470 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=18889888 CPUtime=3394.94 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) D 32189 32191 32089 0 -1 4204096 6268437 1258 0 0 335381 4113 0 0 18 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4302944 0 0 4096 0 18446744071562154983 0 0 -1 2 0 0 14724
[pid=32191/tid=32202] ppid=32189 vsize=18889888 CPUtime=3370.95 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) D 32189 32191 32089 0 -1 4203588 4332062 1258 0 0 336306 789 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=18889888 CPUtime=3371.06 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) D 32189 32191 32089 0 -1 4203588 4441344 1258 0 0 336083 1023 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=18889888 CPUtime=3368.51 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) D 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 487 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=18889888 CPUtime=3369.83 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) D 32189 32191 32089 0 -1 4203588 4322455 1258 0 0 336221 762 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4353461 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26978.1
Current children cumulated vsize (KiB) 18889888

[startup+3560.1 s]
/proc/loadavg: 13.95 10.76 9.03 1/183 32316
/proc/meminfo: memFree=97036/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=18889888 CPUtime=26979.3 cores=0-7
/proc/32191/stat : 32191 (plingeling) D 32189 32191 32089 0 -1 4203524 34468736 1258 0 0 2688277 9654 0 0 18 0 9 0 492914705 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 4722472 4677243 181 55 0 4720358 0
[pid=32191/tid=32198] ppid=32189 vsize=18889888 CPUtime=3370.65 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) D 32189 32191 32089 0 -1 4203588 3249279 1258 0 0 336455 610 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4356782 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=18889888 CPUtime=3371.25 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) D 32189 32191 32089 0 -1 4203588 4777664 1258 0 0 336164 961 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364822 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=18889888 CPUtime=3359.67 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) D 32189 32191 32089 0 -1 4203588 4094651 1258 0 0 335192 775 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357470 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=18889888 CPUtime=3396.16 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) D 32189 32191 32089 0 -1 4204096 6268437 1258 0 0 335381 4235 0 0 18 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4302944 0 0 4096 0 18446744071562154983 0 0 -1 2 0 0 15898
[pid=32191/tid=32202] ppid=32189 vsize=18889888 CPUtime=3370.95 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) D 32189 32191 32089 0 -1 4203588 4332062 1258 0 0 336306 789 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=18889888 CPUtime=3371.06 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) D 32189 32191 32089 0 -1 4203588 4441344 1258 0 0 336083 1023 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=18889888 CPUtime=3368.51 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) D 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 487 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=18889888 CPUtime=3369.83 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) D 32189 32191 32089 0 -1 4203588 4322455 1258 0 0 336221 762 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4353461 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26979.3
Current children cumulated vsize (KiB) 18889888

[startup+3566.5 s]
/proc/loadavg: 14.11 10.85 9.07 1/183 32317
/proc/meminfo: memFree=93736/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=18889888 CPUtime=26979.8 cores=0-7
/proc/32191/stat : 32191 (plingeling) D 32189 32191 32089 0 -1 4203524 34468736 1258 0 0 2688277 9705 0 0 18 0 9 0 492914705 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 4722472 4677243 181 55 0 4720358 0
[pid=32191/tid=32198] ppid=32189 vsize=18889888 CPUtime=3370.65 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) D 32189 32191 32089 0 -1 4203588 3249279 1258 0 0 336455 610 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4356782 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=18889888 CPUtime=3371.25 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) D 32189 32191 32089 0 -1 4203588 4777664 1258 0 0 336164 961 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364822 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=18889888 CPUtime=3359.67 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) D 32189 32191 32089 0 -1 4203588 4094651 1258 0 0 335192 775 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357470 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=18889888 CPUtime=3396.66 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) D 32189 32191 32089 0 -1 4204096 6268437 1258 0 0 335381 4285 0 0 18 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4302944 0 0 4096 0 18446744071562154983 0 0 -1 2 0 0 16404
[pid=32191/tid=32202] ppid=32189 vsize=18889888 CPUtime=3370.95 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) D 32189 32191 32089 0 -1 4203588 4332062 1258 0 0 336306 789 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=18889888 CPUtime=3371.06 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) D 32189 32191 32089 0 -1 4203588 4441344 1258 0 0 336083 1023 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=18889888 CPUtime=3368.51 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) D 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 487 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=18889888 CPUtime=3369.83 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) D 32189 32191 32089 0 -1 4203588 4322455 1258 0 0 336221 762 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4353461 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26979.8
Current children cumulated vsize (KiB) 18889888

[startup+3568.1 s]
/proc/loadavg: 14.11 10.85 9.07 2/183 32317
/proc/meminfo: memFree=98400/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=18889888 CPUtime=26980 cores=0-7
/proc/32191/stat : 32191 (plingeling) D 32189 32191 32089 0 -1 4203524 34468736 1258 0 0 2688277 9727 0 0 18 0 9 0 492914705 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 4722472 4677243 181 55 0 4720358 0
[pid=32191/tid=32198] ppid=32189 vsize=18889888 CPUtime=3370.65 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) D 32189 32191 32089 0 -1 4203588 3249279 1258 0 0 336455 610 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4356782 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=18889888 CPUtime=3371.25 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) D 32189 32191 32089 0 -1 4203588 4777664 1258 0 0 336164 961 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364822 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=18889888 CPUtime=3359.67 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) D 32189 32191 32089 0 -1 4203588 4094651 1258 0 0 335192 775 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357470 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=18889888 CPUtime=3396.89 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) D 32189 32191 32089 0 -1 4204096 6268437 1258 0 0 335381 4308 0 0 18 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4302944 0 0 4096 0 18446744071562154983 0 0 -1 0 0 0 16568
[pid=32191/tid=32202] ppid=32189 vsize=18889888 CPUtime=3370.95 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) D 32189 32191 32089 0 -1 4203588 4332062 1258 0 0 336306 789 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=18889888 CPUtime=3371.06 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) D 32189 32191 32089 0 -1 4203588 4441344 1258 0 0 336083 1023 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=18889888 CPUtime=3368.51 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) D 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 487 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=18889888 CPUtime=3369.83 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) D 32189 32191 32089 0 -1 4203588 4322455 1258 0 0 336221 762 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4353461 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26980
Current children cumulated vsize (KiB) 18889888

[startup+3568.9 s]
/proc/loadavg: 14.11 10.85 9.07 2/183 32317
/proc/meminfo: memFree=98400/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=18889888 CPUtime=26980 cores=0-7
/proc/32191/stat : 32191 (plingeling) D 32189 32191 32089 0 -1 4203524 34468736 1258 0 0 2688277 9727 0 0 18 0 9 0 492914705 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 4722472 4677243 181 55 0 4720358 0
[pid=32191/tid=32198] ppid=32189 vsize=18889888 CPUtime=3370.65 cores=0-7
/proc/32191/task/32198/stat : 32198 (plingeling) D 32189 32191 32089 0 -1 4203588 3249279 1258 0 0 336455 610 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4356782 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=32191/tid=32199] ppid=32189 vsize=18889888 CPUtime=3371.25 cores=0-7
/proc/32191/task/32199/stat : 32199 (plingeling) D 32189 32191 32089 0 -1 4203588 4777664 1258 0 0 336164 961 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364822 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=32191/tid=32200] ppid=32189 vsize=18889888 CPUtime=3359.67 cores=0-7
/proc/32191/task/32200/stat : 32200 (plingeling) D 32189 32191 32089 0 -1 4203588 4094651 1258 0 0 335192 775 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4357470 0 0 4096 0 18446744071562337734 0 0 -1 1 0 0 0
[pid=32191/tid=32201] ppid=32189 vsize=18889888 CPUtime=3396.89 cores=0-7
/proc/32191/task/32201/stat : 32201 (plingeling) D 32189 32191 32089 0 -1 4204096 6268437 1258 0 0 335381 4308 0 0 18 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4302944 0 0 4096 0 18446744071562154983 0 0 -1 0 0 0 16568
[pid=32191/tid=32202] ppid=32189 vsize=18889888 CPUtime=3370.95 cores=0-7
/proc/32191/task/32202/stat : 32202 (plingeling) D 32189 32191 32089 0 -1 4203588 4332062 1258 0 0 336306 789 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4354401 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=32191/tid=32203] ppid=32189 vsize=18889888 CPUtime=3371.06 cores=0-7
/proc/32191/task/32203/stat : 32203 (plingeling) D 32189 32191 32089 0 -1 4203588 4441344 1258 0 0 336083 1023 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4236986 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=18889888 CPUtime=3368.51 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) D 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 487 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
[pid=32191/tid=32205] ppid=32189 vsize=18889888 CPUtime=3369.83 cores=0-7
/proc/32191/task/32205/stat : 32205 (plingeling) D 32189 32191 32089 0 -1 4203588 4322455 1258 0 0 336221 762 0 0 25 0 9 0 492914820 19343245312 4677243 33554432000 4194304 4417332 140735343939792 18446744073709551615 4353461 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26980
Current children cumulated vsize (KiB) 18889888

[startup+3569.7 s]
/proc/loadavg: 14.26 10.93 9.10 1/183 32317
/proc/meminfo: memFree=98900/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=0 CPUtime=26980.6 cores=0-7
/proc/32191/stat : 32191 (plingeling) Z 32189 32191 32089 0 -1 4203548 34468736 1258 0 0 2688277 9780 0 0 18 0 2 0 492914705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 0 0 0 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=0 CPUtime=3368.88 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 524 0 0 18 0 2 0 492914820 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26980.6
Current children cumulated vsize (KiB) 0

[startup+3569.9 s]
/proc/loadavg: 14.26 10.93 9.10 1/183 32317
/proc/meminfo: memFree=98900/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=0 CPUtime=26980.8 cores=0-7
/proc/32191/stat : 32191 (plingeling) Z 32189 32191 32089 0 -1 4203548 34468736 1258 0 0 2688277 9800 0 0 18 0 2 0 492914705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 0 0 0 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=0 CPUtime=3369.08 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 544 0 0 18 0 2 0 492914820 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26980.8
Current children cumulated vsize (KiB) 0

[startup+3570 s]
/proc/loadavg: 14.26 10.93 9.10 1/183 32317
/proc/meminfo: memFree=98900/32951124 swapFree=67111356/67111528
[pid=32191] ppid=32189 vsize=0 CPUtime=26980.9 cores=0-7
/proc/32191/stat : 32191 (plingeling) Z 32189 32191 32089 0 -1 4203548 34468736 1258 0 0 2688277 9810 0 0 18 0 2 0 492914705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32191/statm: 0 0 0 0 0 0 0
[pid=32191/tid=32204] ppid=32189 vsize=0 CPUtime=3369.18 cores=0-7
/proc/32191/task/32204/stat : 32204 (plingeling) R 32189 32191 32089 0 -1 4203588 2924732 1258 0 0 336364 554 0 0 18 0 2 0 492914820 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26980.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 3570.08
CPU time (s): 26981
CPU user time (s): 26882.8
CPU system time (s): 98.1811
CPU usage (%): 755.753
Max. virtual memory (cumulated for all children) (KiB): 19540400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26882.8
system time used= 98.1811
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34469994
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= 2787
involuntary context switches= 128784

runsolver used 5.51016 second user time and 13.176 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-28 17:36:31
IDJOB=3309546
IDBENCH=82372
IDSOLVER=1695
FILE ID=node143/3309546-1304004990
RUNJOBID= node143-1304003793-32103
PBS_JOBID= 13168807
Free space on /tmp= 72912 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1250574961

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.846
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.74
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.846
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:      14020920 kB
Buffers:       2291392 kB
Cached:       16010916 kB
SwapCached:          0 kB
Active:        7215028 kB
Inactive:     11151288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14020920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11692 kB
Writeback:           0 kB
AnonPages:       63896 kB
Mapped:          14668 kB
Slab:           496556 kB
PageTables:       4408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184296 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= 54624 MiB
End job on node143 at 2011-04-28 18:36:01