Trace number 3394106

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.3 5008.06

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4697.32
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3394106-1306090045/watcher-3394106-1306090045 -o /tmp/evaluation-result-3394106-1306090045/solver-3394106-1306090045 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394106-1306090045.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.08 8.04 8.00 2/366 11886
/proc/meminfo: memFree=23112752/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=10636 CPUtime=0 cores=0-7
/proc/11886/stat : 11886 (plingeling) R 11884 11886 11860 0 -1 4202496 728 1252 0 0 0 0 0 0 18 0 1 0 720604951 10891264 657 33554432000 4194304 4417452 140735140549872 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11886/statm: 2659 657 147 55 0 545 0

[startup+0.080213 s]
/proc/loadavg: 8.08 8.04 8.00 2/366 11886
/proc/meminfo: memFree=23112752/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=165944 CPUtime=0.22 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 2750 1252 0 0 22 0 0 0 18 0 9 0 720604951 169926656 2667 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 41486 2667 174 55 0 39372 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 165944

[startup+0.102059 s]
/proc/loadavg: 8.08 8.04 8.00 2/366 11886
/proc/meminfo: memFree=23112752/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=167456 CPUtime=0.36 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 3922 1252 0 0 36 0 0 0 18 0 9 0 720604951 171474944 2977 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 41864 2977 177 55 0 39750 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 167456

[startup+0.391972 s]
/proc/loadavg: 8.08 8.04 8.00 2/366 11886
/proc/meminfo: memFree=23112752/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=173448 CPUtime=2.63 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6676 1252 0 0 263 0 0 0 18 0 9 0 720604951 177610752 4541 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 43362 4541 180 55 0 41248 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 173448

[startup+0.700917 s]
/proc/loadavg: 8.08 8.04 8.00 2/366 11886
/proc/meminfo: memFree=23112752/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=180804 CPUtime=5.11 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 9604 1252 0 0 510 1 0 0 18 0 9 0 720604951 185143296 6380 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 45201 6380 180 55 0 43087 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 180804

[startup+1.50077 s]
/proc/loadavg: 8.07 8.04 8.00 9/375 11900
/proc/meminfo: memFree=23087384/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=185648 CPUtime=11.49 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 13335 1252 0 0 1148 1 0 0 18 0 9 0 720604951 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 46412 7591 180 55 0 44298 0
[pid=11886/tid=11893] ppid=11884 vsize=185648 CPUtime=1.44 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 582 1252 0 0 144 0 0 0 20 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=185648 CPUtime=1.41 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 387 1252 0 0 141 0 0 0 23 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=185648 CPUtime=1.43 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 1557 1252 0 0 143 0 0 0 20 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4321570 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=185648 CPUtime=1.43 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 5047 1252 0 0 143 0 0 0 23 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=185648 CPUtime=1.39 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 586 1252 0 0 139 0 0 0 23 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=185648 CPUtime=1.43 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 504 1252 0 0 143 0 0 0 23 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=185648 CPUtime=1.44 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 1395 1252 0 0 144 0 0 0 23 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4358200 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=185648 CPUtime=1.44 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 641 1252 0 0 144 0 0 0 23 0 9 0 720604956 190103552 7591 33554432000 4194304 4417452 140735140549872 18446744073709551615 4250343 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 185648

[startup+3.10048 s]
/proc/loadavg: 8.07 8.04 8.00 9/375 11900
/proc/meminfo: memFree=23078580/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=194952 CPUtime=24.28 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 19985 1252 0 0 2425 3 0 0 18 0 9 0 720604951 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 48738 9917 180 55 0 46624 0
[pid=11886/tid=11893] ppid=11884 vsize=194952 CPUtime=3.04 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 782 1252 0 0 304 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249512 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=194952 CPUtime=3.01 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 587 1252 0 0 301 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=194952 CPUtime=3.03 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 2065 1252 0 0 303 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=194952 CPUtime=3.03 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 9055 1252 0 0 302 1 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=194952 CPUtime=2.98 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 786 1252 0 0 298 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=194952 CPUtime=3.03 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 704 1252 0 0 303 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=194952 CPUtime=3.03 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 2529 1252 0 0 303 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4365237 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=194952 CPUtime=3.04 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 841 1252 0 0 304 0 0 0 25 0 9 0 720604956 199630848 9917 33554432000 4194304 4417452 140735140549872 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 194952

[startup+6.30089 s]
/proc/loadavg: 8.06 8.04 8.00 9/375 11900
/proc/meminfo: memFree=23062852/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=212032 CPUtime=49.84 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 43863 1252 0 0 4977 7 0 0 18 0 9 0 720604951 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 53008 14309 180 55 0 50894 0
[pid=11886/tid=11893] ppid=11884 vsize=212032 CPUtime=6.24 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 2971 1252 0 0 624 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=212032 CPUtime=6.2 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 2903 1252 0 0 620 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4250757 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=212032 CPUtime=6.22 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 5719 1252 0 0 622 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=212032 CPUtime=6.24 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 14738 1252 0 0 621 3 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=212032 CPUtime=6.14 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 3626 1252 0 0 614 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=212032 CPUtime=6.22 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 3322 1252 0 0 622 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=212032 CPUtime=6.23 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 5778 1252 0 0 623 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=212032 CPUtime=6.23 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 2170 1252 0 0 623 0 0 0 25 0 9 0 720604956 217120768 14309 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 212032

[startup+12.7007 s]
/proc/loadavg: 8.06 8.04 8.00 9/375 11900
/proc/meminfo: memFree=23039212/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=238456 CPUtime=100.96 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 89254 1252 0 0 10081 15 0 0 18 0 9 0 720604951 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 59614 20856 180 55 0 57500 0
[pid=11886/tid=11893] ppid=11884 vsize=238456 CPUtime=12.64 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 7944 1252 0 0 1263 1 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=238456 CPUtime=12.61 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 6903 1252 0 0 1260 1 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4366082 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=238456 CPUtime=12.62 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 9976 1252 0 0 1261 1 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=238456 CPUtime=12.63 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 26097 1252 0 0 1258 5 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=238456 CPUtime=12.46 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 9530 1252 0 0 1245 1 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=238456 CPUtime=12.62 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 8744 1252 0 0 1261 1 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4356916 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=238456 CPUtime=12.63 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 9629 1252 0 0 1262 1 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=238456 CPUtime=12.63 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 7795 1252 0 0 1263 0 0 0 25 0 9 0 720604956 244178944 20856 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.96
Current children cumulated vsize (KiB) 238456

[startup+25.5004 s]
/proc/loadavg: 8.05 8.04 8.00 9/375 11900
/proc/meminfo: memFree=23012352/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=260956 CPUtime=203.2 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 176417 1252 0 0 20288 32 0 0 18 0 9 0 720604951 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 65239 26512 180 55 0 63125 0
[pid=11886/tid=11893] ppid=11884 vsize=260956 CPUtime=25.44 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 17274 1252 0 0 2541 3 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=260956 CPUtime=25.4 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 18496 1252 0 0 2537 3 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=260956 CPUtime=25.43 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 19511 1252 0 0 2540 3 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=260956 CPUtime=25.44 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 41396 1252 0 0 2535 9 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=260956 CPUtime=25.09 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 20118 1252 0 0 2507 2 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=260956 CPUtime=25.42 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 19309 1252 0 0 2539 3 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=260956 CPUtime=25.43 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 20334 1252 0 0 2540 3 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=260956 CPUtime=25.43 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 17343 1252 0 0 2541 2 0 0 25 0 9 0 720604956 267218944 26512 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.2
Current children cumulated vsize (KiB) 260956

[startup+51.1007 s]
/proc/loadavg: 8.03 8.03 8.00 9/375 11901
/proc/meminfo: memFree=22964628/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=311436 CPUtime=407.69 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 331415 1252 0 0 40708 61 0 0 18 0 9 0 720604951 318910464 39179 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 77859 39179 180 55 0 75745 0
[pid=11886/tid=11893] ppid=11884 vsize=311436 CPUtime=51.03 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 39873 1252 0 0 5097 6 0 0 25 0 9 0 720604956 318910464 39179 33554432000 4194304 4417452 140735140549872 18446744073709551615 4344164 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=311436 CPUtime=51 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 38474 1252 0 0 5093 7 0 0 25 0 9 0 720604956 318910464 39179 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=311436 CPUtime=51.03 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.10 8.09 8.02 9/375 12049
/proc/meminfo: memFree=19831096/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=3424036 CPUtime=37718.9 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6279167 1252 0 0 3770672 1223 0 0 18 0 9 0 720604951 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 856009 818977 180 55 0 853895 0
[pid=11886/tid=11893] ppid=11884 vsize=3424036 CPUtime=4721.34 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 661344 1252 0 0 471993 141 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=3424036 CPUtime=4722.36 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 822111 1252 0 0 472077 159 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=3424036 CPUtime=4722.38 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 743611 1252 0 0 472100 138 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=3424036 CPUtime=4722.34 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 723132 1252 0 0 472068 166 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=3424036 CPUtime=4664.99 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 845984 1252 0 0 466333 166 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=3424036 CPUtime=4721.4 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 764691 1252 0 0 471995 145 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=3424036 CPUtime=4721.78 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 821046 1252 0 0 472026 152 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=3424036 CPUtime=4722.24 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 894612 1252 0 0 472072 152 0 0 25 0 9 0 720604956 3506212864 818977 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37718.9
Current children cumulated vsize (KiB) 3424036

[startup+4782.3 s]
/proc/loadavg: 8.15 8.10 8.03 9/375 12051
/proc/meminfo: memFree=19642696/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=3612572 CPUtime=38198.1 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6354716 1252 0 0 3818576 1234 0 0 18 0 9 0 720604951 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 903143 866111 180 55 0 901029 0
[pid=11886/tid=11893] ppid=11884 vsize=3612572 CPUtime=4781.34 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 694558 1252 0 0 477987 147 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=3612572 CPUtime=4782.35 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 822111 1252 0 0 478076 159 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=3612572 CPUtime=4782.36 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 785946 1252 0 0 478093 143 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=3612572 CPUtime=4782.33 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 723132 1252 0 0 478067 166 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=3612572 CPUtime=4724.22 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 845984 1252 0 0 472256 166 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=3612572 CPUtime=4781.38 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 764691 1252 0 0 477993 145 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=3612572 CPUtime=4781.77 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 821046 1252 0 0 478025 152 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=3612572 CPUtime=4782.23 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 894612 1252 0 0 478071 152 0 0 25 0 9 0 720604956 3699273728 866111 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38198.1
Current children cumulated vsize (KiB) 3612572

[startup+4842.3 s]
/proc/loadavg: 8.20 8.11 8.03 9/375 12053
/proc/meminfo: memFree=19508356/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=3746944 CPUtime=38677.3 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6443695 1252 0 0 3866490 1244 0 0 18 0 9 0 720604951 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 936736 899704 180 55 0 934622 0
[pid=11886/tid=11893] ppid=11884 vsize=3746944 CPUtime=4841.33 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 739170 1252 0 0 483982 151 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=3746944 CPUtime=4842.35 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 866478 1252 0 0 484070 165 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=3746944 CPUtime=4842.37 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 785946 1252 0 0 484094 143 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=3746944 CPUtime=4842.33 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 723132 1252 0 0 484067 166 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=3746944 CPUtime=4783.47 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 845984 1252 0 0 478181 166 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=3746944 CPUtime=4841.38 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 764691 1252 0 0 483993 145 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=3746944 CPUtime=4841.77 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 821046 1252 0 0 484025 152 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=3746944 CPUtime=4842.23 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 894612 1252 0 0 484071 152 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38677.3
Current children cumulated vsize (KiB) 3746944

[startup+4902.3 s]
/proc/loadavg: 8.07 8.09 8.02 9/375 12054
/proc/meminfo: memFree=19508304/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=3746944 CPUtime=39156.6 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6443695 1252 0 0 3914414 1244 0 0 18 0 9 0 720604951 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 936736 899704 180 55 0 934622 0
[pid=11886/tid=11893] ppid=11884 vsize=3746944 CPUtime=4901.33 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 739170 1252 0 0 489982 151 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=3746944 CPUtime=4902.35 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 866478 1252 0 0 490070 165 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=3746944 CPUtime=4902.37 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 785946 1252 0 0 490094 143 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=3746944 CPUtime=4902.33 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 723132 1252 0 0 490067 166 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=3746944 CPUtime=4842.71 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 845984 1252 0 0 484105 166 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=3746944 CPUtime=4901.36 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 764691 1252 0 0 489991 145 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=3746944 CPUtime=4901.77 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 821046 1252 0 0 490025 152 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=3746944 CPUtime=4902.23 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 894612 1252 0 0 490071 152 0 0 25 0 9 0 720604956 3836870656 899704 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39156.6
Current children cumulated vsize (KiB) 3746944

[startup+4962.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/375 12056
/proc/meminfo: memFree=19424320/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=3830732 CPUtime=39635.8 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6464642 1252 0 0 3962331 1251 0 0 18 0 9 0 720604951 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 957683 920651 180 55 0 955569 0
[pid=11886/tid=11893] ppid=11884 vsize=3830732 CPUtime=4961.34 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 739170 1252 0 0 495983 151 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=3830732 CPUtime=4962.35 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 866478 1252 0 0 496070 165 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=3830732 CPUtime=4962.37 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 785946 1252 0 0 496094 143 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=3830732 CPUtime=4962.33 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 744079 1252 0 0 496061 172 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=3830732 CPUtime=4901.95 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 845984 1252 0 0 490029 166 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=3830732 CPUtime=4961.35 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 764691 1252 0 0 495990 145 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=3830732 CPUtime=4961.77 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 821046 1252 0 0 496025 152 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=3830732 CPUtime=4962.23 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 894612 1252 0 0 496071 152 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39635.8
Current children cumulated vsize (KiB) 3830732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.9 s]
/proc/loadavg: 8.04 8.07 8.02 9/375 12057
/proc/meminfo: memFree=19424040/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=3830732 CPUtime=40000.1 cores=0-7
/proc/11886/stat : 11886 (plingeling) S 11884 11886 11860 0 -1 4202496 6464642 1252 0 0 3998762 1251 0 0 18 0 9 0 720604951 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 957683 920651 180 55 0 955569 0
[pid=11886/tid=11893] ppid=11884 vsize=3830732 CPUtime=5006.95 cores=0-7
/proc/11886/task/11893/stat : 11893 (plingeling) R 11884 11886 11860 0 -1 4202560 739170 1252 0 0 500544 151 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11886/tid=11894] ppid=11884 vsize=3830732 CPUtime=5007.97 cores=0-7
/proc/11886/task/11894/stat : 11894 (plingeling) R 11884 11886 11860 0 -1 4202560 866478 1252 0 0 500632 165 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11886/tid=11895] ppid=11884 vsize=3830732 CPUtime=5007.98 cores=0-7
/proc/11886/task/11895/stat : 11895 (plingeling) R 11884 11886 11860 0 -1 4202560 785946 1252 0 0 500655 143 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11886/tid=11896] ppid=11884 vsize=3830732 CPUtime=5007.95 cores=0-7
/proc/11886/task/11896/stat : 11896 (plingeling) R 11884 11886 11860 0 -1 4202560 744079 1252 0 0 500623 172 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=3830732 CPUtime=4946.98 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4202560 845984 1252 0 0 494532 166 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11886/tid=11898] ppid=11884 vsize=3830732 CPUtime=5006.96 cores=0-7
/proc/11886/task/11898/stat : 11898 (plingeling) R 11884 11886 11860 0 -1 4202560 764691 1252 0 0 500551 145 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11886/tid=11899] ppid=11884 vsize=3830732 CPUtime=5007.39 cores=0-7
/proc/11886/task/11899/stat : 11899 (plingeling) R 11884 11886 11860 0 -1 4202560 821046 1252 0 0 500587 152 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11886/tid=11900] ppid=11884 vsize=3830732 CPUtime=5007.84 cores=0-7
/proc/11886/task/11900/stat : 11900 (plingeling) R 11884 11886 11860 0 -1 4202560 894612 1252 0 0 500632 152 0 0 25 0 9 0 720604956 3922669568 920651 33554432000 4194304 4417452 140735140549872 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3830732

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

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

[startup+5008.02 s]
/proc/loadavg: 8.04 8.07 8.02 9/375 12057
/proc/meminfo: memFree=19424040/32951124 swapFree=37160472/67111528
[pid=11886] ppid=11884 vsize=0 CPUtime=40000.3 cores=0-7
/proc/11886/stat : 11886 (plingeling) Z 11884 11886 11860 0 -1 4203548 6464642 1252 0 0 3998768 1261 0 0 18 0 2 0 720604951 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11886/statm: 0 0 0 0 0 0 0
[pid=11886/tid=11897] ppid=11884 vsize=0 CPUtime=4947.08 cores=0-7
/proc/11886/task/11897/stat : 11897 (plingeling) R 11884 11886 11860 0 -1 4203588 845984 1252 0 0 494532 176 0 0 25 0 2 0 720604956 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.06
CPU time (s): 40000.3
CPU user time (s): 39987.7
CPU system time (s): 12.6511
CPU usage (%): 798.72
Max. virtual memory (cumulated for all children) (KiB): 4723672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39987.7
system time used= 12.6511
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6465894
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= 457
involuntary context switches= 193757

runsolver used 17.0834 second user time and 43.9163 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-22 20:47:25
IDJOB=3394106
IDBENCH=71514
IDSOLVER=1851
FILE ID=node104/3394106-1306090045
RUNJOBID= node104-1306090045-11874
PBS_JOBID= 13387928
Free space on /tmp= 73240 MiB

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

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=1247506751

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:      23113032 kB
Buffers:        339308 kB
Cached:        7419204 kB
SwapCached:     152248 kB
Active:        3216212 kB
Inactive:      6315960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23113032 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:             800 kB
Writeback:          40 kB
AnonPages:     1634832 kB
Mapped:          10200 kB
Slab:           149308 kB
PageTables:      88680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87701012 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 22:10:55