Trace number 3372686

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) 40001.1 5007.17

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.525
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3372686-1305440510/watcher-3372686-1305440510 -o /tmp/evaluation-result-3372686-1305440510/solver-3372686-1305440510 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372686-1305440510.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.45 7.92 7.96 2/300 30297
/proc/meminfo: memFree=17991024/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=21820 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (plingeling) R 30295 30297 30072 0 -1 4202496 3442 1252 0 0 0 0 0 0 25 0 1 0 655650650 22343680 3373 33554432000 4194304 4417452 140734399003904 18446744073709551615 274473661533 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30297/statm: 5455 3387 141 55 0 3341 0

[startup+0.0302159 s]
/proc/loadavg: 7.45 7.92 7.96 2/300 30297
/proc/meminfo: memFree=17991024/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=31764 CPUtime=0.02 cores=0-7
/proc/30297/stat : 30297 (plingeling) R 30295 30297 30072 0 -1 4202496 6012 1252 0 0 2 0 0 0 25 0 1 0 655650650 32526336 5942 33554432000 4194304 4417452 140734399003904 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30297/statm: 7941 5942 149 55 0 5827 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31764

[startup+0.100204 s]
/proc/loadavg: 7.45 7.92 7.96 2/300 30297
/proc/meminfo: memFree=17991024/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=50024 CPUtime=0.09 cores=0-7
/proc/30297/stat : 30297 (plingeling) R 30295 30297 30072 0 -1 4202496 10601 1252 0 0 8 1 0 0 25 0 1 0 655650650 51224576 10531 33554432000 4194304 4417452 140734399003904 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30297/statm: 12506 10531 149 55 0 10392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50024

[startup+0.300168 s]
/proc/loadavg: 7.45 7.92 7.96 2/300 30297
/proc/meminfo: memFree=17991024/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=73220 CPUtime=0.29 cores=0-7
/proc/30297/stat : 30297 (plingeling) R 30295 30297 30072 0 -1 4202496 16400 1252 0 0 27 2 0 0 25 0 1 0 655650650 74977280 16330 33554432000 4194304 4417452 140734399003904 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30297/statm: 18305 16330 149 55 0 16191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73220

[startup+0.701106 s]
/proc/loadavg: 7.45 7.92 7.96 2/300 30297
/proc/meminfo: memFree=17991024/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=236668 CPUtime=2.1 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 47321 1252 0 0 203 7 0 0 25 0 9 0 655650650 242348032 27316 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 59167 27316 174 55 0 57053 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 236668

[startup+1.50097 s]
/proc/loadavg: 7.45 7.92 7.96 10/309 30311
/proc/meminfo: memFree=17877252/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=236920 CPUtime=8.48 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 72352 1252 0 0 838 10 0 0 25 0 9 0 655650650 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 59230 27591 175 55 0 57116 0
[pid=30297/tid=30304] ppid=30295 vsize=236920 CPUtime=0.99 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 8076 1252 0 0 99 0 0 0 19 0 9 0 655650700 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4283504 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=236920 CPUtime=1 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 6717 1252 0 0 99 1 0 0 25 0 9 0 655650700 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4287277 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=236920 CPUtime=1 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 1739 1252 0 0 100 0 0 0 25 0 9 0 655650700 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4284247 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=236920 CPUtime=1 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 1121 1252 0 0 100 0 0 0 25 0 9 0 655650700 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=236920 CPUtime=0.99 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 5375 1252 0 0 99 0 0 0 25 0 9 0 655650700 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=236920 CPUtime=0.98 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 7757 1252 0 0 97 1 0 0 19 0 9 0 655650700 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4286997 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=236920 CPUtime=0.97 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 6583 1252 0 0 97 0 0 0 25 0 9 0 655650701 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4286912 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=236920 CPUtime=0.99 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 7075 1252 0 0 98 1 0 0 25 0 9 0 655650701 242606080 27591 33554432000 4194304 4417452 140734399003904 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 236920

[startup+3.10068 s]
/proc/loadavg: 7.45 7.92 7.96 9/309 30311
/proc/meminfo: memFree=17881188/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=270656 CPUtime=21.27 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 108676 1252 0 0 2111 16 0 0 25 0 9 0 655650650 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 67664 32119 179 55 0 65550 0
[pid=30297/tid=30304] ppid=30295 vsize=270656 CPUtime=2.59 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 13529 1252 0 0 258 1 0 0 22 0 9 0 655650700 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=270656 CPUtime=2.59 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 11255 1252 0 0 258 1 0 0 25 0 9 0 655650700 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=270656 CPUtime=2.59 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 4914 1252 0 0 259 0 0 0 25 0 9 0 655650700 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4270966 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=270656 CPUtime=2.59 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 2145 1252 0 0 259 0 0 0 25 0 9 0 655650700 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=270656 CPUtime=2.59 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 11070 1252 0 0 258 1 0 0 25 0 9 0 655650700 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=270656 CPUtime=2.59 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 12473 1252 0 0 257 2 0 0 22 0 9 0 655650700 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4346258 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=270656 CPUtime=2.56 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 12663 1252 0 0 255 1 0 0 25 0 9 0 655650701 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4302078 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=270656 CPUtime=2.58 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 12718 1252 0 0 257 1 0 0 25 0 9 0 655650701 277151744 32119 33554432000 4194304 4417452 140734399003904 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.27
Current children cumulated vsize (KiB) 270656

[startup+6.30111 s]
/proc/loadavg: 7.49 7.93 7.96 9/309 30311
/proc/meminfo: memFree=17810884/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=315948 CPUtime=46.84 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 122674 1252 0 0 4666 18 0 0 25 0 9 0 655650650 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 78987 44613 180 55 0 76873 0
[pid=30297/tid=30304] ppid=30295 vsize=315948 CPUtime=5.8 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 16008 1252 0 0 578 2 0 0 25 0 9 0 655650700 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4337153 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=315948 CPUtime=5.8 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 13201 1252 0 0 578 2 0 0 25 0 9 0 655650700 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4258229 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=315948 CPUtime=5.8 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 6301 1252 0 0 579 1 0 0 25 0 9 0 655650700 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4236326 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=315948 CPUtime=5.79 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 2145 1252 0 0 579 0 0 0 25 0 9 0 655650700 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=315948 CPUtime=5.79 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 13406 1252 0 0 578 1 0 0 25 0 9 0 655650700 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=315948 CPUtime=5.79 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 14291 1252 0 0 577 2 0 0 25 0 9 0 655650700 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4252374 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=315948 CPUtime=5.74 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 14039 1252 0 0 572 2 0 0 25 0 9 0 655650701 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4249994 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=315948 CPUtime=5.79 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 15374 1252 0 0 577 2 0 0 25 0 9 0 655650701 323530752 44613 33554432000 4194304 4417452 140734399003904 18446744073709551615 4257072 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.84
Current children cumulated vsize (KiB) 315948

[startup+12.701 s]
/proc/loadavg: 7.53 7.93 7.96 9/309 30311
/proc/meminfo: memFree=17817000/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=307604 CPUtime=97.98 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 123018 1252 0 0 9780 18 0 0 25 0 9 0 655650650 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 76901 42751 180 55 0 74787 0
[pid=30297/tid=30304] ppid=30295 vsize=307604 CPUtime=12.2 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 16200 1252 0 0 1218 2 0 0 25 0 9 0 655650700 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4239393 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=307604 CPUtime=12.2 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 13329 1252 0 0 1218 2 0 0 25 0 9 0 655650700 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4335976 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=307604 CPUtime=12.2 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 6301 1252 0 0 1219 1 0 0 25 0 9 0 655650700 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=307604 CPUtime=12.19 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 2145 1252 0 0 1219 0 0 0 25 0 9 0 655650700 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=307604 CPUtime=12.19 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 13406 1252 0 0 1218 1 0 0 25 0 9 0 655650700 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=307604 CPUtime=12.19 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 14291 1252 0 0 1217 2 0 0 25 0 9 0 655650700 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=307604 CPUtime=12.07 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 14063 1252 0 0 1205 2 0 0 25 0 9 0 655650701 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=307604 CPUtime=12.19 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 15374 1252 0 0 1217 2 0 0 25 0 9 0 655650701 314986496 42751 33554432000 4194304 4417452 140734399003904 18446744073709551615 4236239 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 97.98
Current children cumulated vsize (KiB) 307604

[startup+25.5007 s]
/proc/loadavg: 7.63 7.93 7.96 9/309 30311
/proc/meminfo: memFree=17842192/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=288076 CPUtime=200.24 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 123609 1252 0 0 20006 18 0 0 25 0 9 0 655650650 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 72019 36494 180 55 0 69905 0
[pid=30297/tid=30304] ppid=30295 vsize=288076 CPUtime=25 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 16221 1252 0 0 2498 2 0 0 25 0 9 0 655650700 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=288076 CPUtime=25 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 13351 1252 0 0 2498 2 0 0 25 0 9 0 655650700 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=288076 CPUtime=25 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 6340 1252 0 0 2499 1 0 0 25 0 9 0 655650700 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=288076 CPUtime=24.99 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 2316 1252 0 0 2499 0 0 0 25 0 9 0 655650700 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=288076 CPUtime=24.99 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 13428 1252 0 0 2498 1 0 0 25 0 9 0 655650700 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=288076 CPUtime=24.99 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 14312 1252 0 0 2497 2 0 0 25 0 9 0 655650700 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=288076 CPUtime=24.74 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 14081 1252 0 0 2472 2 0 0 25 0 9 0 655650701 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=288076 CPUtime=24.99 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 15651 1252 0 0 2497 2 0 0 25 0 9 0 655650701 294989824 36494 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 200.24
Current children cumulated vsize (KiB) 288076

[startup+51.1012 s]
/proc/loadavg: 7.76 7.93 7.96 9/309 30312
/proc/meminfo: memFree=17807036/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=333684 CPUtime=404.79 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 148912 1252 0 0 40457 22 0 0 25 0 9 0 655650650 341692416 47890 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 83421 47890 180 55 0 81307 0
[pid=30297/tid=30304] ppid=30295 vsize=333684 CPUtime=50.59 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 19744 1252 0 0 5057 2 0 0 25 0 9 0 655650700 341692416 47890 33554432000 4194304 4417452 140734399003904 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=333684 CPUtime=50.6 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 17023 1252 0 0 5058 2 0 0 25 0 9 0 655650700 341692416 47890 33554432000 4194304 4417452 140734399003904 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=333684 CPUtime=50.6 cores=0-7

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

[pid=30297/tid=30306] ppid=30295 vsize=4324472 CPUtime=4721.76 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 743502 1252 0 0 472021 155 0 0 25 0 9 0 655650700 4428259328 1047665 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=4324472 CPUtime=4721.38 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 731025 1252 0 0 472017 121 0 0 25 0 9 0 655650700 4428259328 1047665 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=4324472 CPUtime=4721.89 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 813078 1252 0 0 472032 157 0 0 25 0 9 0 655650700 4428259328 1047665 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=4324472 CPUtime=4721.51 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 841325 1252 0 0 471970 181 0 0 25 0 9 0 655650700 4428259328 1047665 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=4324472 CPUtime=4674.69 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 709679 1252 0 0 467329 140 0 0 25 0 9 0 655650701 4428259328 1047665 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=4324472 CPUtime=4721.89 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 844143 1252 0 0 472044 145 0 0 25 0 9 0 655650701 4428259328 1047665 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37726.9
Current children cumulated vsize (KiB) 4324472

[startup+4782.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/309 30450
/proc/meminfo: memFree=13759856/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=4356488 CPUtime=38206.2 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 6608827 1252 0 0 3819320 1298 0 0 25 0 9 0 655650650 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 1089122 1055861 180 55 0 1087008 0
[pid=30297/tid=30304] ppid=30295 vsize=4356488 CPUtime=4781.88 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 867293 1252 0 0 478011 177 0 0 25 0 9 0 655650700 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=4356488 CPUtime=4781.25 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 1025553 1252 0 0 477913 212 0 0 25 0 9 0 655650700 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=4356488 CPUtime=4781.75 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 743502 1252 0 0 478020 155 0 0 25 0 9 0 655650700 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=4356488 CPUtime=4781.38 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 736345 1252 0 0 478016 122 0 0 25 0 9 0 655650700 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=4356488 CPUtime=4781.89 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 813078 1252 0 0 478031 158 0 0 25 0 9 0 655650700 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=4356488 CPUtime=4781.49 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 841325 1252 0 0 477968 181 0 0 25 0 9 0 655650700 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=4356488 CPUtime=4734.08 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 709679 1252 0 0 473268 140 0 0 25 0 9 0 655650701 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=4356488 CPUtime=4781.88 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 844143 1252 0 0 478043 145 0 0 25 0 9 0 655650701 4461043712 1055861 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38206.2
Current children cumulated vsize (KiB) 4356488

[startup+4842.3 s]
/proc/loadavg: 8.04 8.04 8.00 9/309 30452
/proc/meminfo: memFree=13638548/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=4477516 CPUtime=38685.6 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 6639084 1252 0 0 3867251 1305 0 0 25 0 9 0 655650650 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 1119379 1086118 180 55 0 1117265 0
[pid=30297/tid=30304] ppid=30295 vsize=4477516 CPUtime=4841.89 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 867293 1252 0 0 484012 177 0 0 25 0 9 0 655650700 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4263247 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=4477516 CPUtime=4841.25 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 1025553 1252 0 0 483913 212 0 0 25 0 9 0 655650700 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=4477516 CPUtime=4841.75 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 743502 1252 0 0 484020 155 0 0 25 0 9 0 655650700 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=4477516 CPUtime=4841.38 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 744042 1252 0 0 484015 123 0 0 25 0 9 0 655650700 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=4477516 CPUtime=4841.89 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 830866 1252 0 0 484025 164 0 0 25 0 9 0 655650700 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=4477516 CPUtime=4841.48 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 841325 1252 0 0 483967 181 0 0 25 0 9 0 655650700 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=4477516 CPUtime=4793.48 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 714451 1252 0 0 479207 141 0 0 25 0 9 0 655650701 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=4477516 CPUtime=4841.88 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 844143 1252 0 0 484043 145 0 0 25 0 9 0 655650701 4584976384 1086118 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38685.6
Current children cumulated vsize (KiB) 4477516

[startup+4902.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/309 30453
/proc/meminfo: memFree=13455000/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=4660528 CPUtime=39165 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 6764743 1252 0 0 3915165 1333 0 0 25 0 9 0 655650650 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 1165132 1131871 180 55 0 1163018 0
[pid=30297/tid=30304] ppid=30295 vsize=4660528 CPUtime=4901.89 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 867293 1252 0 0 490012 177 0 0 25 0 9 0 655650700 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=4660528 CPUtime=4901.26 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 1025553 1252 0 0 489914 212 0 0 25 0 9 0 655650700 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=4660528 CPUtime=4901.75 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 743502 1252 0 0 490020 155 0 0 25 0 9 0 655650700 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=4660528 CPUtime=4901.38 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 750511 1252 0 0 490014 124 0 0 25 0 9 0 655650700 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=4660528 CPUtime=4901.89 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 891211 1252 0 0 490013 176 0 0 25 0 9 0 655650700 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=4660528 CPUtime=4901.48 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 841325 1252 0 0 489967 181 0 0 25 0 9 0 655650700 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=4660528 CPUtime=4852.89 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 773296 1252 0 0 485134 155 0 0 25 0 9 0 655650701 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=4660528 CPUtime=4901.88 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 844143 1252 0 0 490043 145 0 0 25 0 9 0 655650701 4772380672 1131871 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39165
Current children cumulated vsize (KiB) 4660528

[startup+4962.3 s]
/proc/loadavg: 8.12 8.06 8.00 9/309 30455
/proc/meminfo: memFree=13296352/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=4818736 CPUtime=39644.4 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 6804295 1252 0 0 3963100 1337 0 0 25 0 9 0 655650650 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 1204684 1171423 180 55 0 1202570 0
[pid=30297/tid=30304] ppid=30295 vsize=4818736 CPUtime=4961.89 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 867293 1252 0 0 496012 177 0 0 25 0 9 0 655650700 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=4818736 CPUtime=4961.26 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 1025553 1252 0 0 495914 212 0 0 25 0 9 0 655650700 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=4818736 CPUtime=4961.75 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 743502 1252 0 0 496020 155 0 0 25 0 9 0 655650700 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=4818736 CPUtime=4961.37 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 757295 1252 0 0 496013 124 0 0 25 0 9 0 655650700 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=4818736 CPUtime=4961.89 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 891211 1252 0 0 496013 176 0 0 25 0 9 0 655650700 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=4818736 CPUtime=4961.47 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 841325 1252 0 0 495966 181 0 0 25 0 9 0 655650700 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=4818736 CPUtime=4912.28 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 773296 1252 0 0 491073 155 0 0 25 0 9 0 655650701 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=4818736 CPUtime=4961.88 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 876911 1252 0 0 496040 148 0 0 25 0 9 0 655650701 4934385664 1171423 33554432000 4194304 4417452 140734399003904 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39644.4
Current children cumulated vsize (KiB) 4818736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5006.9 s]
/proc/loadavg: 8.05 8.05 8.00 9/309 30456
/proc/meminfo: memFree=13283552/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=4831696 CPUtime=40000.8 cores=0-7
/proc/30297/stat : 30297 (plingeling) S 30295 30297 30072 0 -1 4202496 6896855 1252 0 0 3998722 1357 0 0 25 0 9 0 655650650 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 1207924 1174663 180 55 0 1205810 0
[pid=30297/tid=30304] ppid=30295 vsize=4831696 CPUtime=5006.5 cores=0-7
/proc/30297/task/30304/stat : 30304 (plingeling) R 30295 30297 30072 0 -1 4202560 867293 1252 0 0 500473 177 0 0 25 0 9 0 655650700 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30297/tid=30305] ppid=30295 vsize=4831696 CPUtime=5005.87 cores=0-7
/proc/30297/task/30305/stat : 30305 (plingeling) R 30295 30297 30072 0 -1 4202560 1058321 1252 0 0 500371 216 0 0 25 0 9 0 655650700 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30297/tid=30306] ppid=30295 vsize=4831696 CPUtime=5006.36 cores=0-7
/proc/30297/task/30306/stat : 30306 (plingeling) R 30295 30297 30072 0 -1 4202560 743502 1252 0 0 500481 155 0 0 25 0 9 0 655650700 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30297/tid=30307] ppid=30295 vsize=4831696 CPUtime=5005.99 cores=0-7
/proc/30297/task/30307/stat : 30307 (plingeling) R 30295 30297 30072 0 -1 4202560 764446 1252 0 0 500474 125 0 0 25 0 9 0 655650700 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4237310 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30297/tid=30308] ppid=30295 vsize=4831696 CPUtime=5006.5 cores=0-7
/proc/30297/task/30308/stat : 30308 (plingeling) R 30295 30297 30072 0 -1 4202560 891211 1252 0 0 500474 176 0 0 25 0 9 0 655650700 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30297/tid=30309] ppid=30295 vsize=4831696 CPUtime=5006.07 cores=0-7
/proc/30297/task/30309/stat : 30309 (plingeling) R 30295 30297 30072 0 -1 4202560 841325 1252 0 0 500426 181 0 0 25 0 9 0 655650700 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=4831696 CPUtime=4956.45 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4202560 773296 1252 0 0 495490 155 0 0 25 0 9 0 655650701 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30297/tid=30311] ppid=30295 vsize=4831696 CPUtime=5006.49 cores=0-7
/proc/30297/task/30311/stat : 30311 (plingeling) R 30295 30297 30072 0 -1 4202560 929552 1252 0 0 500486 163 0 0 25 0 9 0 655650701 4947656704 1174663 33554432000 4194304 4417452 140734399003904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 4831696

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

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

[startup+5007.02 s]
/proc/loadavg: 8.05 8.05 8.00 9/309 30456
/proc/meminfo: memFree=13283552/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=0 CPUtime=40000.9 cores=0-7
/proc/30297/stat : 30297 (plingeling) Z 30295 30297 30072 0 -1 4203548 6896855 1252 0 0 3998728 1367 0 0 18 0 2 0 655650650 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 0 0 0 0 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=0 CPUtime=4956.55 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4203588 773296 1252 0 0 495490 165 0 0 25 0 2 0 655650701 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40001
Current children cumulated vsize (KiB) 0

[startup+5007.1 s]
/proc/loadavg: 8.05 8.05 8.00 2/303 30457
/proc/meminfo: memFree=16812268/32950928 swapFree=67111348/67111528
[pid=30297] ppid=30295 vsize=0 CPUtime=40001 cores=0-7
/proc/30297/stat : 30297 (plingeling) Z 30295 30297 30072 0 -1 4203548 6896855 1252 0 0 3998728 1376 0 0 18 0 2 0 655650650 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30297/statm: 0 0 0 0 0 0 0
[pid=30297/tid=30310] ppid=30295 vsize=0 CPUtime=4956.65 cores=0-7
/proc/30297/task/30310/stat : 30310 (plingeling) R 30295 30297 30072 0 -1 4203588 773296 1252 0 0 495490 175 0 0 25 0 2 0 655650701 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40001
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5007.17
CPU time (s): 40001.1
CPU user time (s): 39987.3
CPU system time (s): 13.8249
CPU usage (%): 798.877
Max. virtual memory (cumulated for all children) (KiB): 4831696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39987.3
system time used= 13.8249
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6898107
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= 378
involuntary context switches= 189879

runsolver used 14.0069 second user time and 36.0735 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 08:21:50
IDJOB=3372686
IDBENCH=83116
IDSOLVER=1851
FILE ID=node125/3372686-1305440510
RUNJOBID= node125-1305435500-30086
PBS_JOBID= 13324741
Free space on /tmp= 73228 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1046622542

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17990684 kB
Buffers:        269544 kB
Cached:        4261224 kB
SwapCached:          0 kB
Active:       11175992 kB
Inactive:      3409388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17990684 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:    10054600 kB
Mapped:          29020 kB
Slab:           274136 kB
PageTables:      34868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50985352 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= 73228 MiB
End job on node125 at 2011-05-15 09:45:19