Trace number 3395016

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.134978
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3395016-1306110527/watcher-3395016-1306110527 -o /tmp/evaluation-result-3395016-1306110527/solver-3395016-1306110527 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3395016-1306110527.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.56 7.95 7.97 2/454 9768
/proc/meminfo: memFree=17011160/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=11876 CPUtime=0 cores=0-7
/proc/9768/stat : 9768 (plingeling) R 9766 9768 9742 0 -1 4202496 1060 1255 0 0 0 0 0 0 21 0 1 0 722650705 12161024 991 33554432000 4194304 4417452 140736983755808 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9768/statm: 2969 991 147 55 0 855 0

[startup+0.059815 s]
/proc/loadavg: 7.56 7.95 7.97 2/454 9768
/proc/meminfo: memFree=17011160/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=19608 CPUtime=0.05 cores=0-7
/proc/9768/stat : 9768 (plingeling) R 9766 9768 9742 0 -1 4202496 3117 1255 0 0 5 0 0 0 21 0 1 0 722650705 20078592 2925 33554432000 4194304 4417452 140736983755808 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9768/statm: 4902 2925 148 55 0 2788 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19608

[startup+0.10082 s]
/proc/loadavg: 7.56 7.95 7.97 2/454 9768
/proc/meminfo: memFree=17011160/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=27800 CPUtime=0.08 cores=0-7
/proc/9768/stat : 9768 (plingeling) R 9766 9768 9742 0 -1 4202496 5165 1255 0 0 8 0 0 0 21 0 1 0 722650705 28467200 4973 33554432000 4194304 4417452 140736983755808 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9768/statm: 6950 4973 148 55 0 4836 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27800

[startup+0.300785 s]
/proc/loadavg: 7.56 7.95 7.97 2/454 9768
/proc/meminfo: memFree=17011160/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=76952 CPUtime=0.28 cores=0-7
/proc/9768/stat : 9768 (plingeling) R 9766 9768 9742 0 -1 4202496 17453 1255 0 0 27 1 0 0 22 0 1 0 722650705 78798848 17261 33554432000 4194304 4417452 140736983755808 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9768/statm: 19238 17261 148 55 0 17124 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76952

[startup+0.700666 s]
/proc/loadavg: 7.56 7.95 7.97 2/454 9768
/proc/meminfo: memFree=17011160/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=230880 CPUtime=2.54 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 19620 1255 0 0 252 2 0 0 18 0 9 0 722650705 236421120 18947 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 57720 18947 176 55 0 55606 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 230880

[startup+1.50052 s]
/proc/loadavg: 7.56 7.95 7.97 9/463 9782
/proc/meminfo: memFree=16919956/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=256344 CPUtime=8.85 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 54985 1255 0 0 875 10 0 0 18 0 9 0 722650705 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 64086 25303 180 55 0 61972 0
[pid=9768/tid=9775] ppid=9766 vsize=256344 CPUtime=1.04 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2074 1255 0 0 104 0 0 0 18 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=256344 CPUtime=1.05 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 5423 1255 0 0 104 1 0 0 18 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250022 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=256344 CPUtime=1.05 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 4315 1255 0 0 104 1 0 0 18 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=256344 CPUtime=1.06 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 6811 1255 0 0 105 1 0 0 19 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4321570 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=256344 CPUtime=1.03 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 5934 1255 0 0 102 1 0 0 18 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=256344 CPUtime=1.04 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 3162 1255 0 0 103 1 0 0 21 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=256344 CPUtime=1.04 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 5422 1255 0 0 104 0 0 0 18 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4236324 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=256344 CPUtime=1.05 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 4374 1255 0 0 104 1 0 0 18 0 9 0 722650748 262496256 25303 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 256344

[startup+3.10123 s]
/proc/loadavg: 7.56 7.95 7.97 9/463 9782
/proc/meminfo: memFree=16898256/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=276564 CPUtime=21.64 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 65334 1255 0 0 2153 11 0 0 18 0 9 0 722650705 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 69141 29787 180 55 0 67027 0
[pid=9768/tid=9775] ppid=9766 vsize=276564 CPUtime=2.64 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2074 1255 0 0 264 0 0 0 21 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4236302 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=276564 CPUtime=2.65 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 5423 1255 0 0 264 1 0 0 21 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250000 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=276564 CPUtime=2.65 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 4620 1255 0 0 264 1 0 0 21 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=276564 CPUtime=2.65 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 14679 1255 0 0 264 1 0 0 22 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=276564 CPUtime=2.61 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 6474 1255 0 0 260 1 0 0 21 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250082 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=276564 CPUtime=2.64 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 3718 1255 0 0 263 1 0 0 25 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=276564 CPUtime=2.64 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 5962 1255 0 0 264 0 0 0 22 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=276564 CPUtime=2.65 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 4914 1255 0 0 264 1 0 0 22 0 9 0 722650748 283201536 29787 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249622 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.64
Current children cumulated vsize (KiB) 276564

[startup+6.30065 s]
/proc/loadavg: 7.59 7.95 7.97 9/463 9783
/proc/meminfo: memFree=16863784/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=320776 CPUtime=47.19 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 83028 1255 0 0 4706 13 0 0 18 0 9 0 722650705 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 80194 41411 180 55 0 78080 0
[pid=9768/tid=9775] ppid=9766 vsize=320776 CPUtime=5.84 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 3154 1255 0 0 584 0 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=320776 CPUtime=5.85 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 5423 1255 0 0 584 1 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=320776 CPUtime=5.85 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 4620 1255 0 0 584 1 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4258561 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=320776 CPUtime=5.86 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 29134 1255 0 0 583 3 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=320776 CPUtime=5.76 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 6474 1255 0 0 575 1 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4258535 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=320776 CPUtime=5.84 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 4798 1255 0 0 583 1 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4250022 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=320776 CPUtime=5.84 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 5962 1255 0 0 584 0 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249958 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=320776 CPUtime=5.85 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 5993 1255 0 0 584 1 0 0 25 0 9 0 722650748 328474624 41411 33554432000 4194304 4417452 140736983755808 18446744073709551615 4335984 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.19
Current children cumulated vsize (KiB) 320776

[startup+12.7005 s]
/proc/loadavg: 7.62 7.96 7.97 9/463 9783
/proc/meminfo: memFree=16798540/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=388752 CPUtime=98.3 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 111991 1255 0 0 9810 20 0 0 18 0 9 0 722650705 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 97188 58405 180 55 0 95074 0
[pid=9768/tid=9775] ppid=9766 vsize=388752 CPUtime=12.24 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 3154 1255 0 0 1224 0 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=388752 CPUtime=12.25 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 5423 1255 0 0 1224 1 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=388752 CPUtime=12.25 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 4620 1255 0 0 1224 1 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4258201 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=388752 CPUtime=12.25 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 58097 1255 0 0 1216 9 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=388752 CPUtime=12.07 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 6474 1255 0 0 1206 1 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=388752 CPUtime=12.24 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 4798 1255 0 0 1223 1 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=388752 CPUtime=12.24 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 5962 1255 0 0 1224 0 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4258457 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=388752 CPUtime=12.25 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 5993 1255 0 0 1224 1 0 0 25 0 9 0 722650748 398082048 58405 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249184 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.3
Current children cumulated vsize (KiB) 388752

[startup+25.5012 s]
/proc/loadavg: 7.78 7.97 7.98 9/463 9783
/proc/meminfo: memFree=16757436/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=413460 CPUtime=200.5 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 167033 1255 0 0 20023 27 0 0 18 0 9 0 722650705 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 103365 64256 180 55 0 101251 0
[pid=9768/tid=9775] ppid=9766 vsize=413460 CPUtime=25.04 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 4333 1255 0 0 2503 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=413460 CPUtime=25.05 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 6754 1255 0 0 2504 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=413460 CPUtime=25.05 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 6437 1255 0 0 2504 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4248895 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=413460 CPUtime=25.05 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 100510 1255 0 0 2490 15 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=413460 CPUtime=24.67 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 6613 1255 0 0 2466 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4356834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=413460 CPUtime=25.03 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 9676 1255 0 0 2502 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4365602 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=413460 CPUtime=25.05 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 8120 1255 0 0 2504 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=413460 CPUtime=25.05 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 7120 1255 0 0 2504 1 0 0 25 0 9 0 722650748 423383040 64256 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.5
Current children cumulated vsize (KiB) 413460

[startup+51.1006 s]
/proc/loadavg: 7.85 7.97 7.98 9/463 9784
/proc/meminfo: memFree=16563060/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=603172 CPUtime=404.9 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 268326 1255 0 0 40447 43 0 0 18 0 9 0 722650705 617648128 113370 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 150793 113370 180 55 0 148679 0
[pid=9768/tid=9775] ppid=9766 vsize=603172 CPUtime=50.64 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 5301 1255 0 0 5063 1 0 0 25 0 9 0 722650748 617648128 113370 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=603172 CPUtime=50.65 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 6754 1255 0 0 5064 1 0 0 25 0 9 0 722650748 617648128 113370 33554432000 4194304 4417452 140736983755808 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=603172 CPUtime=50.65 cores=0-7

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


[startup+4722.32 s]
/proc/loadavg: 8.02 8.07 8.06 9/463 9920
/proc/meminfo: memFree=6296452/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=10848504 CPUtime=37701.4 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 18297408 1255 0 0 3766973 3164 0 0 18 0 9 0 722650705 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 2712126 2673323 180 55 0 2710012 0
[pid=9768/tid=9775] ppid=9766 vsize=10848504 CPUtime=4721.93 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2682269 1255 0 0 471779 414 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=10848504 CPUtime=4721.8 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 1677074 1255 0 0 471872 308 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=10848504 CPUtime=4721.98 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 2799236 1255 0 0 471802 396 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=10848504 CPUtime=4721.99 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 2284176 1255 0 0 471670 529 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=10848504 CPUtime=4649.34 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 1522301 1255 0 0 464682 252 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=10848504 CPUtime=4720.79 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 2772327 1255 0 0 471591 488 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=10848504 CPUtime=4721.91 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 2365678 1255 0 0 471835 356 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=10848504 CPUtime=4721.14 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 2176877 1255 0 0 471698 416 0 0 25 0 9 0 722650748 11108868096 2673323 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37701.4
Current children cumulated vsize (KiB) 10848504

[startup+4782.3 s]
/proc/loadavg: 8.07 8.07 8.05 9/463 9922
/proc/meminfo: memFree=6130780/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=11014692 CPUtime=38180.3 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 18486411 1255 0 0 3814839 3194 0 0 18 0 9 0 722650705 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 2753673 2714870 180 55 0 2751559 0
[pid=9768/tid=9775] ppid=9766 vsize=11014692 CPUtime=4781.92 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2731421 1255 0 0 477770 422 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4232252 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=11014692 CPUtime=4781.78 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 1709842 1255 0 0 477866 312 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=11014692 CPUtime=4781.96 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 2799236 1255 0 0 477800 396 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=11014692 CPUtime=4781.97 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 2284176 1255 0 0 477668 529 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=11014692 CPUtime=4708.41 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 1522301 1255 0 0 470589 252 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=11014692 CPUtime=4780.76 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 2813874 1255 0 0 477580 496 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=11014692 CPUtime=4781.9 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 2398446 1255 0 0 477830 360 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=11014692 CPUtime=4781.13 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 2209645 1255 0 0 477691 422 0 0 25 0 9 0 722650748 11279044608 2714870 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38180.3
Current children cumulated vsize (KiB) 11014692

[startup+4842.3 s]
/proc/loadavg: 8.02 8.05 8.05 9/463 9924
/proc/meminfo: memFree=5877380/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=11267740 CPUtime=38659.4 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 18697129 1255 0 0 3862704 3235 0 0 18 0 9 0 722650705 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 2816935 2778132 180 55 0 2814821 0
[pid=9768/tid=9775] ppid=9766 vsize=11267740 CPUtime=4841.92 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2780573 1255 0 0 483761 431 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=11267740 CPUtime=4841.78 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 1709842 1255 0 0 483866 312 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=11267740 CPUtime=4841.96 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 2799236 1255 0 0 483800 396 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=11267740 CPUtime=4841.97 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 2284176 1255 0 0 483668 529 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=11267740 CPUtime=4767.47 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 1558052 1255 0 0 476484 263 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=11267740 CPUtime=4840.75 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 2846642 1255 0 0 483574 501 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=11267740 CPUtime=4841.9 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 2442341 1255 0 0 483822 368 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=11267740 CPUtime=4841.13 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 2258797 1255 0 0 483683 430 0 0 25 0 9 0 722650748 11538165760 2778132 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38659.4
Current children cumulated vsize (KiB) 11267740

[startup+4902.3 s]
/proc/loadavg: 8.06 8.06 8.05 9/463 9925
/proc/meminfo: memFree=5747496/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=11395884 CPUtime=39138.5 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 18942157 1255 0 0 3910561 3285 0 0 18 0 9 0 722650705 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 2848971 2810168 180 55 0 2846857 0
[pid=9768/tid=9775] ppid=9766 vsize=11395884 CPUtime=4901.92 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2813341 1255 0 0 489756 436 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=11395884 CPUtime=4901.78 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 1709842 1255 0 0 489866 312 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=11395884 CPUtime=4901.97 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 2811905 1255 0 0 489797 400 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=11395884 CPUtime=4901.97 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 2334556 1255 0 0 489649 548 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=11395884 CPUtime=4826.56 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 1576191 1255 0 0 482387 269 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=11395884 CPUtime=4900.73 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 2879410 1255 0 0 489567 506 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=11395884 CPUtime=4901.9 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 2491493 1255 0 0 489817 373 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=11395884 CPUtime=4901.12 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 2307949 1255 0 0 489676 436 0 0 25 0 9 0 722650748 11669385216 2810168 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39138.5
Current children cumulated vsize (KiB) 11395884

[startup+4962.3 s]
/proc/loadavg: 8.07 8.06 8.05 9/463 9927
/proc/meminfo: memFree=6116712/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=11032536 CPUtime=39617.5 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 19298426 1255 0 0 3958386 3366 0 0 18 0 9 0 722650705 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 2758134 2719331 180 55 0 2756020 0
[pid=9768/tid=9775] ppid=9766 vsize=11032536 CPUtime=4961.92 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2862493 1255 0 0 495747 445 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=11032536 CPUtime=4961.78 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 1709842 1255 0 0 495866 312 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=11032536 CPUtime=4961.97 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 2847728 1255 0 0 495793 404 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=11032536 CPUtime=4961.97 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 2334556 1255 0 0 495649 548 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=11032536 CPUtime=4885.62 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 1585883 1255 0 0 488289 273 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=11032536 CPUtime=4960.72 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 3064073 1255 0 0 495516 556 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=11032536 CPUtime=4961.9 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 2535664 1255 0 0 495810 380 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=11032536 CPUtime=4961.12 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 2340717 1255 0 0 495670 442 0 0 25 0 9 0 722650748 11297316864 2719331 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39617.5
Current children cumulated vsize (KiB) 11032536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.3 s]
/proc/loadavg: 8.08 8.06 8.05 9/463 9928
/proc/meminfo: memFree=5961992/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=11183512 CPUtime=40000.9 cores=0-7
/proc/9768/stat : 9768 (plingeling) S 9766 9768 9742 0 -1 4202496 19450858 1255 0 0 3996700 3386 0 0 18 0 9 0 722650705 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 2795878 2757075 180 55 0 2793764 0
[pid=9768/tid=9775] ppid=9766 vsize=11183512 CPUtime=5009.94 cores=0-7
/proc/9768/task/9775/stat : 9775 (plingeling) R 9766 9768 9742 0 -1 4202560 2895261 1255 0 0 500544 450 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9768/tid=9776] ppid=9766 vsize=11183512 CPUtime=5009.8 cores=0-7
/proc/9768/task/9776/stat : 9776 (plingeling) R 9766 9768 9742 0 -1 4202560 1709842 1255 0 0 500668 312 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9768/tid=9777] ppid=9766 vsize=11183512 CPUtime=5009.98 cores=0-7
/proc/9768/task/9777/stat : 9777 (plingeling) R 9766 9768 9742 0 -1 4202560 2864112 1255 0 0 500593 405 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9768/tid=9778] ppid=9766 vsize=11183512 CPUtime=5009.99 cores=0-7
/proc/9768/task/9778/stat : 9778 (plingeling) R 9766 9768 9742 0 -1 4202560 2334556 1255 0 0 500451 548 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=11183512 CPUtime=4932.9 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4202560 1590859 1255 0 0 493016 274 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9768/tid=9780] ppid=9766 vsize=11183512 CPUtime=5008.73 cores=0-7
/proc/9768/task/9780/stat : 9780 (plingeling) R 9766 9768 9742 0 -1 4202560 3064073 1255 0 0 500317 556 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9768/tid=9781] ppid=9766 vsize=11183512 CPUtime=5009.92 cores=0-7
/proc/9768/task/9781/stat : 9781 (plingeling) R 9766 9768 9742 0 -1 4202560 2584816 1255 0 0 500606 386 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364690 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9768/tid=9782] ppid=9766 vsize=11183512 CPUtime=5009.14 cores=0-7
/proc/9768/task/9782/stat : 9782 (plingeling) R 9766 9768 9742 0 -1 4202560 2389869 1255 0 0 500464 450 0 0 25 0 9 0 722650748 11451916288 2757075 33554432000 4194304 4417452 140736983755808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 11183512

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

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

[startup+5010.6 s]
/proc/loadavg: 8.08 8.06 8.05 2/457 9929
/proc/meminfo: memFree=8928004/32951124 swapFree=49826860/67111528
[pid=9768] ppid=9766 vsize=0 CPUtime=40001.2 cores=0-7
/proc/9768/stat : 9768 (plingeling) Z 9766 9768 9742 0 -1 4203548 19450858 1255 0 0 3996709 3414 0 0 18 0 2 0 722650705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9768/statm: 0 0 0 0 0 0 0
[pid=9768/tid=9779] ppid=9766 vsize=0 CPUtime=4933.18 cores=0-7
/proc/9768/task/9779/stat : 9779 (plingeling) R 9766 9768 9742 0 -1 4203588 1590859 1255 0 0 493016 302 0 0 25 0 2 0 722650748 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.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.69
CPU time (s): 40001.3
CPU user time (s): 39967.1
CPU system time (s): 34.2398
CPU usage (%): 798.319
Max. virtual memory (cumulated for all children) (KiB): 11703640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39967.1
system time used= 34.2398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19452113
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= 677
involuntary context switches= 192678

runsolver used 21.9477 second user time and 55.1236 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-23 02:28:47
IDJOB=3395016
IDBENCH=88216
IDSOLVER=1851
FILE ID=node138/3395016-1306110527
RUNJOBID= node138-1306110527-9756
PBS_JOBID= 13388049
Free space on /tmp= 73268 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3395016-1306110527/watcher-3395016-1306110527 -o /tmp/evaluation-result-3395016-1306110527/solver-3395016-1306110527 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3395016-1306110527.cnf

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=1968474267

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17011564 kB
Buffers:        194344 kB
Cached:        4823168 kB
SwapCached:      72612 kB
Active:        3817544 kB
Inactive:     11841684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17011564 kB
SwapTotal:    67111528 kB
SwapFree:     49826860 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:    10581080 kB
Mapped:          17628 kB
Slab:           116684 kB
PageTables:      92180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130631416 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= 73268 MiB
End job on node138 at 2011-05-23 03:52:20