Trace number 3291001

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 587? (TO) 4800.09 1205.15

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
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 variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

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

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

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


[startup+0 s]
/proc/loadavg: 6.87 5.51 6.18 6/181 20274
/proc/meminfo: memFree=30145484/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=9856 CPUtime=0 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 556 1259 0 0 0 0 0 0 22 0 1 0 521349734 10092544 486 33554432000 4194304 4417332 140737402613216 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 2464 486 147 55 0 350 0

[startup+0.0406321 s]
/proc/loadavg: 6.87 5.51 6.18 6/181 20274
/proc/meminfo: memFree=30145484/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=15968 CPUtime=0.03 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 2149 1259 0 0 3 0 0 0 22 0 1 0 521349734 16351232 2015 33554432000 4194304 4417332 140737402613216 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 3992 2015 148 55 0 1878 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15968

[startup+0.10061 s]
/proc/loadavg: 6.87 5.51 6.18 6/181 20274
/proc/meminfo: memFree=30145484/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=22112 CPUtime=0.09 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 3685 1259 0 0 9 0 0 0 22 0 1 0 521349734 22642688 3551 33554432000 4194304 4417332 140737402613216 18446744073709551615 4209525 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 5528 3551 148 55 0 3414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22112

[startup+0.300572 s]
/proc/loadavg: 6.87 5.51 6.18 6/181 20274
/proc/meminfo: memFree=30145484/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=50784 CPUtime=0.29 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 10853 1259 0 0 28 1 0 0 23 0 1 0 521349734 52002816 10719 33554432000 4194304 4417332 140737402613216 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 12696 10719 148 55 0 10582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50784

[startup+0.700499 s]
/proc/loadavg: 6.87 5.51 6.18 6/181 20274
/proc/meminfo: memFree=30145484/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=112172 CPUtime=0.68 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 26208 1259 0 0 65 3 0 0 25 0 1 0 521349734 114864128 26066 33554432000 4194304 4417332 140737402613216 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 28043 26066 148 55 0 25929 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 112172

[startup+1.50037 s]
/proc/loadavg: 6.96 5.56 6.19 6/182 20280
/proc/meminfo: memFree=29873428/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=276012 CPUtime=1.49 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 67168 1259 0 0 141 8 0 0 25 0 1 0 521349734 282636288 67026 33554432000 4194304 4417332 140737402613216 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 69003 67026 148 55 0 66889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 276012

[startup+3.10106 s]
/proc/loadavg: 6.96 5.56 6.19 6/182 20280
/proc/meminfo: memFree=29619104/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=538156 CPUtime=3.09 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) R 20272 20274 19972 0 -1 4202496 132704 1259 0 0 293 16 0 0 25 0 1 0 521349734 551071744 132562 33554432000 4194304 4417332 140737402613216 18446744073709551615 4320938 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20274/statm: 134539 132562 148 55 0 132425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 538156

[startup+6.30044 s]
/proc/loadavg: 6.96 5.56 6.19 9/186 20284
/proc/meminfo: memFree=29496976/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=764040 CPUtime=11.39 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 217140 1259 0 0 1112 27 0 0 25 0 5 0 521349734 782376960 162598 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 191010 162598 174 55 0 188896 0
[pid=20274/tid=20281] ppid=20272 vsize=764040 CPUtime=1.7 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 397 1259 0 0 170 0 0 0 25 0 5 0 521350193 782376960 162598 33554432000 4194304 4417332 140737402613216 18446744073709551615 4309897 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=764040 CPUtime=1.7 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 426 1259 0 0 170 0 0 0 25 0 5 0 521350193 782376960 162598 33554432000 4194304 4417332 140737402613216 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=764040 CPUtime=1.69 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 427 1259 0 0 169 0 0 0 25 0 5 0 521350193 782376960 162598 33554432000 4194304 4417332 140737402613216 18446744073709551615 4306292 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=764040 CPUtime=1.69 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 17638 1259 0 0 168 1 0 0 25 0 5 0 521350193 782376960 162598 33554432000 4194304 4417332 140737402613216 18446744073709551615 4356864 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 764040

[startup+12.7013 s]
/proc/loadavg: 7.12 5.64 6.20 9/186 20285
/proc/meminfo: memFree=29021060/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1227428 CPUtime=36.91 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 376275 1259 0 0 3632 59 0 0 25 0 5 0 521349734 1256886272 278440 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 306857 278440 179 55 0 304743 0
[pid=20274/tid=20281] ppid=20272 vsize=1227428 CPUtime=8.05 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 52428 1259 0 0 795 10 0 0 25 0 5 0 521350193 1256886272 278440 33554432000 4194304 4417332 140737402613216 18446744073709551615 4348532 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1227428 CPUtime=8.1 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 52302 1259 0 0 801 9 0 0 25 0 5 0 521350193 1256886272 278440 33554432000 4194304 4417332 140737402613216 18446744073709551615 4239411 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1227428 CPUtime=8.05 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 50739 1259 0 0 794 11 0 0 25 0 5 0 521350193 1256886272 278440 33554432000 4194304 4417332 140737402613216 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1227428 CPUtime=8.09 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 22554 1259 0 0 807 2 0 0 25 0 5 0 521350193 1256886272 278440 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.91
Current children cumulated vsize (KiB) 1227428

[startup+25.5009 s]
/proc/loadavg: 7.26 5.71 6.22 9/186 20285
/proc/meminfo: memFree=29133532/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1111176 CPUtime=88.04 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 415212 1259 0 0 8739 65 0 0 25 0 5 0 521349734 1137844224 249377 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 277794 249377 179 55 0 275680 0
[pid=20274/tid=20281] ppid=20272 vsize=1111176 CPUtime=20.85 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 52428 1259 0 0 2075 10 0 0 25 0 5 0 521350193 1137844224 249377 33554432000 4194304 4417332 140737402613216 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1111176 CPUtime=20.9 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 52408 1259 0 0 2080 10 0 0 25 0 5 0 521350193 1137844224 249377 33554432000 4194304 4417332 140737402613216 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1111176 CPUtime=20.78 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 84070 1259 0 0 2064 14 0 0 25 0 5 0 521350193 1137844224 249377 33554432000 4194304 4417332 140737402613216 18446744073709551615 4239593 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1111176 CPUtime=20.9 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 28054 1259 0 0 2087 3 0 0 25 0 5 0 521350193 1137844224 249377 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364534 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.04
Current children cumulated vsize (KiB) 1111176

[startup+51.1063 s]
/proc/loadavg: 7.51 5.90 6.27 9/186 20285
/proc/meminfo: memFree=29234908/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=999064 CPUtime=190.32 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 491496 1259 0 0 18958 74 0 0 25 0 5 0 521349734 1023041536 221349 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 249766 221349 179 55 0 247652 0
[pid=20274/tid=20281] ppid=20272 vsize=999064 CPUtime=46.46 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 86938 1259 0 0 4632 14 0 0 25 0 5 0 521350193 1023041536 221349 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364951 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=999064 CPUtime=46.5 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 85191 1259 0 0 4637 13 0 0 25 0 5 0 521350193 1023041536 221349 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=999064 CPUtime=46.24 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 85663 1259 0 0 4609 15 0 0 25 0 5 0 521350193 1023041536 221349 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=999064 CPUtime=46.5 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 35452 1259 0 0 4646 4 0 0 25 0 5 0 521350193 1023041536 221349 33554432000 4194304 4417332 140737402613216 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 190.32
Current children cumulated vsize (KiB) 999064

[startup+102.301 s]
/proc/loadavg: 7.84 6.26 6.37 9/186 20287
/proc/meminfo: memFree=29156988/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1016908 CPUtime=394.82 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 542529 1259 0 0 39403 79 0 0 25 0 5 0 521349734 1041313792 225810 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 254227 225810 179 55 0 252113 0
[pid=20274/tid=20281] ppid=20272 vsize=1016908 CPUtime=97.65 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 86938 1259 0 0 9751 14 0 0 25 0 5 0 521350193 1041313792 225810 33554432000 4194304 4417332 140737402613216 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1016908 CPUtime=97.69 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 85191 1259 0 0 9756 13 0 0 25 0 5 0 521350193 1041313792 225810 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1016908 CPUtime=97.17 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 120246 1259 0 0 9698 19 0 0 25 0 5 0 521350193 1041313792 225810 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1016908 CPUtime=97.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 51902 1259 0 0 9764 6 0 0 25 0 5 0 521350193 1041313792 225810 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 394.82
Current children cumulated vsize (KiB) 1016908

[startup+162.301 s]
/proc/loadavg: 7.97 6.59 6.48 9/186 20289
/proc/meminfo: memFree=29043796/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1056972 CPUtime=634.49 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 567159 1259 0 0 63367 82 0 0 25 0 5 0 521349734 1082339328 234820 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 264243 234820 179 55 0 262129 0
[pid=20274/tid=20281] ppid=20272 vsize=1056972 CPUtime=157.65 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 87987 1259 0 0 15751 14 0 0 25 0 5 0 521350193 1082339328 234820 33554432000 4194304 4417332 140737402613216 18446744073709551615 4239411 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1056972 CPUtime=157.68 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 86506 1259 0 0 15755 13 0 0 25 0 5 0 521350193 1082339328 234820 33554432000 4194304 4417332 140737402613216 18446744073709551615 4239393 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1056972 CPUtime=156.84 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 123293 1259 0 0 15665 19 0 0 25 0 5 0 521350193 1082339328 234820 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1056972 CPUtime=157.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 71121 1259 0 0 15762 8 0 0 25 0 5 0 521350193 1082339328 234820 33554432000 4194304 4417332 140737402613216 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 634.49
Current children cumulated vsize (KiB) 1056972

[startup+222.301 s]
/proc/loadavg: 8.02 6.86 6.57 9/186 20290
/proc/meminfo: memFree=29077840/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1047896 CPUtime=874.17 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 590349 1259 0 0 87332 85 0 0 25 0 5 0 521349734 1073045504 233557 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 261974 233557 179 55 0 259860 0
[pid=20274/tid=20281] ppid=20272 vsize=1047896 CPUtime=217.66 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 89872 1259 0 0 21751 15 0 0 25 0 5 0 521350193 1073045504 233557 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1047896 CPUtime=217.68 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 87369 1259 0 0 21755 13 0 0 25 0 5 0 521350193 1073045504 233557 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1047896 CPUtime=216.52 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 123516 1259 0 0 21633 19 0 0 25 0 5 0 521350193 1073045504 233557 33554432000 4194304 4417332 140737402613216 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1047896 CPUtime=217.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 91340 1259 0 0 21759 11 0 0 25 0 5 0 521350193 1073045504 233557 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 874.17
Current children cumulated vsize (KiB) 1047896

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

[pid=20274/tid=20282] ppid=20272 vsize=1088872 CPUtime=697.65 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 122303 1259 0 0 69747 18 0 0 25 0 5 0 521350193 1115004928 243808 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1088872 CPUtime=693.91 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 128196 1259 0 0 69372 19 0 0 25 0 5 0 521350193 1115004928 243808 33554432000 4194304 4417332 140737402613216 18446744073709551615 4239408 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1088872 CPUtime=697.71 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 193480 1259 0 0 69745 26 0 0 25 0 5 0 521350193 1115004928 243808 33554432000 4194304 4417332 140737402613216 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2791.56
Current children cumulated vsize (KiB) 1088872

[startup+762.3 s]
/proc/loadavg: 8.06 7.88 7.22 9/186 20341
/proc/meminfo: memFree=29079948/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1088724 CPUtime=3031.22 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 808806 1259 0 0 303006 116 0 0 25 0 5 0 521349734 1114853376 243771 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 272181 243771 180 55 0 270067 0
[pid=20274/tid=20281] ppid=20272 vsize=1088724 CPUtime=757.67 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 142787 1259 0 0 75745 22 0 0 25 0 5 0 521350193 1114853376 243771 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1088724 CPUtime=757.64 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 128031 1259 0 0 75745 19 0 0 25 0 5 0 521350193 1114853376 243771 33554432000 4194304 4417332 140737402613216 18446744073709551615 4365875 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1088724 CPUtime=753.59 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 132771 1259 0 0 75339 20 0 0 25 0 5 0 521350193 1114853376 243771 33554432000 4194304 4417332 140737402613216 18446744073709551615 4242036 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1088724 CPUtime=757.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 206965 1259 0 0 75743 27 0 0 25 0 5 0 521350193 1114853376 243771 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3031.22
Current children cumulated vsize (KiB) 1088724

[startup+822.3 s]
/proc/loadavg: 8.02 7.90 7.27 9/186 20342
/proc/meminfo: memFree=28943232/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1132716 CPUtime=3270.89 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 852258 1259 0 0 326968 121 0 0 25 0 5 0 521349734 1159901184 254769 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 283179 254769 180 55 0 281065 0
[pid=20274/tid=20281] ppid=20272 vsize=1132716 CPUtime=817.67 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 150433 1259 0 0 81744 23 0 0 25 0 5 0 521350193 1159901184 254769 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1132716 CPUtime=817.65 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 135972 1259 0 0 81744 21 0 0 25 0 5 0 521350193 1159901184 254769 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1132716 CPUtime=813.26 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 135956 1259 0 0 81306 20 0 0 25 0 5 0 521350193 1159901184 254769 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1132716 CPUtime=817.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 231645 1259 0 0 81740 30 0 0 25 0 5 0 521350193 1159901184 254769 33554432000 4194304 4417332 140737402613216 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3270.89
Current children cumulated vsize (KiB) 1132716

[startup+882.3 s]
/proc/loadavg: 8.05 7.93 7.31 9/186 20344
/proc/meminfo: memFree=28989924/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1128620 CPUtime=3510.56 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 918204 1259 0 0 350925 131 0 0 25 0 5 0 521349734 1155706880 253745 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 282155 253745 180 55 0 280041 0
[pid=20274/tid=20281] ppid=20272 vsize=1128620 CPUtime=877.68 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 164222 1259 0 0 87742 26 0 0 25 0 5 0 521350193 1155706880 253745 33554432000 4194304 4417332 140737402613216 18446744073709551615 4275894 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1128620 CPUtime=877.64 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 164735 1259 0 0 87738 26 0 0 25 0 5 0 521350193 1155706880 253745 33554432000 4194304 4417332 140737402613216 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1128620 CPUtime=872.94 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 135956 1259 0 0 87274 20 0 0 25 0 5 0 521350193 1155706880 253745 33554432000 4194304 4417332 140737402613216 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1128620 CPUtime=877.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 255039 1259 0 0 87737 33 0 0 25 0 5 0 521350193 1155706880 253745 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3510.56
Current children cumulated vsize (KiB) 1128620

[startup+942.301 s]
/proc/loadavg: 8.05 7.95 7.36 9/186 20345
/proc/meminfo: memFree=28912628/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1129448 CPUtime=3750.24 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 953573 1259 0 0 374887 137 0 0 25 0 5 0 521349734 1156554752 253952 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 282362 253952 180 55 0 280248 0
[pid=20274/tid=20281] ppid=20272 vsize=1129448 CPUtime=937.68 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 177808 1259 0 0 93740 28 0 0 25 0 5 0 521350193 1156554752 253952 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1129448 CPUtime=937.64 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 172183 1259 0 0 93737 27 0 0 25 0 5 0 521350193 1156554752 253952 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1129448 CPUtime=932.61 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 135956 1259 0 0 93241 20 0 0 25 0 5 0 521350193 1156554752 253952 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1129448 CPUtime=937.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 269374 1259 0 0 93735 35 0 0 25 0 5 0 521350193 1156554752 253952 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3750.24
Current children cumulated vsize (KiB) 1129448

[startup+1002.3 s]
/proc/loadavg: 8.05 7.97 7.40 9/186 20347
/proc/meminfo: memFree=28926328/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1081476 CPUtime=3989.91 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 996012 1259 0 0 398848 143 0 0 25 0 5 0 521349734 1107431424 241959 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 270369 241959 180 55 0 268255 0
[pid=20274/tid=20281] ppid=20272 vsize=1081476 CPUtime=997.68 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 193600 1259 0 0 99738 30 0 0 25 0 5 0 521350193 1107431424 241959 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1081476 CPUtime=997.63 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 187777 1259 0 0 99734 29 0 0 25 0 5 0 521350193 1107431424 241959 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1081476 CPUtime=992.29 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 135956 1259 0 0 99209 20 0 0 25 0 5 0 521350193 1107431424 241959 33554432000 4194304 4417332 140737402613216 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1081476 CPUtime=997.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 280427 1259 0 0 99734 36 0 0 25 0 5 0 521350193 1107431424 241959 33554432000 4194304 4417332 140737402613216 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3989.91
Current children cumulated vsize (KiB) 1081476

[startup+1062.3 s]
/proc/loadavg: 8.18 8.02 7.45 9/186 20349
/proc/meminfo: memFree=28933716/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1052468 CPUtime=4229.58 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 1054096 1259 0 0 422808 150 0 0 25 0 5 0 521349734 1077727232 234707 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 263117 234707 180 55 0 261003 0
[pid=20274/tid=20281] ppid=20272 vsize=1052468 CPUtime=1057.68 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 203801 1259 0 0 105737 31 0 0 25 0 5 0 521350193 1077727232 234707 33554432000 4194304 4417332 140737402613216 18446744073709551615 4263180 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1052468 CPUtime=1057.63 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 218365 1259 0 0 105730 33 0 0 25 0 5 0 521350193 1077727232 234707 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1052468 CPUtime=1051.96 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 135956 1259 0 0 105176 20 0 0 25 0 5 0 521350193 1077727232 234707 33554432000 4194304 4417332 140737402613216 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1052468 CPUtime=1057.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 297722 1259 0 0 105731 39 0 0 25 0 5 0 521350193 1077727232 234707 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4229.58
Current children cumulated vsize (KiB) 1052468

[startup+1122.3 s]
/proc/loadavg: 8.18 8.04 7.49 9/186 20350
/proc/meminfo: memFree=28798884/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1147152 CPUtime=4469.26 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 1111737 1259 0 0 446768 158 0 0 25 0 5 0 521349734 1174683648 258378 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 286788 258378 180 55 0 284674 0
[pid=20274/tid=20281] ppid=20272 vsize=1147152 CPUtime=1117.68 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 230733 1259 0 0 111734 34 0 0 25 0 5 0 521350193 1174683648 258378 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1147152 CPUtime=1117.62 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 231834 1259 0 0 111727 35 0 0 25 0 5 0 521350193 1174683648 258378 33554432000 4194304 4417332 140737402613216 18446744073709551615 4277559 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1147152 CPUtime=1111.64 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 135956 1259 0 0 111144 20 0 0 25 0 5 0 521350193 1174683648 258378 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1147152 CPUtime=1117.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 314962 1259 0 0 111729 41 0 0 25 0 5 0 521350193 1174683648 258378 33554432000 4194304 4417332 140737402613216 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4469.26
Current children cumulated vsize (KiB) 1147152

[startup+1182.3 s]
/proc/loadavg: 8.17 8.06 7.53 9/186 20352
/proc/meminfo: memFree=28807652/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1095932 CPUtime=4708.93 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 1144386 1259 0 0 470731 162 0 0 25 0 5 0 521349734 1122234368 245573 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 273983 245573 180 55 0 271869 0
[pid=20274/tid=20281] ppid=20272 vsize=1095932 CPUtime=1177.68 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 239927 1259 0 0 117732 36 0 0 25 0 5 0 521350193 1122234368 245573 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1095932 CPUtime=1177.62 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 243322 1259 0 0 117726 36 0 0 25 0 5 0 521350193 1122234368 245573 33554432000 4194304 4417332 140737402613216 18446744073709551615 4316286 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1095932 CPUtime=1171.31 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 140673 1259 0 0 117110 21 0 0 25 0 5 0 521350193 1122234368 245573 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1095932 CPUtime=1177.7 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 322212 1259 0 0 117728 42 0 0 25 0 5 0 521350193 1122234368 245573 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4708.93
Current children cumulated vsize (KiB) 1095932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.1 s]
/proc/loadavg: 8.20 8.07 7.55 9/186 20352
/proc/meminfo: memFree=28826344/32951124 swapFree=67111364/67111528
[pid=20274] ppid=20272 vsize=1065128 CPUtime=4800.01 cores=1,3,5,7
/proc/20274/stat : 20274 (plingeling) S 20272 20274 19972 0 -1 4202496 1172131 1259 0 0 479835 166 0 0 25 0 5 0 521349734 1090691072 237872 33554432000 4194304 4417332 140737402613216 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20274/statm: 266282 237872 180 55 0 264168 0
[pid=20274/tid=20281] ppid=20272 vsize=1065128 CPUtime=1200.5 cores=1,3,5,7
/proc/20274/task/20281/stat : 20281 (plingeling) R 20272 20274 19972 0 -1 4202560 242938 1259 0 0 120013 37 0 0 25 0 5 0 521350193 1090691072 237872 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20274/tid=20282] ppid=20272 vsize=1065128 CPUtime=1200.42 cores=1,3,5,7
/proc/20274/task/20282/stat : 20282 (plingeling) R 20272 20274 19972 0 -1 4202560 250920 1259 0 0 120005 37 0 0 25 0 5 0 521350193 1090691072 237872 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20274/tid=20283] ppid=20272 vsize=1065128 CPUtime=1193.98 cores=1,3,5,7
/proc/20274/task/20283/stat : 20283 (plingeling) R 20272 20274 19972 0 -1 4202560 142377 1259 0 0 119377 21 0 0 25 0 5 0 521350193 1090691072 237872 33554432000 4194304 4417332 140737402613216 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20274/tid=20284] ppid=20272 vsize=1065128 CPUtime=1200.51 cores=1,3,5,7
/proc/20274/task/20284/stat : 20284 (plingeling) R 20272 20274 19972 0 -1 4202560 337644 1259 0 0 120006 45 0 0 25 0 5 0 521350193 1090691072 237872 33554432000 4194304 4417332 140737402613216 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 1065128

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.15
CPU time (s): 4800.09
CPU user time (s): 4798.38
CPU system time (s): 1.70674
CPU usage (%): 398.299
Max. virtual memory (cumulated for all children) (KiB): 1361572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.38
system time used= 1.70674
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1173390
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= 143
involuntary context switches= 37920

runsolver used 1.90871 second user time and 4.67229 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 19:18:13
IDJOB=3291001
IDBENCH=83463
IDSOLVER=1605
FILE ID=node106/3291001-1304097491
RUNJOBID= node106-1304097373-19991
PBS_JOBID= 13170612
Free space on /tmp= 72060 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291001-1304097491/watcher-3291001-1304097491 -o /tmp/evaluation-result-3291001-1304097491/solver-3291001-1304097491 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291001-1304097491.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1192786840

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30145764 kB
Buffers:        252700 kB
Cached:        2176256 kB
SwapCached:         88 kB
Active:         987292 kB
Inactive:      1604836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30145764 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          100864 kB
Writeback:           0 kB
AnonPages:      163128 kB
Mapped:          15344 kB
Slab:           149356 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   350272 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= 72060 MiB
End job on node106 at 2011-04-29 19:38:21