Trace number 3372851

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.9 5014.78

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372851-1305442902/watcher-3372851-1305442902 -o /tmp/evaluation-result-3372851-1305442902/solver-3372851-1305442902 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372851-1305442902.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: 0.04 2.84 5.72 2/391 6219
/proc/meminfo: memFree=24112744/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=28200 CPUtime=0 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 4666 1255 0 0 0 0 0 0 23 0 1 0 655888926 28876800 4596 33554432000 4194304 4417452 140735218883904 18446744073709551615 242970244189 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 7050 4610 141 55 0 4936 0

[startup+0.0194889 s]
/proc/loadavg: 0.04 2.84 5.72 2/391 6219
/proc/meminfo: memFree=24112744/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=45172 CPUtime=0 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 9371 1255 0 0 0 0 0 0 23 0 1 0 655888926 46256128 9301 33554432000 4194304 4417452 140735218883904 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 11293 9301 148 55 0 9179 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 45172

[startup+0.100475 s]
/proc/loadavg: 0.04 2.84 5.72 2/391 6219
/proc/meminfo: memFree=24112744/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=61952 CPUtime=0.09 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 13583 1255 0 0 8 1 0 0 23 0 1 0 655888926 63438848 13513 33554432000 4194304 4417452 140735218883904 18446744073709551615 4231277 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 15488 13513 149 55 0 13374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61952

[startup+0.300461 s]
/proc/loadavg: 0.04 2.84 5.72 2/391 6219
/proc/meminfo: memFree=24112744/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=112224 CPUtime=0.29 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 26200 1255 0 0 27 2 0 0 24 0 1 0 655888926 114917376 26081 33554432000 4194304 4417452 140735218883904 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 28056 26081 149 55 0 25942 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112224

[startup+0.700371 s]
/proc/loadavg: 0.04 2.84 5.72 2/391 6219
/proc/meminfo: memFree=24112744/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=178728 CPUtime=0.69 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 42843 1255 0 0 65 4 0 0 25 0 1 0 655888926 183017472 42707 33554432000 4194304 4417452 140735218883904 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 44682 42707 149 55 0 42568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 178728

[startup+1.50023 s]
/proc/loadavg: 0.12 2.81 5.69 2/392 6225
/proc/meminfo: memFree=23924388/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=195112 CPUtime=1.48 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 46939 1255 0 0 144 4 0 0 25 0 1 0 655888926 199794688 46803 33554432000 4194304 4417452 140735218883904 18446744073709551615 4274337 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 48778 46803 149 55 0 46664 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 195112

[startup+3.10097 s]
/proc/loadavg: 0.12 2.81 5.69 2/392 6225
/proc/meminfo: memFree=23890908/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=293416 CPUtime=3.09 cores=0-7
/proc/6219/stat : 6219 (plingeling) R 6217 6219 6188 0 -1 4202496 71515 1255 0 0 302 7 0 0 25 0 1 0 655888926 300457984 71379 33554432000 4194304 4417452 140735218883904 18446744073709551615 4209601 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6219/statm: 73354 71379 149 55 0 71240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 293416

[startup+6.30038 s]
/proc/loadavg: 0.12 2.81 5.69 2/392 6225
/proc/meminfo: memFree=23692824/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=674400 CPUtime=11.18 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 152252 1255 0 0 1090 28 0 0 18 0 9 0 655888926 690585600 128214 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 168600 128214 173 55 0 166486 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 674400

[startup+12.7013 s]
/proc/loadavg: 1.48 3.01 5.73 9/400 6233
/proc/meminfo: memFree=23541504/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=656552 CPUtime=59.81 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 217203 1255 0 0 5944 37 0 0 18 0 9 0 655888926 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 164138 138907 177 55 0 162024 0
[pid=6219/tid=6226] ppid=6217 vsize=656552 CPUtime=6.98 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 23810 1255 0 0 696 2 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=656552 CPUtime=7.21 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 11329 1255 0 0 719 2 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=656552 CPUtime=5.32 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 9630 1255 0 0 522 10 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=656552 CPUtime=6.11 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 5141 1255 0 0 611 0 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=656552 CPUtime=7.05 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 11407 1255 0 0 704 1 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=656552 CPUtime=7.21 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 16900 1255 0 0 719 2 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4301776 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=656552 CPUtime=7.18 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 16109 1255 0 0 716 2 0 0 25 0 9 0 655889474 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4346639 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=656552 CPUtime=7.19 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 18380 1255 0 0 716 3 0 0 25 0 9 0 655889476 672309248 138907 33554432000 4194304 4417452 140735218883904 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 59.81
Current children cumulated vsize (KiB) 656552

[startup+25.5011 s]
/proc/loadavg: 2.48 3.18 5.75 9/400 6234
/proc/meminfo: memFree=23593956/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=615440 CPUtime=162.02 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 236743 1255 0 0 16162 40 0 0 18 0 9 0 655888926 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 153860 128630 180 55 0 151746 0
[pid=6219/tid=6226] ppid=6217 vsize=615440 CPUtime=19.79 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 27575 1255 0 0 1976 3 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=615440 CPUtime=20 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 13046 1255 0 0 1998 2 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=615440 CPUtime=18.11 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 13726 1255 0 0 1801 10 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=615440 CPUtime=18.91 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 5141 1255 0 0 1891 0 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=615440 CPUtime=19.68 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 13124 1255 0 0 1967 1 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=615440 CPUtime=20.01 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 21097 1255 0 0 1999 2 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=615440 CPUtime=19.99 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 18440 1255 0 0 1996 3 0 0 25 0 9 0 655889474 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=615440 CPUtime=19.98 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 20097 1255 0 0 1995 3 0 0 25 0 9 0 655889476 630210560 128630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 615440

[startup+51.1007 s]
/proc/loadavg: 4.36 3.56 5.81 9/400 6234
/proc/meminfo: memFree=23595156/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=616332 CPUtime=366.41 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 243111 1255 0 0 36594 47 0 0 18 0 9 0 655888926 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 154083 128853 180 55 0 151969 0
[pid=6219/tid=6226] ppid=6217 vsize=616332 CPUtime=45.38 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 28102 1255 0 0 4535 3 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=616332 CPUtime=45.58 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 13570 1255 0 0 4554 4 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=616332 CPUtime=43.69 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 13783 1255 0 0 4359 10 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=616332 CPUtime=44.47 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 5141 1255 0 0 4443 4 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=616332 CPUtime=44.97 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 13648 1255 0 0 4495 2 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=616332 CPUtime=45.6 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 21159 1255 0 0 4558 2 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=616332 CPUtime=45.59 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 18491 1255 0 0 4556 3 0 0 25 0 9 0 655889474 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=616332 CPUtime=45.59 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 24720 1255 0 0 4555 4 0 0 25 0 9 0 655889476 631123968 128853 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 366.41
Current children cumulated vsize (KiB) 616332

[startup+102.315 s]
/proc/loadavg: 6.58 4.32 5.94 9/400 6236
/proc/meminfo: memFree=23561348/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=649964 CPUtime=775.42 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 264010 1255 0 0 77492 50 0 0 18 0 9 0 655888926 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 162491 137273 180 55 0 160377 0
[pid=6219/tid=6226] ppid=6217 vsize=649964 CPUtime=96.58 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 29093 1255 0 0 9655 3 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=649964 CPUtime=96.79 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 14114 1255 0 0 9675 4 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=649964 CPUtime=94.89 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 22035 1255 0 0 9478 11 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=649964 CPUtime=95.67 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 5141 1255 0 0 9562 5 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=649964 CPUtime=95.52 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 14640 1255 0 0 9550 2 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4252611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=649964 CPUtime=96.82 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 21217 1255 0 0 9680 2 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=649964 CPUtime=96.8 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 27564 1255 0 0 9676 4 0 0 25 0 9 0 655889474 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4326792 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=649964 CPUtime=96.8 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 25709 1255 0 0 9676 4 0 0 25 0 9 0 655889476 665563136 137273 33554432000 4194304 4417452 140735218883904 18446744073709551615 4275860 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 775.42
Current children cumulated vsize (KiB) 649964

[startup+162.301 s]
/proc/loadavg: 7.59 5.02 6.07 9/400 6237
/proc/meminfo: memFree=23535944/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=676204 CPUtime=1254.49 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 273867 1255 0 0 125397 52 0 0 18 0 9 0 655888926 692432896 143833 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 169051 143833 180 55 0 166937 0
[pid=6219/tid=6226] ppid=6217 vsize=676204 CPUtime=156.56 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 30099 1255 0 0 15653 3 0 0 25 0 9 0 655889474 692432896 143833 33554432000 4194304 4417452 140735218883904 18446744073709551615 4357171 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=676204 CPUtime=156.76 cores=0-7

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

[pid=6219/tid=6228] ppid=6217 vsize=14325768 CPUtime=4685.6 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 2303603 1255 0 0 468026 534 0 0 25 0 9 0 655889474 14669586432 3556224 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=14325768 CPUtime=4715.16 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 4081915 1255 0 0 470516 1000 0 0 25 0 9 0 655889474 14669586432 3556224 33554432000 4194304 4417452 140735218883904 18446744073709551615 4357646 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=14325768 CPUtime=4703.48 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 2549969 1255 0 0 469794 554 0 0 25 0 9 0 655889474 14669586432 3556224 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=14325768 CPUtime=4715.13 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 1539263 1255 0 0 471243 270 0 0 25 0 9 0 655889474 14669586432 3556224 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=14325768 CPUtime=4716.58 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 2339454 1255 0 0 471197 461 0 0 25 0 9 0 655889474 14669586432 3556224 33554432000 4194304 4417452 140735218883904 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=14325768 CPUtime=4695.22 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 1750669 1255 0 0 469164 358 0 0 25 0 9 0 655889476 14669586432 3556224 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37669.1
Current children cumulated vsize (KiB) 14325768

[startup+4782.3 s]
/proc/loadavg: 8.16 8.10 8.04 9/400 6387
/proc/meminfo: memFree=8991932/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=15192300 CPUtime=38148.2 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 19163431 1255 0 0 3810686 4135 0 0 18 0 9 0 655888926 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 3798075 3772857 180 55 0 3795961 0
[pid=6219/tid=6226] ppid=6217 vsize=15192300 CPUtime=4775.64 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 1778406 1255 0 0 477226 338 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=15192300 CPUtime=4776.74 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 2369303 1255 0 0 477167 507 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=15192300 CPUtime=4744.83 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 2336371 1255 0 0 473939 544 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=15192300 CPUtime=4775.14 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 4358574 1255 0 0 476436 1078 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=15192300 CPUtime=4763.46 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 2549969 1255 0 0 475792 554 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=15192300 CPUtime=4775.12 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 1539263 1255 0 0 477242 270 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=15192300 CPUtime=4776.56 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 2339454 1255 0 0 477195 461 0 0 25 0 9 0 655889474 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=15192300 CPUtime=4755.16 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 1787594 1255 0 0 475148 368 0 0 25 0 9 0 655889476 15556915200 3772857 33554432000 4194304 4417452 140735218883904 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38148.2
Current children cumulated vsize (KiB) 15192300

[startup+4842.3 s]
/proc/loadavg: 8.10 8.09 8.04 9/400 6388
/proc/meminfo: memFree=8631456/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=15551344 CPUtime=38627.4 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 19310668 1255 0 0 3858568 4171 0 0 18 0 9 0 655888926 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 3887836 3862618 180 55 0 3885722 0
[pid=6219/tid=6226] ppid=6217 vsize=15551344 CPUtime=4835.63 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 1778406 1255 0 0 483225 338 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=15551344 CPUtime=4836.74 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 2369303 1255 0 0 483167 507 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=15551344 CPUtime=4804.06 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 2336371 1255 0 0 479862 544 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=15551344 CPUtime=4835.14 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 4366231 1255 0 0 482434 1080 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=15551344 CPUtime=4823.46 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 2549969 1255 0 0 481792 554 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4309972 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=15551344 CPUtime=4835.12 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 1539263 1255 0 0 483242 270 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=15551344 CPUtime=4836.56 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 2339454 1255 0 0 483195 461 0 0 25 0 9 0 655889474 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4263023 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=15551344 CPUtime=4815.11 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 1927174 1255 0 0 481109 402 0 0 25 0 9 0 655889476 15924576256 3862618 33554432000 4194304 4417452 140735218883904 18446744073709551615 4354469 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38627.4
Current children cumulated vsize (KiB) 15551344

[startup+4902.3 s]
/proc/loadavg: 8.04 8.07 8.03 9/400 6390
/proc/meminfo: memFree=8811744/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=15371392 CPUtime=39106.6 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 19581389 1255 0 0 3906443 4216 0 0 18 0 9 0 655888926 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 3842848 3817630 180 55 0 3840734 0
[pid=6219/tid=6226] ppid=6217 vsize=15371392 CPUtime=4895.63 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 1778406 1255 0 0 489224 339 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=15371392 CPUtime=4896.75 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 2369303 1255 0 0 489168 507 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=15371392 CPUtime=4863.31 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 2336371 1255 0 0 485787 544 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=15371392 CPUtime=4895.15 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 4366231 1255 0 0 488435 1080 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=15371392 CPUtime=4883.46 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 2787922 1255 0 0 487758 588 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=15371392 CPUtime=4895.12 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 1539263 1255 0 0 489242 270 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=15371392 CPUtime=4896.56 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 2372222 1255 0 0 489185 471 0 0 25 0 9 0 655889474 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=15371392 CPUtime=4875.06 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 1927174 1255 0 0 487104 402 0 0 25 0 9 0 655889476 15740305408 3817630 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39106.6
Current children cumulated vsize (KiB) 15371392

[startup+4962.3 s]
/proc/loadavg: 8.01 8.06 8.02 9/400 6391
/proc/meminfo: memFree=8680300/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=15502568 CPUtime=39585.8 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 19614184 1255 0 0 3954349 4227 0 0 18 0 9 0 655888926 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 3875642 3850424 180 55 0 3873528 0
[pid=6219/tid=6226] ppid=6217 vsize=15502568 CPUtime=4955.61 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 1778406 1255 0 0 495222 339 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=15502568 CPUtime=4956.75 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 2369303 1255 0 0 495168 507 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=15502568 CPUtime=4922.54 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 2336371 1255 0 0 491710 544 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=15502568 CPUtime=4955.16 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 4366231 1255 0 0 494435 1081 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=15502568 CPUtime=4943.46 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 2820690 1255 0 0 493748 598 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=15502568 CPUtime=4955.12 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 1539290 1255 0 0 495242 270 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=15502568 CPUtime=4956.56 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 2372222 1255 0 0 495184 472 0 0 25 0 9 0 655889474 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=15502568 CPUtime=4935.02 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 1927174 1255 0 0 493099 403 0 0 25 0 9 0 655889476 15874629632 3850424 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39585.8
Current children cumulated vsize (KiB) 15502568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5014.2 s]
/proc/loadavg: 8.00 8.05 8.02 9/400 6393
/proc/meminfo: memFree=9563724/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=14621500 CPUtime=40000.2 cores=0-7
/proc/6219/stat : 6219 (plingeling) S 6217 6219 6188 0 -1 4202496 19803780 1255 0 0 3995739 4284 0 0 18 0 9 0 655888926 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 3655375 3630157 180 55 0 3653261 0
[pid=6219/tid=6226] ppid=6217 vsize=14621500 CPUtime=5007.48 cores=0-7
/proc/6219/task/6226/stat : 6226 (plingeling) R 6217 6219 6188 0 -1 4202560 1914611 1255 0 0 500370 378 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6219/tid=6227] ppid=6217 vsize=14621500 CPUtime=5008.58 cores=0-7
/proc/6219/task/6227/stat : 6227 (plingeling) R 6217 6219 6188 0 -1 4202560 2422694 1255 0 0 500335 523 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=14621500 CPUtime=4973.78 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4202560 2336371 1255 0 0 496834 544 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6219/tid=6229] ppid=6217 vsize=14621500 CPUtime=5007.07 cores=0-7
/proc/6219/task/6229/stat : 6229 (plingeling) R 6217 6219 6188 0 -1 4202560 4366231 1255 0 0 499626 1081 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6219/tid=6230] ppid=6217 vsize=14621500 CPUtime=4995.38 cores=0-7
/proc/6219/task/6230/stat : 6230 (plingeling) R 6217 6219 6188 0 -1 4202560 2820690 1255 0 0 498940 598 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6219/tid=6231] ppid=6217 vsize=14621500 CPUtime=5007.04 cores=0-7
/proc/6219/task/6231/stat : 6231 (plingeling) R 6217 6219 6188 0 -1 4202560 1539290 1255 0 0 500434 270 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6219/tid=6232] ppid=6217 vsize=14621500 CPUtime=5008.48 cores=0-7
/proc/6219/task/6232/stat : 6232 (plingeling) R 6217 6219 6188 0 -1 4202560 2372222 1255 0 0 500376 472 0 0 25 0 9 0 655889474 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6219/tid=6233] ppid=6217 vsize=14621500 CPUtime=4986.9 cores=0-7
/proc/6219/task/6233/stat : 6233 (plingeling) R 6217 6219 6188 0 -1 4202560 1927174 1255 0 0 498287 403 0 0 25 0 9 0 655889476 14972416000 3630157 33554432000 4194304 4417452 140735218883904 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 14621500

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

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

[startup+5014.6 s]
/proc/loadavg: 8.00 8.05 8.02 9/400 6393
/proc/meminfo: memFree=9563724/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=0 CPUtime=40000.7 cores=0-7
/proc/6219/stat : 6219 (plingeling) Z 6217 6219 6188 0 -1 4203548 19803780 1255 0 0 3995747 4322 0 0 18 0 2 0 655888926 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 0 0 0 0 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=0 CPUtime=4974.17 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4203588 2336371 1255 0 0 496835 582 0 0 25 0 2 0 655889474 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

[startup+5014.7 s]
/proc/loadavg: 8.00 8.05 8.02 9/400 6393
/proc/meminfo: memFree=9563724/32951132 swapFree=67093844/67111528
[pid=6219] ppid=6217 vsize=0 CPUtime=40000.8 cores=0-7
/proc/6219/stat : 6219 (plingeling) Z 6217 6219 6188 0 -1 4203548 19803780 1255 0 0 3995747 4332 0 0 18 0 2 0 655888926 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6219/statm: 0 0 0 0 0 0 0
[pid=6219/tid=6228] ppid=6217 vsize=0 CPUtime=4974.27 cores=0-7
/proc/6219/task/6228/stat : 6228 (plingeling) R 6217 6219 6188 0 -1 4203588 2336371 1255 0 0 496835 592 0 0 25 0 2 0 655889474 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5014.78
CPU time (s): 40000.9
CPU user time (s): 39957.5
CPU system time (s): 43.3954
CPU usage (%): 797.66
Max. virtual memory (cumulated for all children) (KiB): 15552712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39957.5
system time used= 43.3954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19805035
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= 566
involuntary context switches= 193628

runsolver used 17.6323 second user time and 46.238 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 09:01:43
IDJOB=3372851
IDBENCH=84248
IDSOLVER=1851
FILE ID=node128/3372851-1305442902
RUNJOBID= node128-1305442902-6205
PBS_JOBID= 13324832
Free space on /tmp= 73604 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372851-1305442902/watcher-3372851-1305442902 -o /tmp/evaluation-result-3372851-1305442902/solver-3372851-1305442902 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372851-1305442902.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=336318319

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24113024 kB
Buffers:        278612 kB
Cached:        3012980 kB
SwapCached:       1440 kB
Active:        6498580 kB
Inactive:      2048256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24113024 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           15432 kB
Writeback:           0 kB
AnonPages:     5254224 kB
Mapped:          31492 kB
Slab:           187560 kB
PageTables:      37292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100666444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73604 MiB
End job on node128 at 2011-05-15 10:25:19