Trace number 3309285

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) 40000.4 5003.89

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark162.983
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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

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

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


[startup+0 s]
/proc/loadavg: 7.40 7.94 7.96 1/170 15615
/proc/meminfo: memFree=25532960/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=8728 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (plingeling) R 15613 15615 15260 0 -1 4202496 256 1252 0 0 0 0 0 0 23 0 1 0 510873213 8937472 185 33554432000 4194304 4417332 140735295852480 18446744073709551615 218370957056 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15615/statm: 2182 185 137 55 0 68 0

[startup+0.025079 s]
/proc/loadavg: 7.40 7.94 7.96 1/170 15615
/proc/meminfo: memFree=25532960/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=12552 CPUtime=0.01 cores=0-7
/proc/15615/stat : 15615 (plingeling) R 15613 15615 15260 0 -1 4202496 1171 1252 0 0 1 0 0 0 23 0 1 0 510873213 12853248 1101 33554432000 4194304 4417332 140735295852480 18446744073709551615 218370651117 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15615/statm: 3203 1131 148 55 0 1089 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12552

[startup+0.101067 s]
/proc/loadavg: 7.40 7.94 7.96 1/170 15615
/proc/meminfo: memFree=25532960/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=28216 CPUtime=0.09 cores=0-7
/proc/15615/stat : 15615 (plingeling) R 15613 15615 15260 0 -1 4202496 5149 1252 0 0 8 1 0 0 23 0 1 0 510873213 28893184 5078 33554432000 4194304 4417332 140735295852480 18446744073709551615 218370575958 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15615/statm: 7054 5078 148 55 0 4940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28216

[startup+0.301029 s]
/proc/loadavg: 7.40 7.94 7.96 1/170 15615
/proc/meminfo: memFree=25532960/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=63716 CPUtime=0.29 cores=0-7
/proc/15615/stat : 15615 (plingeling) R 15613 15615 15260 0 -1 4202496 14024 1252 0 0 27 2 0 0 24 0 1 0 510873213 65245184 13953 33554432000 4194304 4417332 140735295852480 18446744073709551615 4264994 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15615/statm: 15929 13953 148 55 0 13815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63716

[startup+1.29382 s]
/proc/loadavg: 7.40 7.94 7.96 1/170 15615
/proc/meminfo: memFree=25532960/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=281236 CPUtime=8.05 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 38208 1252 0 0 800 5 0 0 18 0 9 0 510873213 287985664 16740 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 70309 16740 177 55 0 68195 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 281236

[startup+1.50078 s]
/proc/loadavg: 7.40 7.94 7.96 1/170 15615
/proc/meminfo: memFree=25532960/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=286896 CPUtime=9.71 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 42925 1252 0 0 965 6 0 0 18 0 9 0 510873213 293781504 18135 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 71724 18135 177 55 0 69610 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 286896

[startup+3.10049 s]
/proc/loadavg: 7.40 7.94 7.96 9/179 15629
/proc/meminfo: memFree=25432944/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=311904 CPUtime=22.49 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 53504 1252 0 0 2242 7 0 0 18 0 9 0 510873213 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 77976 25028 181 55 0 75862 0
[pid=15615/tid=15622] ppid=15613 vsize=311904 CPUtime=2.76 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 5531 1252 0 0 276 0 0 0 23 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4253228 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=311904 CPUtime=2.75 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 5116 1252 0 0 275 0 0 0 23 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4253344 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=311904 CPUtime=2.76 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 6938 1252 0 0 276 0 0 0 23 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=311904 CPUtime=2.77 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1373 1252 0 0 277 0 0 0 25 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=311904 CPUtime=2.77 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 2883 1252 0 0 277 0 0 0 23 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4253206 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=311904 CPUtime=2.77 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 3679 1252 0 0 277 0 0 0 25 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4252601 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=311904 CPUtime=2.74 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 4351 1252 0 0 274 0 0 0 23 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=311904 CPUtime=2.77 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 9592 1252 0 0 276 1 0 0 23 0 9 0 510873245 319389696 25028 33554432000 4194304 4417332 140735295852480 18446744073709551615 4252336 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 311904

[startup+6.30093 s]
/proc/loadavg: 7.45 7.94 7.96 9/179 15629
/proc/meminfo: memFree=25409756/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=336804 CPUtime=48.08 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 62016 1252 0 0 4799 9 0 0 18 0 9 0 510873213 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 84201 31253 181 55 0 82087 0
[pid=15615/tid=15622] ppid=15613 vsize=336804 CPUtime=5.96 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 6555 1252 0 0 596 0 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364289 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=336804 CPUtime=5.95 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 5268 1252 0 0 595 0 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=336804 CPUtime=5.96 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 7750 1252 0 0 596 0 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=336804 CPUtime=5.97 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 5773 1252 0 0 596 1 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4250786 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=336804 CPUtime=5.97 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 2883 1252 0 0 597 0 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=336804 CPUtime=5.97 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 4703 1252 0 0 597 0 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=336804 CPUtime=5.93 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 4761 1252 0 0 593 0 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=336804 CPUtime=5.97 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 10282 1252 0 0 596 1 0 0 25 0 9 0 510873245 344887296 31253 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.08
Current children cumulated vsize (KiB) 336804

[startup+12.7008 s]
/proc/loadavg: 7.49 7.94 7.96 9/179 15629
/proc/meminfo: memFree=25370968/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=373608 CPUtime=99.28 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 74335 1252 0 0 9917 11 0 0 18 0 9 0 510873213 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 93402 40454 181 55 0 91288 0
[pid=15615/tid=15622] ppid=15613 vsize=373608 CPUtime=12.36 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 6981 1252 0 0 1236 0 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=373608 CPUtime=12.36 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 6166 1252 0 0 1236 0 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4357926 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=373608 CPUtime=12.37 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 9723 1252 0 0 1236 1 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=373608 CPUtime=12.37 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 9359 1252 0 0 1236 1 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=373608 CPUtime=12.37 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 3395 1252 0 0 1237 0 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=373608 CPUtime=12.37 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 5696 1252 0 0 1237 0 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=373608 CPUtime=12.3 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 6077 1252 0 0 1230 0 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4250697 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=373608 CPUtime=12.38 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 12897 1252 0 0 1236 2 0 0 25 0 9 0 510873245 382574592 40454 33554432000 4194304 4417332 140735295852480 18446744073709551615 4353645 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.28
Current children cumulated vsize (KiB) 373608

[startup+25.5005 s]
/proc/loadavg: 7.61 7.94 7.96 9/179 15629
/proc/meminfo: memFree=25338156/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=420492 CPUtime=201.57 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 116425 1252 0 0 20139 18 0 0 18 0 9 0 510873213 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 105123 51405 181 55 0 103009 0
[pid=15615/tid=15622] ppid=15613 vsize=420492 CPUtime=25.16 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 11564 1252 0 0 2515 1 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=420492 CPUtime=25.15 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 10423 1252 0 0 2514 1 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=420492 CPUtime=25.16 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 11095 1252 0 0 2515 1 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=420492 CPUtime=25.17 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 11488 1252 0 0 2515 2 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=420492 CPUtime=25.17 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 9194 1252 0 0 2516 1 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=420492 CPUtime=25.16 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 17184 1252 0 0 2515 1 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=420492 CPUtime=25.03 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 15309 1252 0 0 2501 2 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4305912 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=420492 CPUtime=25.16 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 16127 1252 0 0 2514 2 0 0 25 0 9 0 510873245 430583808 51405 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.57
Current children cumulated vsize (KiB) 420492

[startup+51.101 s]
/proc/loadavg: 7.74 7.95 7.96 9/179 15630
/proc/meminfo: memFree=25290552/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=468520 CPUtime=406.23 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 186494 1252 0 0 40594 29 0 0 18 0 9 0 510873213 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 117130 63418 181 55 0 115016 0
[pid=15615/tid=15622] ppid=15613 vsize=468520 CPUtime=50.76 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 16468 1252 0 0 5074 2 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=468520 CPUtime=50.75 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 19920 1252 0 0 5072 3 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=468520 CPUtime=50.77 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 17311 1252 0 0 5075 2 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=468520 CPUtime=50.77 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 12000 1252 0 0 5075 2 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=468520 CPUtime=50.77 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 28544 1252 0 0 5073 4 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=468520 CPUtime=50.76 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 33322 1252 0 0 5073 3 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4358652 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=468520 CPUtime=50.49 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 24121 1252 0 0 5046 3 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=468520 CPUtime=50.76 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 20767 1252 0 0 5073 3 0 0 25 0 9 0 510873245 479764480 63418 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.23
Current children cumulated vsize (KiB) 468520

[startup+102.301 s]
/proc/loadavg: 7.89 7.95 7.96 9/179 15631

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

/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1280248 1252 0 0 471927 212 0 0 25 0 9 0 510873245 1879408640 405384 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1835360 CPUtime=4722.07 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 858170 1252 0 0 472060 147 0 0 25 0 9 0 510873245 1879408640 405384 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1835360 CPUtime=4721.6 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1485034 1252 0 0 471900 260 0 0 25 0 9 0 510873245 1879408640 405384 33554432000 4194304 4417332 140735295852480 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1835360 CPUtime=4706.1 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 810105 1252 0 0 470460 150 0 0 25 0 9 0 510873245 1879408640 405384 33554432000 4194304 4417332 140735295852480 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1835360 CPUtime=4722.05 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 544394 1252 0 0 472122 83 0 0 25 0 9 0 510873245 1879408640 405384 33554432000 4194304 4417332 140735295852480 18446744073709551615 4366185 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37749.7
Current children cumulated vsize (KiB) 1835360

[startup+4782.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/179 15768
/proc/meminfo: memFree=24275084/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=1470732 CPUtime=38229.4 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 7476898 1252 0 0 3821661 1282 0 0 18 0 9 0 510873213 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 367683 314227 181 55 0 365569 0
[pid=15615/tid=15622] ppid=15613 vsize=1470732 CPUtime=4772.02 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 728136 1252 0 0 477080 122 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=1470732 CPUtime=4781.89 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 847828 1252 0 0 478047 142 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=1470732 CPUtime=4781.89 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 838763 1252 0 0 478042 147 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=1470732 CPUtime=4781.39 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1287727 1252 0 0 477926 213 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1470732 CPUtime=4782.08 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 858170 1252 0 0 478061 147 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1470732 CPUtime=4781.6 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1507059 1252 0 0 477896 264 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1470732 CPUtime=4766.1 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 825841 1252 0 0 476456 154 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1470732 CPUtime=4782.06 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 569333 1252 0 0 478120 86 0 0 25 0 9 0 510873245 1506029568 314227 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38229.4
Current children cumulated vsize (KiB) 1470732

[startup+4842.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/179 15770
/proc/meminfo: memFree=23863008/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=1883028 CPUtime=38709.1 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 7661036 1252 0 0 3869594 1312 0 0 18 0 9 0 510873213 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 470757 417301 181 55 0 468643 0
[pid=15615/tid=15622] ppid=15613 vsize=1883028 CPUtime=4831.7 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 741192 1252 0 0 483043 127 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=1883028 CPUtime=4841.89 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 856685 1252 0 0 484046 143 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=1883028 CPUtime=4841.86 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 899504 1252 0 0 484033 153 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=1883028 CPUtime=4841.38 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1316860 1252 0 0 483920 218 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1883028 CPUtime=4842.08 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 874328 1252 0 0 484059 149 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1883028 CPUtime=4841.59 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1523985 1252 0 0 483891 268 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1883028 CPUtime=4826.11 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 852564 1252 0 0 482450 161 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4354188 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1883028 CPUtime=4842.05 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 581877 1252 0 0 484118 87 0 0 25 0 9 0 510873245 1928220672 417301 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38709.1
Current children cumulated vsize (KiB) 1883028

[startup+4902.31 s]
/proc/loadavg: 8.07 8.08 8.01 9/179 15771
/proc/meminfo: memFree=23779768/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=1965716 CPUtime=39188.8 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 7790512 1252 0 0 3917544 1333 0 0 18 0 9 0 510873213 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 491429 437973 181 55 0 489315 0
[pid=15615/tid=15622] ppid=15613 vsize=1965716 CPUtime=4891.38 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 755568 1252 0 0 489008 130 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=1965716 CPUtime=4901.9 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 864188 1252 0 0 490046 144 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=1965716 CPUtime=4901.87 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 944997 1252 0 0 490028 159 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=1965716 CPUtime=4901.39 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1331322 1252 0 0 489918 221 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1965716 CPUtime=4902.08 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 878019 1252 0 0 490058 150 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1965716 CPUtime=4901.59 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1543314 1252 0 0 489889 270 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1965716 CPUtime=4886.11 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 861292 1252 0 0 488449 162 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1965716 CPUtime=4902.06 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 597771 1252 0 0 490115 91 0 0 25 0 9 0 510873245 2012893184 437973 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39188.8
Current children cumulated vsize (KiB) 1965716

[startup+4962.3 s]
/proc/loadavg: 8.07 8.08 8.01 9/179 15773
/proc/meminfo: memFree=23887988/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=1857432 CPUtime=39668.4 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 7925018 1252 0 0 3965485 1356 0 0 18 0 9 0 510873213 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 464358 410902 181 55 0 462244 0
[pid=15615/tid=15622] ppid=15613 vsize=1857432 CPUtime=4951.05 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 772976 1252 0 0 494973 132 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=1857432 CPUtime=4961.89 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 876719 1252 0 0 496044 145 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=1857432 CPUtime=4961.86 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 972676 1252 0 0 496023 163 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=1857432 CPUtime=4961.39 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1349889 1252 0 0 495914 225 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1857432 CPUtime=4962.08 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 882649 1252 0 0 496057 151 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1857432 CPUtime=4961.58 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1552970 1252 0 0 495885 273 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1857432 CPUtime=4946.11 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 896491 1252 0 0 494443 168 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1857432 CPUtime=4962.05 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 606607 1252 0 0 496113 92 0 0 25 0 9 0 510873245 1902010368 410902 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39668.4
Current children cumulated vsize (KiB) 1857432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.8 s]
/proc/loadavg: 8.03 8.07 8.01 9/179 15774
/proc/meminfo: memFree=24044816/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=1701160 CPUtime=40000.2 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 7975476 1252 0 0 3998658 1364 0 0 18 0 9 0 510873213 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 425290 371834 181 55 0 423176 0
[pid=15615/tid=15622] ppid=15613 vsize=1701160 CPUtime=4992.48 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 772976 1252 0 0 499116 132 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=1701160 CPUtime=5003.4 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 881162 1252 0 0 500194 146 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=1701160 CPUtime=5003.38 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 982331 1252 0 0 500173 165 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=1701160 CPUtime=5002.9 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1378857 1252 0 0 500060 230 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1701160 CPUtime=5003.42 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 885972 1252 0 0 500191 151 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236759 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1701160 CPUtime=5003.09 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1556884 1252 0 0 500035 274 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1701160 CPUtime=4987.61 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 896491 1252 0 0 498593 168 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1701160 CPUtime=5003.56 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 606762 1252 0 0 500264 92 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 1701160

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

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

[startup+5003.8 s]
/proc/loadavg: 8.03 8.07 8.01 9/179 15774
/proc/meminfo: memFree=24044816/32951124 swapFree=67051468/67111528
[pid=15615] ppid=15613 vsize=1701160 CPUtime=40000.2 cores=0-7
/proc/15615/stat : 15615 (plingeling) S 15613 15615 15260 0 -1 4202496 7975476 1252 0 0 3998658 1364 0 0 18 0 9 0 510873213 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15615/statm: 425290 371834 181 55 0 423176 0
[pid=15615/tid=15622] ppid=15613 vsize=1701160 CPUtime=4992.48 cores=0-7
/proc/15615/task/15622/stat : 15622 (plingeling) R 15613 15615 15260 0 -1 4202560 772976 1252 0 0 499116 132 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15615/tid=15623] ppid=15613 vsize=1701160 CPUtime=5003.4 cores=0-7
/proc/15615/task/15623/stat : 15623 (plingeling) R 15613 15615 15260 0 -1 4202560 881162 1252 0 0 500194 146 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15615/tid=15624] ppid=15613 vsize=1701160 CPUtime=5003.38 cores=0-7
/proc/15615/task/15624/stat : 15624 (plingeling) R 15613 15615 15260 0 -1 4202560 982331 1252 0 0 500173 165 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15615/tid=15625] ppid=15613 vsize=1701160 CPUtime=5002.9 cores=0-7
/proc/15615/task/15625/stat : 15625 (plingeling) R 15613 15615 15260 0 -1 4202560 1378857 1252 0 0 500060 230 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15615/tid=15626] ppid=15613 vsize=1701160 CPUtime=5003.42 cores=0-7
/proc/15615/task/15626/stat : 15626 (plingeling) R 15613 15615 15260 0 -1 4202560 885972 1252 0 0 500191 151 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236759 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15615/tid=15627] ppid=15613 vsize=1701160 CPUtime=5003.09 cores=0-7
/proc/15615/task/15627/stat : 15627 (plingeling) R 15613 15615 15260 0 -1 4202560 1556884 1252 0 0 500035 274 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15615/tid=15628] ppid=15613 vsize=1701160 CPUtime=4987.61 cores=0-7
/proc/15615/task/15628/stat : 15628 (plingeling) R 15613 15615 15260 0 -1 4202560 896491 1252 0 0 498593 168 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15615/tid=15629] ppid=15613 vsize=1701160 CPUtime=5003.56 cores=0-7
/proc/15615/task/15629/stat : 15629 (plingeling) R 15613 15615 15260 0 -1 4202560 606762 1252 0 0 500264 92 0 0 25 0 9 0 510873245 1741987840 371834 33554432000 4194304 4417332 140735295852480 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 1701160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5003.89
CPU time (s): 40000.4
CPU user time (s): 39986.6
CPU system time (s): 13.7219
CPU usage (%): 799.386
Max. virtual memory (cumulated for all children) (KiB): 2213016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39986.6
system time used= 13.7219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7976728
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= 513
involuntary context switches= 192049

runsolver used 7.79282 second user time and 19.3881 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 14:11:45
IDJOB=3309285
IDBENCH=20529
IDSOLVER=1695
FILE ID=node101/3309285-1303992704
RUNJOBID= node101-1303987385-15274
PBS_JOBID= 13168773
Free space on /tmp= 72020 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309285-1303992704/watcher-3309285-1303992704 -o /tmp/evaluation-result-3309285-1303992704/solver-3309285-1303992704 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309285-1303992704.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=1400719852

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25533116 kB
Buffers:       1993496 kB
Cached:        4946156 kB
SwapCached:      30452 kB
Active:        2750708 kB
Inactive:      4222968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25533116 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:       26116 kB
Mapped:           8740 kB
Slab:           378268 kB
PageTables:       4448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185052 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= 72020 MiB
End job on node101 at 2011-04-28 15:35:10