Trace number 3395038

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40001 5008.31

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.153975
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3395038-1306111803/watcher-3395038-1306111803 -o /tmp/evaluation-result-3395038-1306111803/solver-3395038-1306111803 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3395038-1306111803.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.06 8.04 8.00 1/366 12949
/proc/meminfo: memFree=23098044/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=10072 CPUtime=0 cores=0-7
/proc/12949/stat : 12949 (plingeling) R 12947 12949 12664 0 -1 4202496 579 1255 0 0 0 0 0 0 25 0 1 0 722780730 10313728 509 33554432000 4194304 4417452 140733478186512 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12949/statm: 2518 509 147 55 0 404 0

[startup+0.0746379 s]
/proc/loadavg: 8.06 8.04 8.00 1/366 12949
/proc/meminfo: memFree=23098044/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=18724 CPUtime=0.06 cores=0-7
/proc/12949/stat : 12949 (plingeling) R 12947 12949 12664 0 -1 4202496 2668 1255 0 0 6 0 0 0 25 0 1 0 722780730 19173376 2449 33554432000 4194304 4417452 140733478186512 18446744073709551615 230808859741 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12949/statm: 4681 2468 148 55 0 2567 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18724

[startup+0.100634 s]
/proc/loadavg: 8.06 8.04 8.00 1/366 12949
/proc/meminfo: memFree=23098044/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=25892 CPUtime=0.08 cores=0-7
/proc/12949/stat : 12949 (plingeling) R 12947 12949 12664 0 -1 4202496 4716 1255 0 0 8 0 0 0 25 0 1 0 722780730 26513408 4497 33554432000 4194304 4417452 140733478186512 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12949/statm: 6473 4497 148 55 0 4359 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25892

[startup+0.302686 s]
/proc/loadavg: 8.06 8.04 8.00 1/366 12949
/proc/meminfo: memFree=23098044/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=192848 CPUtime=6.45 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 14445 1255 0 0 643 2 0 0 18 0 9 0 722780730 197476352 9426 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 48212 9426 180 55 0 46098 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 192848

[startup+1.01342 s]
/proc/loadavg: 8.06 8.04 8.00 1/366 12949
/proc/meminfo: memFree=23098044/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=191548 CPUtime=7.25 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 15175 1255 0 0 723 2 0 0 18 0 9 0 722780730 196145152 9101 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 47887 9101 180 55 0 45773 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 191548

[startup+1.50033 s]
/proc/loadavg: 8.06 8.04 8.00 1/366 12949
/proc/meminfo: memFree=23098044/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=199104 CPUtime=11.14 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 17246 1255 0 0 1112 2 0 0 18 0 9 0 722780730 203882496 11031 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 49776 11031 180 55 0 47662 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 199104

[startup+3.10104 s]
/proc/loadavg: 8.06 8.04 8.00 9/375 12963
/proc/meminfo: memFree=23048072/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=207812 CPUtime=23.92 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 26786 1255 0 0 2389 3 0 0 18 0 9 0 722780730 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 51953 13280 180 55 0 49839 0
[pid=12949/tid=12956] ppid=12947 vsize=207812 CPUtime=2.99 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 940 1255 0 0 299 0 0 0 24 0 9 0 722780741 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=207812 CPUtime=2.96 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 901 1255 0 0 296 0 0 0 24 0 9 0 722780741 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=207812 CPUtime=2.95 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 1828 1255 0 0 295 0 0 0 25 0 9 0 722780741 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=207812 CPUtime=2.98 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 12379 1255 0 0 297 1 0 0 25 0 9 0 722780741 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=207812 CPUtime=2.98 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 748 1255 0 0 298 0 0 0 25 0 9 0 722780742 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4236294 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=207812 CPUtime=2.96 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 481 1255 0 0 296 0 0 0 25 0 9 0 722780742 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=207812 CPUtime=2.97 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 3639 1255 0 0 297 0 0 0 20 0 9 0 722780742 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=207812 CPUtime=2.98 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 1137 1255 0 0 298 0 0 0 25 0 9 0 722780742 212799488 13280 33554432000 4194304 4417452 140733478186512 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.92
Current children cumulated vsize (KiB) 207812

[startup+6.30046 s]
/proc/loadavg: 8.05 8.03 8.00 9/375 12963
/proc/meminfo: memFree=23011124/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=222200 CPUtime=49.48 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 41892 1255 0 0 4943 5 0 0 18 0 9 0 722780730 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 55550 16879 180 55 0 53436 0
[pid=12949/tid=12956] ppid=12947 vsize=222200 CPUtime=6.19 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 940 1255 0 0 619 0 0 0 25 0 9 0 722780741 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4249489 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=222200 CPUtime=6.12 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 901 1255 0 0 612 0 0 0 25 0 9 0 722780741 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4258627 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=222200 CPUtime=6.15 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 4530 1255 0 0 615 0 0 0 25 0 9 0 722780741 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=222200 CPUtime=6.18 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 23386 1255 0 0 615 3 0 0 25 0 9 0 722780741 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4357168 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=222200 CPUtime=6.18 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 748 1255 0 0 618 0 0 0 25 0 9 0 722780742 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4249512 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=222200 CPUtime=6.16 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 481 1255 0 0 616 0 0 0 25 0 9 0 722780742 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=222200 CPUtime=6.17 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 5036 1255 0 0 617 0 0 0 25 0 9 0 722780742 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=222200 CPUtime=6.18 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 1137 1255 0 0 618 0 0 0 25 0 9 0 722780742 227532800 16879 33554432000 4194304 4417452 140733478186512 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 222200

[startup+12.7013 s]
/proc/loadavg: 8.05 8.03 8.00 9/375 12963
/proc/meminfo: memFree=22951544/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=301412 CPUtime=100.69 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 75619 1255 0 0 10058 11 0 0 18 0 9 0 722780730 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 75353 36682 180 55 0 73239 0
[pid=12949/tid=12956] ppid=12947 vsize=301412 CPUtime=12.6 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 2782 1255 0 0 1260 0 0 0 25 0 9 0 722780741 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=301412 CPUtime=12.45 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 1838 1255 0 0 1245 0 0 0 25 0 9 0 722780741 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=301412 CPUtime=12.56 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 6147 1255 0 0 1256 0 0 0 25 0 9 0 722780741 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=301412 CPUtime=12.6 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 42144 1255 0 0 1253 7 0 0 25 0 9 0 722780741 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=301412 CPUtime=12.59 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 2479 1255 0 0 1259 0 0 0 25 0 9 0 722780742 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=301412 CPUtime=12.57 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 1708 1255 0 0 1257 0 0 0 25 0 9 0 722780742 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=301412 CPUtime=12.59 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 11404 1255 0 0 1258 1 0 0 25 0 9 0 722780742 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=301412 CPUtime=12.59 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 2384 1255 0 0 1259 0 0 0 25 0 9 0 722780742 308645888 36682 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 301412

[startup+25.5009 s]
/proc/loadavg: 8.04 8.03 8.00 9/375 12963
/proc/meminfo: memFree=22836476/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=428684 CPUtime=202.85 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 146572 1255 0 0 20263 22 0 0 18 0 9 0 722780730 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 107171 68500 180 55 0 105057 0
[pid=12949/tid=12956] ppid=12947 vsize=428684 CPUtime=25.38 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 13469 1255 0 0 2537 1 0 0 25 0 9 0 722780741 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=428684 CPUtime=25.1 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 6171 1255 0 0 2509 1 0 0 25 0 9 0 722780741 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=428684 CPUtime=25.34 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 14851 1255 0 0 2533 1 0 0 25 0 9 0 722780741 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=428684 CPUtime=25.38 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 65711 1255 0 0 2527 11 0 0 25 0 9 0 722780741 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=428684 CPUtime=25.38 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 9979 1255 0 0 2537 1 0 0 25 0 9 0 722780742 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=428684 CPUtime=25.34 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 7340 1255 0 0 2534 0 0 0 25 0 9 0 722780742 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=428684 CPUtime=25.38 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 19446 1255 0 0 2536 2 0 0 25 0 9 0 722780742 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=428684 CPUtime=25.38 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 4872 1255 0 0 2537 1 0 0 25 0 9 0 722780742 438972416 68500 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.85
Current children cumulated vsize (KiB) 428684

[startup+51.1013 s]
/proc/loadavg: 8.10 8.04 8.00 9/375 12964
/proc/meminfo: memFree=22670544/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=594360 CPUtime=407.35 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 255451 1255 0 0 40699 36 0 0 18 0 9 0 722780730 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 148590 109919 180 55 0 146476 0
[pid=12949/tid=12956] ppid=12947 vsize=594360 CPUtime=50.98 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 25554 1255 0 0 5095 3 0 0 25 0 9 0 722780741 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 18446744073699065971 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=594360 CPUtime=50.39 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 20271 1255 0 0 5037 2 0 0 25 0 9 0 722780741 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=594360 CPUtime=50.95 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 23332 1255 0 0 5092 3 0 0 25 0 9 0 722780741 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=594360 CPUtime=50.98 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 94985 1255 0 0 5084 14 0 0 25 0 9 0 722780741 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=594360 CPUtime=50.97 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 19195 1255 0 0 5096 1 0 0 25 0 9 0 722780742 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=594360 CPUtime=50.94 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 24729 1255 0 0 5091 3 0 0 25 0 9 0 722780742 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=594360 CPUtime=50.97 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 25034 1255 0 0 5095 2 0 0 25 0 9 0 722780742 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=594360 CPUtime=50.97 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 17618 1255 0 0 5095 2 0 0 25 0 9 0 722780742 608624640 109919 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.35
Current children cumulated vsize (KiB) 594360

[startup+102.301 s]
/proc/loadavg: 8.04 8.03 8.00 9/375 12965

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


[startup+4722.3 s]
/proc/loadavg: 8.07 8.10 8.04 9/375 13585
/proc/meminfo: memFree=18516656/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=4865084 CPUtime=37717.7 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 4574073 1255 0 0 3770968 800 0 0 18 0 9 0 722780730 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 1216271 1177520 180 55 0 1214157 0
[pid=12949/tid=12956] ppid=12947 vsize=4865084 CPUtime=4721.08 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 582501 1255 0 0 472010 98 0 0 25 0 9 0 722780741 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=4865084 CPUtime=4665.3 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 572204 1255 0 0 466420 110 0 0 25 0 9 0 722780741 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=4865084 CPUtime=4722.05 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 621148 1255 0 0 472109 96 0 0 25 0 9 0 722780741 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=4865084 CPUtime=4721.2 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 689206 1255 0 0 471956 164 0 0 25 0 9 0 722780741 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=4865084 CPUtime=4722.28 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 582988 1255 0 0 472136 92 0 0 25 0 9 0 722780742 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=4865084 CPUtime=4721.23 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 392218 1255 0 0 472069 54 0 0 25 0 9 0 722780742 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=4865084 CPUtime=4722.3 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 355518 1255 0 0 472183 47 0 0 25 0 9 0 722780742 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=4865084 CPUtime=4722.06 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 773557 1255 0 0 472072 134 0 0 25 0 9 0 722780742 4981846016 1177520 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37717.7
Current children cumulated vsize (KiB) 4865084

[startup+4782.3 s]
/proc/loadavg: 8.08 8.09 8.04 9/375 13586
/proc/meminfo: memFree=18391272/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=4990072 CPUtime=38197.1 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 4613512 1255 0 0 3818894 811 0 0 18 0 9 0 722780730 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 1247518 1208767 180 55 0 1245404 0
[pid=12949/tid=12956] ppid=12947 vsize=4990072 CPUtime=4781.09 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 582501 1255 0 0 478011 98 0 0 25 0 9 0 722780741 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=4990072 CPUtime=4724.6 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 578875 1255 0 0 472349 111 0 0 25 0 9 0 722780741 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=4990072 CPUtime=4782.06 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 621148 1255 0 0 478110 96 0 0 25 0 9 0 722780741 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=4990072 CPUtime=4781.21 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 689206 1255 0 0 477957 164 0 0 25 0 9 0 722780741 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=4990072 CPUtime=4782.29 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 615756 1255 0 0 478127 102 0 0 25 0 9 0 722780742 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=4990072 CPUtime=4781.24 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 392218 1255 0 0 478070 54 0 0 25 0 9 0 722780742 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=4990072 CPUtime=4782.31 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 355518 1255 0 0 478184 47 0 0 25 0 9 0 722780742 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=4990072 CPUtime=4782.08 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 773557 1255 0 0 478074 134 0 0 25 0 9 0 722780742 5109833728 1208767 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38197.1
Current children cumulated vsize (KiB) 4990072

[startup+4842.3 s]
/proc/loadavg: 8.08 8.09 8.04 9/375 13588
/proc/meminfo: memFree=18369932/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=5010792 CPUtime=38676.2 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 4643268 1255 0 0 3866809 816 0 0 18 0 9 0 722780730 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 1252698 1213947 180 55 0 1250584 0
[pid=12949/tid=12956] ppid=12947 vsize=5010792 CPUtime=4841.08 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 582501 1255 0 0 484010 98 0 0 25 0 9 0 722780741 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=5010792 CPUtime=4783.88 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 597371 1255 0 0 478275 113 0 0 25 0 9 0 722780741 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=5010792 CPUtime=4842.06 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 632408 1255 0 0 484106 100 0 0 25 0 9 0 722780741 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=5010792 CPUtime=4841.2 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 689206 1255 0 0 483956 164 0 0 25 0 9 0 722780741 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=5010792 CPUtime=4842.28 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 615756 1255 0 0 484126 102 0 0 25 0 9 0 722780742 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=5010792 CPUtime=4841.21 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 392218 1255 0 0 484067 54 0 0 25 0 9 0 722780742 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=5010792 CPUtime=4842.3 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 355518 1255 0 0 484183 47 0 0 25 0 9 0 722780742 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=5010792 CPUtime=4842.07 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 773557 1255 0 0 484072 135 0 0 25 0 9 0 722780742 5131051008 1213947 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38676.2
Current children cumulated vsize (KiB) 5010792

[startup+4902.31 s]
/proc/loadavg: 8.07 8.08 8.04 9/375 13589
/proc/meminfo: memFree=18425584/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=4954988 CPUtime=39155.6 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 4662085 1255 0 0 3914746 819 0 0 18 0 9 0 722780730 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 1238747 1199996 180 55 0 1236633 0
[pid=12949/tid=12956] ppid=12947 vsize=4954988 CPUtime=4901.1 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 582501 1255 0 0 490012 98 0 0 25 0 9 0 722780741 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=4954988 CPUtime=4843.18 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 599803 1255 0 0 484205 113 0 0 25 0 9 0 722780741 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=4954988 CPUtime=4902.07 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 632408 1255 0 0 490107 100 0 0 25 0 9 0 722780741 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=4954988 CPUtime=4901.22 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 689206 1255 0 0 489958 164 0 0 25 0 9 0 722780741 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=4954988 CPUtime=4902.3 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 615756 1255 0 0 490128 102 0 0 25 0 9 0 722780742 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=4954988 CPUtime=4901.21 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 392218 1255 0 0 490067 54 0 0 25 0 9 0 722780742 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=4954988 CPUtime=4902.31 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 371903 1255 0 0 490182 49 0 0 25 0 9 0 722780742 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=4954988 CPUtime=4902.09 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 773557 1255 0 0 490074 135 0 0 25 0 9 0 722780742 5073907712 1199996 33554432000 4194304 4417452 140733478186512 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39155.7
Current children cumulated vsize (KiB) 4954988

[startup+4962.3 s]
/proc/loadavg: 8.07 8.08 8.04 9/375 13591
/proc/meminfo: memFree=18251228/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=5129852 CPUtime=39634.8 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 4705801 1255 0 0 3962658 825 0 0 18 0 9 0 722780730 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 1282463 1243712 180 55 0 1280349 0
[pid=12949/tid=12956] ppid=12947 vsize=5129852 CPUtime=4961.08 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 592508 1255 0 0 496007 101 0 0 25 0 9 0 722780741 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=5129852 CPUtime=4902.45 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 602472 1255 0 0 490132 113 0 0 25 0 9 0 722780741 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=5129852 CPUtime=4962.05 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 632408 1255 0 0 496105 100 0 0 25 0 9 0 722780741 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=5129852 CPUtime=4961.21 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 689206 1255 0 0 495957 164 0 0 25 0 9 0 722780741 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=5129852 CPUtime=4962.29 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 615756 1255 0 0 496127 102 0 0 25 0 9 0 722780742 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=5129852 CPUtime=4961.19 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 392218 1255 0 0 496065 54 0 0 25 0 9 0 722780742 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=5129852 CPUtime=4962.3 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 386559 1255 0 0 496180 50 0 0 25 0 9 0 722780742 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=5129852 CPUtime=4962.07 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 789941 1255 0 0 496071 136 0 0 25 0 9 0 722780742 5252968448 1243712 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39634.8
Current children cumulated vsize (KiB) 5129852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5008.1 s]
/proc/loadavg: 8.03 8.07 8.03 9/375 13592
/proc/meminfo: memFree=17967248/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=5412988 CPUtime=40000.7 cores=0-7
/proc/12949/stat : 12949 (plingeling) S 12947 12949 12664 0 -1 4202496 4776585 1255 0 0 3999233 841 0 0 18 0 9 0 722780730 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 1353247 1314496 180 55 0 1351133 0
[pid=12949/tid=12956] ppid=12947 vsize=5412988 CPUtime=5006.9 cores=0-7
/proc/12949/task/12956/stat : 12956 (plingeling) R 12947 12949 12664 0 -1 4202560 592508 1255 0 0 500589 101 0 0 25 0 9 0 722780741 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=5412988 CPUtime=4947.68 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4202560 602472 1255 0 0 494655 113 0 0 25 0 9 0 722780741 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12949/tid=12958] ppid=12947 vsize=5412988 CPUtime=5007.87 cores=0-7
/proc/12949/task/12958/stat : 12958 (plingeling) R 12947 12949 12664 0 -1 4202560 632408 1255 0 0 500687 100 0 0 25 0 9 0 722780741 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12949/tid=12959] ppid=12947 vsize=5412988 CPUtime=5007.02 cores=0-7
/proc/12949/task/12959/stat : 12959 (plingeling) R 12947 12949 12664 0 -1 4202560 721974 1255 0 0 500528 174 0 0 25 0 9 0 722780741 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12949/tid=12960] ppid=12947 vsize=5412988 CPUtime=5008.1 cores=0-7
/proc/12949/task/12960/stat : 12960 (plingeling) R 12947 12949 12664 0 -1 4202560 615756 1255 0 0 500708 102 0 0 25 0 9 0 722780742 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12949/tid=12961] ppid=12947 vsize=5412988 CPUtime=5007 cores=0-7
/proc/12949/task/12961/stat : 12961 (plingeling) R 12947 12949 12664 0 -1 4202560 392218 1255 0 0 500646 54 0 0 25 0 9 0 722780742 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12949/tid=12962] ppid=12947 vsize=5412988 CPUtime=5008.12 cores=0-7
/proc/12949/task/12962/stat : 12962 (plingeling) R 12947 12949 12664 0 -1 4202560 419327 1255 0 0 500758 54 0 0 25 0 9 0 722780742 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12949/tid=12963] ppid=12947 vsize=5412988 CPUtime=5007.89 cores=0-7
/proc/12949/task/12963/stat : 12963 (plingeling) R 12947 12949 12664 0 -1 4202560 795189 1255 0 0 500651 138 0 0 25 0 9 0 722780742 5542899712 1314496 33554432000 4194304 4417452 140733478186512 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 5412988

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

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

[startup+5008.3 s]
/proc/loadavg: 8.03 8.07 8.03 9/375 13592
/proc/meminfo: memFree=17967248/32951124 swapFree=37160472/67111528
[pid=12949] ppid=12947 vsize=0 CPUtime=40001 cores=0-7
/proc/12949/stat : 12949 (plingeling) Z 12947 12949 12664 0 -1 4203548 4776585 1255 0 0 3999239 859 0 0 18 0 2 0 722780730 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12949/statm: 0 0 0 0 0 0 0
[pid=12949/tid=12957] ppid=12947 vsize=0 CPUtime=4947.86 cores=0-7
/proc/12949/task/12957/stat : 12957 (plingeling) R 12947 12949 12664 0 -1 4203588 602472 1255 0 0 494655 131 0 0 25 0 2 0 722780741 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40001
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.31
CPU time (s): 40001
CPU user time (s): 39992.4
CPU system time (s): 8.60869
CPU usage (%): 798.692
Max. virtual memory (cumulated for all children) (KiB): 5412988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992.4
system time used= 8.60869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4777840
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= 223
involuntary context switches= 197509

runsolver used 16.5585 second user time and 43.2734 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-23 02:50:03
IDJOB=3395038
IDBENCH=88227
IDSOLVER=1851
FILE ID=node104/3395038-1306111803
RUNJOBID= node104-1306109766-12678
PBS_JOBID= 13388043
Free space on /tmp= 73240 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3395038-1306111803/watcher-3395038-1306111803 -o /tmp/evaluation-result-3395038-1306111803/solver-3395038-1306111803 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3395038-1306111803.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=562583889

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:      23098572 kB
Buffers:        341892 kB
Cached:        7432648 kB
SwapCached:     152248 kB
Active:        3221372 kB
Inactive:      6327104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23098572 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:            1164 kB
Writeback:           0 kB
AnonPages:     1634908 kB
Mapped:          10580 kB
Slab:           149740 kB
PageTables:      89092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87700880 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= 73400 MiB
End job on node104 at 2011-05-23 04:13:33