Trace number 3372683

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.8 5007.57

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3372683-1305440486/watcher-3372683-1305440486 -o /tmp/evaluation-result-3372683-1305440486/solver-3372683-1305440486 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372683-1305440486.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: 6.98 7.83 7.77 2/332 23206
/proc/meminfo: memFree=17539796/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=18712 CPUtime=0 cores=0-7
/proc/23206/stat : 23206 (plingeling) R 23204 23206 22922 0 -1 4202496 2735 1260 0 0 0 0 0 0 24 0 1 0 655646557 19161088 2665 33554432000 4194304 4417452 140733628117136 18446744073709551615 228244042733 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23206/statm: 4678 2665 144 55 0 2564 0

[startup+0.0487959 s]
/proc/loadavg: 6.98 7.83 7.77 2/332 23206
/proc/meminfo: memFree=17539796/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=27992 CPUtime=0.03 cores=0-7
/proc/23206/stat : 23206 (plingeling) R 23204 23206 22922 0 -1 4202496 5124 1260 0 0 3 0 0 0 24 0 1 0 655646557 28663808 5022 33554432000 4194304 4417452 140733628117136 18446744073709551615 228243967553 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23206/statm: 6998 5022 149 55 0 4884 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27992

[startup+0.100785 s]
/proc/loadavg: 6.98 7.83 7.77 2/332 23206
/proc/meminfo: memFree=17539796/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=34136 CPUtime=0.08 cores=0-7
/proc/23206/stat : 23206 (plingeling) R 23204 23206 22922 0 -1 4202496 6660 1260 0 0 8 0 0 0 24 0 1 0 655646557 34955264 6558 33554432000 4194304 4417452 140733628117136 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23206/statm: 8534 6558 149 55 0 6420 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34136

[startup+0.300751 s]
/proc/loadavg: 6.98 7.83 7.77 2/332 23206
/proc/meminfo: memFree=17539796/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=64660 CPUtime=0.29 cores=0-7
/proc/23206/stat : 23206 (plingeling) R 23204 23206 22922 0 -1 4202496 14291 1260 0 0 27 2 0 0 25 0 1 0 655646557 66211840 14189 33554432000 4194304 4417452 140733628117136 18446744073709551615 4231277 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23206/statm: 16165 14189 149 55 0 14051 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64660

[startup+0.700649 s]
/proc/loadavg: 6.98 7.83 7.77 2/332 23206
/proc/meminfo: memFree=17539796/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=234016 CPUtime=2.66 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 32357 1260 0 0 262 4 0 0 25 0 9 0 655646557 239632384 21421 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 58504 21421 175 55 0 56390 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 234016

[startup+1.50051 s]
/proc/loadavg: 7.06 7.83 7.77 9/341 23220
/proc/meminfo: memFree=17448344/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=227068 CPUtime=9.05 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 44124 1260 0 0 900 5 0 0 25 0 9 0 655646557 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 56767 22258 175 55 0 54653 0
[pid=23206/tid=23213] ppid=23204 vsize=227068 CPUtime=1.08 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 1360 1260 0 0 108 0 0 0 19 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4284434 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=227068 CPUtime=1.08 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 5041 1260 0 0 108 0 0 0 25 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4284266 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=227068 CPUtime=1.07 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 5839 1260 0 0 107 0 0 0 25 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=227068 CPUtime=1.08 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 821 1260 0 0 108 0 0 0 25 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=227068 CPUtime=1.07 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 3505 1260 0 0 107 0 0 0 25 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=227068 CPUtime=1.07 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 1784 1260 0 0 107 0 0 0 25 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4288920 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=227068 CPUtime=1.07 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 1295 1260 0 0 107 0 0 0 19 0 9 0 655646598 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4285006 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=227068 CPUtime=1.05 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 6028 1260 0 0 105 0 0 0 25 0 9 0 655646599 232517632 22258 33554432000 4194304 4417452 140733628117136 18446744073709551615 4286278 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 227068

[startup+3.10123 s]
/proc/loadavg: 7.06 7.83 7.77 9/341 23220
/proc/meminfo: memFree=17447228/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=231724 CPUtime=21.85 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 57952 1260 0 0 2177 8 0 0 25 0 9 0 655646557 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 57931 22428 180 55 0 55817 0
[pid=23206/tid=23213] ppid=23204 vsize=231724 CPUtime=2.68 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 2803 1260 0 0 268 0 0 0 23 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4330505 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=231724 CPUtime=2.68 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 7754 1260 0 0 267 1 0 0 25 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4253222 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=231724 CPUtime=2.68 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 8634 1260 0 0 267 1 0 0 25 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4378108 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=231724 CPUtime=2.68 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 821 1260 0 0 268 0 0 0 25 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=231724 CPUtime=2.67 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 4461 1260 0 0 267 0 0 0 25 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4272008 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=231724 CPUtime=2.67 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 3151 1260 0 0 267 0 0 0 25 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4302206 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=231724 CPUtime=2.67 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 2215 1260 0 0 267 0 0 0 22 0 9 0 655646598 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=231724 CPUtime=2.64 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 9662 1260 0 0 263 1 0 0 25 0 9 0 655646599 237285376 22428 33554432000 4194304 4417452 140733628117136 18446744073709551615 4320482 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (KiB) 231724

[startup+6.30066 s]
/proc/loadavg: 7.06 7.83 7.77 9/341 23221
/proc/meminfo: memFree=17428752/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=252152 CPUtime=47.41 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 63616 1260 0 0 4732 9 0 0 25 0 9 0 655646557 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 63038 28065 180 55 0 60924 0
[pid=23206/tid=23213] ppid=23204 vsize=252152 CPUtime=5.88 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 4359 1260 0 0 588 0 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=252152 CPUtime=5.88 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 8346 1260 0 0 587 1 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4252531 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=252152 CPUtime=5.88 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 9018 1260 0 0 587 1 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=252152 CPUtime=5.88 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 821 1260 0 0 588 0 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=252152 CPUtime=5.87 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 5565 1260 0 0 587 0 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=252152 CPUtime=5.87 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 3965 1260 0 0 587 0 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4336272 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=252152 CPUtime=5.87 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 2215 1260 0 0 587 0 0 0 25 0 9 0 655646598 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4264876 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=252152 CPUtime=5.8 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 10876 1260 0 0 579 1 0 0 25 0 9 0 655646599 258203648 28065 33554432000 4194304 4417452 140733628117136 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.41
Current children cumulated vsize (KiB) 252152

[startup+12.7005 s]
/proc/loadavg: 7.28 7.85 7.78 9/341 23221
/proc/meminfo: memFree=17428064/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=249732 CPUtime=98.53 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 65214 1260 0 0 9844 9 0 0 25 0 9 0 655646557 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 62433 27460 180 55 0 60319 0
[pid=23206/tid=23213] ppid=23204 vsize=249732 CPUtime=12.28 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 4366 1260 0 0 1228 0 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=249732 CPUtime=12.28 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 8354 1260 0 0 1227 1 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=249732 CPUtime=12.28 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 9033 1260 0 0 1227 1 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=249732 CPUtime=12.28 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 821 1260 0 0 1228 0 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=249732 CPUtime=12.26 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 6085 1260 0 0 1226 0 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=249732 CPUtime=12.27 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 4477 1260 0 0 1227 0 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4211465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=249732 CPUtime=12.27 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 2231 1260 0 0 1227 0 0 0 25 0 9 0 655646598 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=249732 CPUtime=12.13 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 11396 1260 0 0 1212 1 0 0 25 0 9 0 655646599 255725568 27460 33554432000 4194304 4417452 140733628117136 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.53
Current children cumulated vsize (KiB) 249732

[startup+25.5013 s]
/proc/loadavg: 7.39 7.85 7.78 9/341 23221
/proc/meminfo: memFree=17408640/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=277912 CPUtime=200.79 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 77160 1260 0 0 20068 11 0 0 25 0 9 0 655646557 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 69478 34517 180 55 0 67364 0
[pid=23206/tid=23213] ppid=23204 vsize=277912 CPUtime=25.08 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 5464 1260 0 0 2508 0 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=277912 CPUtime=25.08 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 9904 1260 0 0 2507 1 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=277912 CPUtime=25.08 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 10083 1260 0 0 2507 1 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=277912 CPUtime=25.08 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 821 1260 0 0 2508 0 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=277912 CPUtime=25.07 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 7634 1260 0 0 2506 1 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=277912 CPUtime=25.07 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 5143 1260 0 0 2507 0 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=277912 CPUtime=25.07 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 4127 1260 0 0 2507 0 0 0 25 0 9 0 655646598 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=277912 CPUtime=24.79 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 15533 1260 0 0 2477 2 0 0 25 0 9 0 655646599 284581888 34517 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 200.79
Current children cumulated vsize (KiB) 277912

[startup+51.1008 s]
/proc/loadavg: 7.66 7.88 7.79 9/341 23222
/proc/meminfo: memFree=17346436/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=339336 CPUtime=405.31 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 121723 1260 0 0 40513 18 0 0 25 0 9 0 655646557 347480064 49393 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 84834 49393 180 55 0 82720 0
[pid=23206/tid=23213] ppid=23204 vsize=339336 CPUtime=50.68 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 11184 1260 0 0 5067 1 0 0 25 0 9 0 655646598 347480064 49393 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=339336 CPUtime=50.67 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 17672 1260 0 0 5065 2 0 0 25 0 9 0 655646598 347480064 49393 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=339336 CPUtime=50.68 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.00 8.02 8.00 9/341 23358
/proc/meminfo: memFree=14236808/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=3440292 CPUtime=37723 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 5444538 1260 0 0 3771277 1021 0 0 25 0 9 0 655646557 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 860073 824632 180 55 0 857959 0
[pid=23206/tid=23213] ppid=23204 vsize=3440292 CPUtime=4721.98 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 638514 1260 0 0 472078 120 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=3440292 CPUtime=4721.99 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 746860 1260 0 0 472070 129 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=3440292 CPUtime=4721.32 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 721751 1260 0 0 471992 140 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=3440292 CPUtime=4721.99 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 548077 1260 0 0 472112 87 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=3440292 CPUtime=4720.97 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 641004 1260 0 0 471968 129 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=3440292 CPUtime=4721.78 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 729999 1260 0 0 472029 149 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=3440292 CPUtime=4721.98 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 711970 1260 0 0 472075 123 0 0 25 0 9 0 655646598 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=3440292 CPUtime=4670.47 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 687912 1260 0 0 466911 136 0 0 25 0 9 0 655646599 3522859008 824632 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37723
Current children cumulated vsize (KiB) 3440292

[startup+4782.3 s]
/proc/loadavg: 8.00 8.01 8.00 10/341 23360
/proc/meminfo: memFree=14249448/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=3427836 CPUtime=38202.2 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 5451267 1260 0 0 3819200 1021 0 0 25 0 9 0 655646557 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 856959 821518 180 55 0 854845 0
[pid=23206/tid=23213] ppid=23204 vsize=3427836 CPUtime=4781.97 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 638514 1260 0 0 478077 120 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365062 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=3427836 CPUtime=4781.98 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 746860 1260 0 0 478069 129 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=3427836 CPUtime=4781.3 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 721751 1260 0 0 477990 140 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=3427836 CPUtime=4781.98 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 554806 1260 0 0 478110 88 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=3427836 CPUtime=4780.94 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 641004 1260 0 0 477965 129 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=3427836 CPUtime=4781.77 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 729999 1260 0 0 478028 149 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=3427836 CPUtime=4781.97 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 711970 1260 0 0 478074 123 0 0 25 0 9 0 655646598 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=3427836 CPUtime=4729.81 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 687912 1260 0 0 472845 136 0 0 25 0 9 0 655646599 3510104064 821518 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38202.2
Current children cumulated vsize (KiB) 3427836

[startup+4842.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/341 23362
/proc/meminfo: memFree=14398360/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=3279552 CPUtime=38681.6 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 5476038 1260 0 0 3867131 1025 0 0 25 0 9 0 655646557 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 819888 784447 180 55 0 817774 0
[pid=23206/tid=23213] ppid=23204 vsize=3279552 CPUtime=4841.97 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 638514 1260 0 0 484077 120 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=3279552 CPUtime=4841.99 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 746860 1260 0 0 484069 130 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=3279552 CPUtime=4841.31 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 721751 1260 0 0 483991 140 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=3279552 CPUtime=4841.98 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 558060 1260 0 0 484110 88 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4322039 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=3279552 CPUtime=4840.93 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 662521 1260 0 0 483961 132 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=3279552 CPUtime=4841.77 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 729999 1260 0 0 484028 149 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=3279552 CPUtime=4841.97 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 711970 1260 0 0 484074 123 0 0 25 0 9 0 655646598 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=3279552 CPUtime=4789.15 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 687912 1260 0 0 478779 136 0 0 25 0 9 0 655646599 3358261248 784447 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38681.6
Current children cumulated vsize (KiB) 3279552

[startup+4902.3 s]
/proc/loadavg: 8.05 8.02 8.00 9/341 23363
/proc/meminfo: memFree=14512308/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=3166644 CPUtime=39160.9 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 5529597 1260 0 0 3915057 1034 0 0 25 0 9 0 655646557 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 791661 756220 180 55 0 789547 0
[pid=23206/tid=23213] ppid=23204 vsize=3166644 CPUtime=4901.97 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 638514 1260 0 0 490077 120 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=3166644 CPUtime=4901.99 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 746860 1260 0 0 490069 130 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=3166644 CPUtime=4901.31 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 721751 1260 0 0 489991 140 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=3166644 CPUtime=4901.98 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 566865 1260 0 0 490109 89 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=3166644 CPUtime=4900.94 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 680070 1260 0 0 489959 135 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=3166644 CPUtime=4901.76 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 729999 1260 0 0 490027 149 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=3166644 CPUtime=4901.97 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 711970 1260 0 0 490074 123 0 0 25 0 9 0 655646598 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=3166644 CPUtime=4848.51 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 715117 1260 0 0 484710 141 0 0 25 0 9 0 655646599 3242643456 756220 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39160.9
Current children cumulated vsize (KiB) 3166644

[startup+4962.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/341 23365
/proc/meminfo: memFree=14229952/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=3448124 CPUtime=39640.2 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 5616771 1260 0 0 3962975 1050 0 0 25 0 9 0 655646557 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 862031 826590 180 55 0 859917 0
[pid=23206/tid=23213] ppid=23204 vsize=3448124 CPUtime=4961.97 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 638514 1260 0 0 496077 120 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=3448124 CPUtime=4961.99 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 746860 1260 0 0 496069 130 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4366227 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=3448124 CPUtime=4961.31 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 754519 1260 0 0 495981 150 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=3448124 CPUtime=4961.99 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 570208 1260 0 0 496109 90 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=3448124 CPUtime=4960.92 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 714749 1260 0 0 495953 139 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=3448124 CPUtime=4961.76 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 729999 1260 0 0 496027 149 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=3448124 CPUtime=4961.98 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 711970 1260 0 0 496075 123 0 0 25 0 9 0 655646598 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=3448124 CPUtime=4907.84 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 731501 1260 0 0 490642 142 0 0 25 0 9 0 655646599 3530878976 826590 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39640.2
Current children cumulated vsize (KiB) 3448124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.4 s]
/proc/loadavg: 8.09 8.04 8.00 9/341 23366
/proc/meminfo: memFree=14112024/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=3566128 CPUtime=40000.6 cores=0-7
/proc/23206/stat : 23206 (plingeling) S 23204 23206 22922 0 -1 4202496 5656594 1260 0 0 3999007 1054 0 0 25 0 9 0 655646557 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 891532 856091 180 55 0 889418 0
[pid=23206/tid=23213] ppid=23204 vsize=3566128 CPUtime=5007.08 cores=0-7
/proc/23206/task/23213/stat : 23213 (plingeling) R 23204 23206 22922 0 -1 4202560 638514 1260 0 0 500588 120 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23206/tid=23214] ppid=23204 vsize=3566128 CPUtime=5007.1 cores=0-7
/proc/23206/task/23214/stat : 23214 (plingeling) R 23204 23206 22922 0 -1 4202560 746860 1260 0 0 500580 130 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23206/tid=23215] ppid=23204 vsize=3566128 CPUtime=5006.42 cores=0-7
/proc/23206/task/23215/stat : 23215 (plingeling) R 23204 23206 22922 0 -1 4202560 754519 1260 0 0 500492 150 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23206/tid=23216] ppid=23204 vsize=3566128 CPUtime=5007.1 cores=0-7
/proc/23206/task/23216/stat : 23216 (plingeling) R 23204 23206 22922 0 -1 4202560 577263 1260 0 0 500619 91 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23206/tid=23217] ppid=23204 vsize=3566128 CPUtime=5006.02 cores=0-7
/proc/23206/task/23217/stat : 23217 (plingeling) R 23204 23206 22922 0 -1 4202560 714749 1260 0 0 500463 139 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23206/tid=23218] ppid=23204 vsize=3566128 CPUtime=5006.88 cores=0-7
/proc/23206/task/23218/stat : 23218 (plingeling) R 23204 23206 22922 0 -1 4202560 762767 1260 0 0 500535 153 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23206/tid=23219] ppid=23204 vsize=3566128 CPUtime=5007.09 cores=0-7
/proc/23206/task/23219/stat : 23219 (plingeling) R 23204 23206 22922 0 -1 4202560 711970 1260 0 0 500586 123 0 0 25 0 9 0 655646598 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=3566128 CPUtime=4952.45 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4202560 731501 1260 0 0 495103 142 0 0 25 0 9 0 655646599 3651715072 856091 33554432000 4194304 4417452 140733628117136 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 3566128

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

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

[startup+5007.52 s]
/proc/loadavg: 8.09 8.04 8.00 9/341 23366
/proc/meminfo: memFree=14112024/32951124 swapFree=67082152/67111528
[pid=23206] ppid=23204 vsize=0 CPUtime=40000.8 cores=0-7
/proc/23206/stat : 23206 (plingeling) Z 23204 23206 22922 0 -1 4203548 5656594 1260 0 0 3999014 1064 0 0 18 0 2 0 655646557 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/23206/statm: 0 0 0 0 0 0 0
[pid=23206/tid=23220] ppid=23204 vsize=0 CPUtime=4952.56 cores=0-7
/proc/23206/task/23220/stat : 23220 (plingeling) R 23204 23206 22922 0 -1 4203588 731501 1260 0 0 495104 152 0 0 25 0 2 0 655646599 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 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): 5007.57
CPU time (s): 40000.8
CPU user time (s): 39990.1
CPU system time (s): 10.6994
CPU usage (%): 798.807
Max. virtual memory (cumulated for all children) (KiB): 3709308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39990.1
system time used= 10.6994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5657854
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= 267
involuntary context switches= 192658

runsolver used 15.0707 second user time and 39.574 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 08:21:26
IDJOB=3372683
IDBENCH=83115
IDSOLVER=1851
FILE ID=node136/3372683-1305440486
RUNJOBID= node136-1305437259-22936
PBS_JOBID= 13324766
Free space on /tmp= 73060 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372683-1305440486/watcher-3372683-1305440486 -o /tmp/evaluation-result-3372683-1305440486/solver-3372683-1305440486 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372683-1305440486.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1655609771

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17540324 kB
Buffers:        305488 kB
Cached:        5647020 kB
SwapCached:       2740 kB
Active:       10557264 kB
Inactive:      4511560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17540324 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            2808 kB
Writeback:           0 kB
AnonPages:     9114616 kB
Mapped:          27256 kB
Slab:           235204 kB
PageTables:      39464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69859812 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= 73060 MiB
End job on node136 at 2011-05-15 09:44:55