Trace number 3394080

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.5 5007.93

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.50471
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3394080-1306085034/watcher-3394080-1306085034 -o /tmp/evaluation-result-3394080-1306085034/solver-3394080-1306085034 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394080-1306085034.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: 8.22 8.10 8.01 1/366 11677
/proc/meminfo: memFree=23112940/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=9652 CPUtime=0 cores=0-7
/proc/11677/stat : 11677 (plingeling) R 11675 11677 11452 0 -1 4202496 480 1258 0 0 0 0 0 0 18 0 1 0 720103816 9883648 411 33554432000 4194304 4417452 140734447147456 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/11677/statm: 2413 411 147 55 0 299 0

[startup+0.0284931 s]
/proc/loadavg: 8.22 8.10 8.01 1/366 11677
/proc/meminfo: memFree=23112940/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=13648 CPUtime=0.02 cores=0-7
/proc/11677/stat : 11677 (plingeling) R 11675 11677 11452 0 -1 4202496 1420 1258 0 0 2 0 0 0 18 0 1 0 720103816 13975552 1351 33554432000 4194304 4417452 140734447147456 18446744073709551615 230808859629 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/11677/statm: 3412 1377 148 55 0 1298 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13648

[startup+0.100477 s]
/proc/loadavg: 8.22 8.10 8.01 1/366 11677
/proc/meminfo: memFree=23112940/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=26964 CPUtime=0.08 cores=0-7
/proc/11677/stat : 11677 (plingeling) R 11675 11677 11452 0 -1 4202496 4801 1258 0 0 8 0 0 0 18 0 1 0 720103816 27611136 4732 33554432000 4194304 4417452 140734447147456 18446744073709551615 4231480 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/11677/statm: 6741 4732 148 55 0 4627 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26964

[startup+0.354363 s]
/proc/loadavg: 8.22 8.10 8.01 1/366 11677
/proc/meminfo: memFree=23112940/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=195324 CPUtime=1.73 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 17439 1258 0 0 170 3 0 0 18 0 9 0 720103816 200011776 10157 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 48831 10157 177 55 0 46717 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 195324

[startup+0.700301 s]
/proc/loadavg: 8.22 8.10 8.01 1/366 11677
/proc/meminfo: memFree=23112940/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=208572 CPUtime=4.5 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 21862 1258 0 0 446 4 0 0 18 0 9 0 720103816 213577728 13492 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 52143 13492 180 55 0 50029 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 208572

[startup+1.50116 s]
/proc/loadavg: 8.22 8.10 8.01 9/375 11691
/proc/meminfo: memFree=23053604/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=216184 CPUtime=10.89 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 25259 1258 0 0 1085 4 0 0 18 0 9 0 720103816 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 54046 15403 180 55 0 51932 0
[pid=11677/tid=11684] ppid=11675 vsize=216184 CPUtime=1.34 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 1411 1258 0 0 134 0 0 0 25 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=216184 CPUtime=1.34 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 1682 1258 0 0 134 0 0 0 25 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=216184 CPUtime=1.34 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 1315 1258 0 0 134 0 0 0 25 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=216184 CPUtime=1.34 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 6098 1258 0 0 134 0 0 0 22 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=216184 CPUtime=1.33 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 978 1258 0 0 133 0 0 0 23 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=216184 CPUtime=1.33 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 1867 1258 0 0 133 0 0 0 23 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=216184 CPUtime=1.34 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 1286 1258 0 0 134 0 0 0 22 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4356884 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=216184 CPUtime=1.34 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 1709 1258 0 0 134 0 0 0 23 0 9 0 720103831 221372416 15403 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 216184

[startup+3.10086 s]
/proc/loadavg: 8.22 8.10 8.01 9/375 11691
/proc/meminfo: memFree=23040956/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=229344 CPUtime=23.68 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 33586 1258 0 0 2362 6 0 0 18 0 9 0 720103816 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 57336 18698 180 55 0 55222 0
[pid=11677/tid=11684] ppid=11675 vsize=229344 CPUtime=2.94 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 1411 1258 0 0 294 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249592 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=229344 CPUtime=2.94 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 2398 1258 0 0 294 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=229344 CPUtime=2.94 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 1399 1258 0 0 294 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=229344 CPUtime=2.95 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 11192 1258 0 0 293 2 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=229344 CPUtime=2.93 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 1694 1258 0 0 293 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=229344 CPUtime=2.91 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 2583 1258 0 0 291 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249178 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=229344 CPUtime=2.94 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 1571 1258 0 0 294 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=229344 CPUtime=2.94 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 2425 1258 0 0 294 0 0 0 25 0 9 0 720103831 234848256 18698 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 229344

[startup+6.30128 s]
/proc/loadavg: 8.28 8.11 8.02 9/375 11691
/proc/meminfo: memFree=23022684/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=256384 CPUtime=49.25 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 44973 1258 0 0 4917 8 0 0 18 0 9 0 720103816 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 64096 26116 180 55 0 61982 0
[pid=11677/tid=11684] ppid=11675 vsize=256384 CPUtime=6.14 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 1411 1258 0 0 614 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4336656 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=256384 CPUtime=6.14 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 2398 1258 0 0 614 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4236302 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=256384 CPUtime=6.14 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 2011 1258 0 0 614 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4250969 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=256384 CPUtime=6.15 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 21719 1258 0 0 611 4 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=256384 CPUtime=6.13 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 1694 1258 0 0 613 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=256384 CPUtime=6.07 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 2583 1258 0 0 607 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=256384 CPUtime=6.14 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 1819 1258 0 0 614 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=256384 CPUtime=6.14 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 2425 1258 0 0 614 0 0 0 25 0 9 0 720103831 262537216 26116 33554432000 4194304 4417452 140734447147456 18446744073709551615 4258382 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.25
Current children cumulated vsize (KiB) 256384

[startup+12.7011 s]
/proc/loadavg: 8.26 8.11 8.02 9/375 11691
/proc/meminfo: memFree=22996044/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=280120 CPUtime=100.35 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 63313 1258 0 0 10024 11 0 0 18 0 9 0 720103816 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 70030 31359 180 55 0 67916 0
[pid=11677/tid=11684] ppid=11675 vsize=280120 CPUtime=12.54 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 2842 1258 0 0 1254 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=280120 CPUtime=12.53 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 3113 1258 0 0 1253 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=280120 CPUtime=12.54 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 3300 1258 0 0 1254 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=280120 CPUtime=12.54 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 34023 1258 0 0 1248 6 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=280120 CPUtime=12.53 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 2409 1258 0 0 1253 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=280120 CPUtime=12.4 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 3298 1258 0 0 1240 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=280120 CPUtime=12.53 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 2275 1258 0 0 1253 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=280120 CPUtime=12.54 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 3140 1258 0 0 1254 0 0 0 25 0 9 0 720103831 286842880 31359 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 280120

[startup+25.5008 s]
/proc/loadavg: 8.20 8.10 8.02 9/375 11692
/proc/meminfo: memFree=22954644/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=316456 CPUtime=202.6 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 95284 1258 0 0 20243 17 0 0 18 0 9 0 720103816 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 79114 40443 180 55 0 77000 0
[pid=11677/tid=11684] ppid=11675 vsize=316456 CPUtime=25.34 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 3494 1258 0 0 2534 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=316456 CPUtime=25.33 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 4289 1258 0 0 2533 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4331729 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=316456 CPUtime=25.34 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 4996 1258 0 0 2534 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=316456 CPUtime=25.35 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 56702 1258 0 0 2524 11 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4320823 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=316456 CPUtime=25.33 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 4000 1258 0 0 2533 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4258418 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=316456 CPUtime=25.04 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 3950 1258 0 0 2504 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4308643 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=316456 CPUtime=25.33 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 5451 1258 0 0 2533 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=316456 CPUtime=25.34 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 3489 1258 0 0 2534 0 0 0 25 0 9 0 720103831 324050944 40443 33554432000 4194304 4417452 140734447147456 18446744073709551615 4249193 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.6
Current children cumulated vsize (KiB) 316456

[startup+51.1011 s]
/proc/loadavg: 8.13 8.10 8.01 9/375 11692
/proc/meminfo: memFree=22898428/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=370120 CPUtime=407.1 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 132921 1258 0 0 40687 23 0 0 18 0 9 0 720103816 379002880 53861 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 92530 53861 180 55 0 90416 0
[pid=11677/tid=11684] ppid=11675 vsize=370120 CPUtime=50.93 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 5039 1258 0 0 5093 0 0 0 25 0 9 0 720103831 379002880 53861 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=370120 CPUtime=50.93 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 5861 1258 0 0 5093 0 0 0 25 0 9 0 720103831 379002880 53861 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364877 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=370120 CPUtime=50.93 cores=0-7

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

[pid=11677/tid=11686] ppid=11675 vsize=5668356 CPUtime=4721.47 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 709137 1258 0 0 472011 136 0 0 25 0 9 0 720103831 5804396544 1378420 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=5668356 CPUtime=4722.3 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 1081817 1258 0 0 471996 234 0 0 25 0 9 0 720103831 5804396544 1378420 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=5668356 CPUtime=4722.26 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 602057 1258 0 0 472121 105 0 0 25 0 9 0 720103831 5804396544 1378420 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=5668356 CPUtime=4666.24 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 661968 1258 0 0 466513 111 0 0 25 0 9 0 720103831 5804396544 1378420 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=5668356 CPUtime=4721.18 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 737099 1258 0 0 471965 153 0 0 25 0 9 0 720103831 5804396544 1378420 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=5668356 CPUtime=4722.28 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 869321 1258 0 0 472070 158 0 0 25 0 9 0 720103831 5804396544 1378420 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37720.5
Current children cumulated vsize (KiB) 5668356

[startup+4782.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/375 11830
/proc/meminfo: memFree=17553732/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=5704012 CPUtime=38199.6 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 6081511 1258 0 0 3818782 1182 0 0 18 0 9 0 720103816 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 1426003 1387334 180 55 0 1423889 0
[pid=11677/tid=11684] ppid=11675 vsize=5704012 CPUtime=4782.22 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 747514 1258 0 0 478070 152 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=5704012 CPUtime=4782.25 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 620192 1258 0 0 478108 117 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=5704012 CPUtime=4781.46 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 709137 1258 0 0 478010 136 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=5704012 CPUtime=4782.29 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 1081817 1258 0 0 477995 234 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=5704012 CPUtime=4782.25 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 602057 1258 0 0 478120 105 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=5704012 CPUtime=4725.52 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 661968 1258 0 0 472441 111 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=5704012 CPUtime=4781.15 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 780592 1258 0 0 477953 162 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=5704012 CPUtime=4782.27 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 869321 1258 0 0 478069 158 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38199.6
Current children cumulated vsize (KiB) 5704012

[startup+4842.3 s]
/proc/loadavg: 8.09 8.06 8.00 9/375 11832
/proc/meminfo: memFree=17553816/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=5704012 CPUtime=38678.9 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 6081511 1258 0 0 3866708 1182 0 0 18 0 9 0 720103816 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 1426003 1387334 180 55 0 1423889 0
[pid=11677/tid=11684] ppid=11675 vsize=5704012 CPUtime=4842.22 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 747514 1258 0 0 484070 152 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=5704012 CPUtime=4842.25 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 620192 1258 0 0 484108 117 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=5704012 CPUtime=4841.47 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 709137 1258 0 0 484011 136 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=5704012 CPUtime=4842.29 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 1081817 1258 0 0 483995 234 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=5704012 CPUtime=4842.25 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 602057 1258 0 0 484120 105 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=5704012 CPUtime=4784.79 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 661968 1258 0 0 478368 111 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=5704012 CPUtime=4841.14 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 780592 1258 0 0 483952 162 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4263086 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=5704012 CPUtime=4842.27 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 869321 1258 0 0 484069 158 0 0 25 0 9 0 720103831 5840908288 1387334 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38678.9
Current children cumulated vsize (KiB) 5704012

[startup+4902.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/375 11834
/proc/meminfo: memFree=17304528/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=5952700 CPUtime=39158.2 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 6143683 1258 0 0 3914620 1199 0 0 18 0 9 0 720103816 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 1488175 1449506 180 55 0 1486061 0
[pid=11677/tid=11684] ppid=11675 vsize=5952700 CPUtime=4902.23 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 747514 1258 0 0 490070 153 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=5952700 CPUtime=4902.26 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 620192 1258 0 0 490109 117 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=5952700 CPUtime=4901.47 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 709137 1258 0 0 490011 136 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=5952700 CPUtime=4902.29 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 1143989 1258 0 0 489979 250 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=5952700 CPUtime=4902.25 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 602057 1258 0 0 490120 105 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=5952700 CPUtime=4844.08 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 661968 1258 0 0 484296 112 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=5952700 CPUtime=4901.13 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 780592 1258 0 0 489951 162 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=5952700 CPUtime=4902.27 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 869321 1258 0 0 490069 158 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39158.2
Current children cumulated vsize (KiB) 5952700

[startup+4962.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/375 11835
/proc/meminfo: memFree=17304476/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=5952700 CPUtime=39637.4 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 6143683 1258 0 0 3962546 1199 0 0 18 0 9 0 720103816 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 1488175 1449506 180 55 0 1486061 0
[pid=11677/tid=11684] ppid=11675 vsize=5952700 CPUtime=4962.23 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 747514 1258 0 0 496070 153 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=5952700 CPUtime=4962.26 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 620192 1258 0 0 496109 117 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=5952700 CPUtime=4961.47 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 709137 1258 0 0 496011 136 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=5952700 CPUtime=4962.29 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 1143989 1258 0 0 495979 250 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=5952700 CPUtime=4962.25 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 602057 1258 0 0 496120 105 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=5952700 CPUtime=4903.35 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 661968 1258 0 0 490223 112 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=5952700 CPUtime=4961.11 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 780592 1258 0 0 495949 162 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4250559 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=5952700 CPUtime=4962.27 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 869321 1258 0 0 496069 158 0 0 25 0 9 0 720103831 6095564800 1449506 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39637.4
Current children cumulated vsize (KiB) 5952700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.7 s]
/proc/loadavg: 8.08 8.04 8.00 9/375 11836
/proc/meminfo: memFree=17217392/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=6040284 CPUtime=40000.2 cores=0-7
/proc/11677/stat : 11677 (plingeling) S 11675 11677 11452 0 -1 4202496 6165579 1258 0 0 3998813 1205 0 0 18 0 9 0 720103816 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 1510071 1471402 180 55 0 1507957 0
[pid=11677/tid=11684] ppid=11675 vsize=6040284 CPUtime=5007.64 cores=0-7
/proc/11677/task/11684/stat : 11684 (plingeling) R 11675 11677 11452 0 -1 4202560 747514 1258 0 0 500611 153 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11677/tid=11685] ppid=11675 vsize=6040284 CPUtime=5007.67 cores=0-7
/proc/11677/task/11685/stat : 11685 (plingeling) R 11675 11677 11452 0 -1 4202560 620192 1258 0 0 500650 117 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11677/tid=11686] ppid=11675 vsize=6040284 CPUtime=5006.88 cores=0-7
/proc/11677/task/11686/stat : 11686 (plingeling) R 11675 11677 11452 0 -1 4202560 709137 1258 0 0 500552 136 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11677/tid=11687] ppid=11675 vsize=6040284 CPUtime=5007.71 cores=0-7
/proc/11677/task/11687/stat : 11687 (plingeling) R 11675 11677 11452 0 -1 4202560 1143989 1258 0 0 500521 250 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11677/tid=11688] ppid=11675 vsize=6040284 CPUtime=5007.67 cores=0-7
/proc/11677/task/11688/stat : 11688 (plingeling) R 11675 11677 11452 0 -1 4202560 602057 1258 0 0 500662 105 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=6040284 CPUtime=4948.21 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4202560 683864 1258 0 0 494703 118 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11677/tid=11690] ppid=11675 vsize=6040284 CPUtime=5006.51 cores=0-7
/proc/11677/task/11690/stat : 11690 (plingeling) R 11675 11677 11452 0 -1 4202560 780592 1258 0 0 500489 162 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11677/tid=11691] ppid=11675 vsize=6040284 CPUtime=5007.68 cores=0-7
/proc/11677/task/11691/stat : 11691 (plingeling) R 11675 11677 11452 0 -1 4202560 869321 1258 0 0 500610 158 0 0 25 0 9 0 720103831 6185250816 1471402 33554432000 4194304 4417452 140734447147456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 6040284

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

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

[startup+5007.82 s]
/proc/loadavg: 8.08 8.04 8.00 9/375 11836
/proc/meminfo: memFree=17217392/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=0 CPUtime=40000.4 cores=0-7
/proc/11677/stat : 11677 (plingeling) Z 11675 11677 11452 0 -1 4203548 6165579 1258 0 0 3998820 1215 0 0 18 0 2 0 720103816 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 0 0 0 0 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=0 CPUtime=4948.32 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4203588 683864 1258 0 0 494704 128 0 0 25 0 2 0 720103831 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.3
Current children cumulated vsize (KiB) 0

[startup+5007.9 s]
/proc/loadavg: 8.08 8.04 8.00 9/375 11836
/proc/meminfo: memFree=17217392/32951124 swapFree=37160472/67111528
[pid=11677] ppid=11675 vsize=0 CPUtime=40000.4 cores=0-7
/proc/11677/stat : 11677 (plingeling) Z 11675 11677 11452 0 -1 4203548 6165579 1258 0 0 3998820 1223 0 0 18 0 2 0 720103816 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11677/statm: 0 0 0 0 0 0 0
[pid=11677/tid=11689] ppid=11675 vsize=0 CPUtime=4948.4 cores=0-7
/proc/11677/task/11689/stat : 11689 (plingeling) R 11675 11677 11452 0 -1 4203588 683864 1258 0 0 494704 136 0 0 25 0 2 0 720103831 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.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5007.93
CPU time (s): 40000.5
CPU user time (s): 39988.2
CPU system time (s): 12.2671
CPU usage (%): 798.743
Max. virtual memory (cumulated for all children) (KiB): 6505424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39988.2
system time used= 12.2671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6166837
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= 419
involuntary context switches= 194813

runsolver used 16.7465 second user time and 42.7425 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-22 19:23:54
IDJOB=3394080
IDBENCH=71397
IDSOLVER=1851
FILE ID=node104/3394080-1306085034
RUNJOBID= node104-1306080023-11466
PBS_JOBID= 13387914
Free space on /tmp= 73240 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394080-1306085034/watcher-3394080-1306085034 -o /tmp/evaluation-result-3394080-1306085034/solver-3394080-1306085034 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394080-1306085034.cnf

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=622629497

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23113096 kB
Buffers:        338788 kB
Cached:        7419736 kB
SwapCached:     152248 kB
Active:        3216336 kB
Inactive:      6316172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23113096 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:     1634656 kB
Mapped:          10612 kB
Slab:           149040 kB
PageTables:      89020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87701652 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= 73240 MiB
End job on node104 at 2011-05-22 20:47:23