Trace number 3371449

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) 4800.2 1206.57

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

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-3371449-1305432844/watcher-3371449-1305432844 -o /tmp/evaluation-result-3371449-1305432844/solver-3371449-1305432844 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371449-1305432844.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.41 7.84 6.11 2/295 29855
/proc/meminfo: memFree=27364204/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=11712 CPUtime=0 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 1013 1251 0 0 0 0 0 0 23 0 1 0 654883056 11993088 943 33554432000 4194304 4417452 140737093720384 18446744073709551615 4259025 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 2928 943 148 55 0 814 0

[startup+0.089772 s]
/proc/loadavg: 7.41 7.84 6.11 2/295 29855
/proc/meminfo: memFree=27364204/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=26388 CPUtime=0.07 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 4701 1251 0 0 7 0 0 0 23 0 1 0 654883056 27021312 4621 33554432000 4194304 4417452 140737093720384 18446744073709551615 4209609 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 6597 4621 149 55 0 4483 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26388

[startup+0.10077 s]
/proc/loadavg: 7.41 7.84 6.11 2/295 29855
/proc/meminfo: memFree=27364204/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=26388 CPUtime=0.08 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 4701 1251 0 0 8 0 0 0 23 0 1 0 654883056 27021312 4621 33554432000 4194304 4417452 140737093720384 18446744073709551615 4209519 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 6597 4621 149 55 0 4483 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26388

[startup+0.300747 s]
/proc/loadavg: 7.41 7.84 6.11 2/295 29855
/proc/meminfo: memFree=27364204/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=45344 CPUtime=0.29 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 9440 1251 0 0 28 1 0 0 24 0 1 0 654883056 46432256 9360 33554432000 4194304 4417452 140737093720384 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 11336 9360 149 55 0 9222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45344

[startup+0.700613 s]
/proc/loadavg: 7.41 7.84 6.11 2/295 29855
/proc/meminfo: memFree=27364204/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=79352 CPUtime=0.69 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 17956 1251 0 0 66 3 0 0 25 0 1 0 654883056 81256448 17862 33554432000 4194304 4417452 140737093720384 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 19838 17862 149 55 0 17724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79352

[startup+1.5005 s]
/proc/loadavg: 7.41 7.84 6.11 3/296 29861
/proc/meminfo: memFree=27139764/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=163972 CPUtime=1.49 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 36349 1251 0 0 143 6 0 0 25 0 1 0 654883056 167907328 36255 33554432000 4194304 4417452 140737093720384 18446744073709551615 210204341341 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 40993 36276 149 55 0 38879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163972

[startup+3.10023 s]
/proc/loadavg: 7.41 7.84 6.11 3/296 29862
/proc/meminfo: memFree=26861136/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=381276 CPUtime=3.09 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) R 29853 29855 29414 0 -1 4202496 93295 1251 0 0 295 14 0 0 25 0 1 0 654883056 390426624 93159 33554432000 4194304 4417452 140737093720384 18446744073709551615 210204341341 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29855/statm: 95319 93182 149 55 0 93205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381276

[startup+6.30061 s]
/proc/loadavg: 7.14 7.77 6.10 10/304 29870
/proc/meminfo: memFree=26329464/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=536048 CPUtime=10.39 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 139333 1251 0 0 1016 23 0 0 25 0 5 0 654883056 548913152 107828 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 134012 107828 174 55 0 131898 0
[pid=29855/tid=29867] ppid=29853 vsize=536048 CPUtime=1.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 5598 1251 0 0 137 0 0 0 25 0 5 0 654883548 548913152 107828 33554432000 4194304 4417452 140737093720384 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=536048 CPUtime=1.35 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 5504 1251 0 0 135 0 0 0 25 0 5 0 654883548 548913152 107828 33554432000 4194304 4417452 140737093720384 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=536048 CPUtime=1.35 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 5580 1251 0 0 134 1 0 0 25 0 5 0 654883548 548913152 107828 33554432000 4194304 4417452 140737093720384 18446744073709551615 4310483 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=536048 CPUtime=1.36 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 4583 1251 0 0 136 0 0 0 25 0 5 0 654883548 548913152 107828 33554432000 4194304 4417452 140737093720384 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 536048

[startup+12.7115 s]
/proc/loadavg: 7.21 7.78 6.10 10/304 29870
/proc/meminfo: memFree=26245956/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=613188 CPUtime=35.96 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 283178 1251 0 0 3550 46 0 0 25 0 5 0 654883056 627904512 128665 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 153297 128665 179 55 0 151183 0
[pid=29855/tid=29867] ppid=29853 vsize=613188 CPUtime=7.77 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 51155 1251 0 0 769 8 0 0 25 0 5 0 654883548 627904512 128665 33554432000 4194304 4417452 140737093720384 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=613188 CPUtime=7.7 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 50610 1251 0 0 762 8 0 0 25 0 5 0 654883548 627904512 128665 33554432000 4194304 4417452 140737093720384 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=613188 CPUtime=7.76 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 58762 1251 0 0 767 9 0 0 25 0 5 0 654883548 627904512 128665 33554432000 4194304 4417452 140737093720384 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=613188 CPUtime=7.77 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 4583 1251 0 0 777 0 0 0 25 0 5 0 654883548 627904512 128665 33554432000 4194304 4417452 140737093720384 18446744073709551615 4353561 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.96
Current children cumulated vsize (KiB) 613188

[startup+25.5004 s]
/proc/loadavg: 7.38 7.79 6.13 10/304 29870
/proc/meminfo: memFree=25968832/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=783696 CPUtime=87 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 337729 1251 0 0 8644 56 0 0 25 0 5 0 654883056 802504704 176754 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 195924 176754 180 55 0 193810 0
[pid=29855/tid=29867] ppid=29853 vsize=783696 CPUtime=20.56 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 75300 1251 0 0 2043 13 0 0 25 0 5 0 654883548 802504704 176754 33554432000 4194304 4417452 140737093720384 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=783696 CPUtime=20.38 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 71155 1251 0 0 2026 12 0 0 25 0 5 0 654883548 802504704 176754 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=783696 CPUtime=20.56 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 65952 1251 0 0 2046 10 0 0 25 0 5 0 654883548 802504704 176754 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=783696 CPUtime=20.56 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 7254 1251 0 0 2055 1 0 0 25 0 5 0 654883548 802504704 176754 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87
Current children cumulated vsize (KiB) 783696

[startup+51.1011 s]
/proc/loadavg: 7.59 7.80 6.18 10/304 29871
/proc/meminfo: memFree=25912332/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=802556 CPUtime=189.19 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 342638 1251 0 0 18862 57 0 0 25 0 5 0 654883056 821817344 181469 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 200639 181469 180 55 0 198525 0
[pid=29855/tid=29867] ppid=29853 vsize=802556 CPUtime=46.17 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 76071 1251 0 0 4604 13 0 0 25 0 5 0 654883548 821817344 181469 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=802556 CPUtime=45.75 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 71155 1251 0 0 4563 12 0 0 25 0 5 0 654883548 821817344 181469 33554432000 4194304 4417452 140737093720384 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=802556 CPUtime=46.17 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 67671 1251 0 0 4607 10 0 0 25 0 5 0 654883548 821817344 181469 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=802556 CPUtime=46.16 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 9673 1251 0 0 4615 1 0 0 25 0 5 0 654883548 821817344 181469 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 189.19
Current children cumulated vsize (KiB) 802556

[startup+102.301 s]
/proc/loadavg: 7.92 7.86 6.29 10/304 29872
/proc/meminfo: memFree=25895584/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=871628 CPUtime=393.49 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 471678 1251 0 0 39274 75 0 0 25 0 5 0 654883056 892547072 194621 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 217907 194621 180 55 0 215793 0
[pid=29855/tid=29867] ppid=29853 vsize=871628 CPUtime=97.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 111958 1251 0 0 9719 18 0 0 25 0 5 0 654883548 892547072 194621 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=871628 CPUtime=96.47 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 106595 1251 0 0 9631 16 0 0 25 0 5 0 654883548 892547072 194621 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=871628 CPUtime=97.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 107778 1251 0 0 9721 15 0 0 25 0 5 0 654883548 892547072 194621 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=871628 CPUtime=97.34 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 27279 1251 0 0 9729 5 0 0 25 0 5 0 654883548 892547072 194621 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 393.49
Current children cumulated vsize (KiB) 871628

[startup+162.311 s]
/proc/loadavg: 8.06 7.91 6.40 10/304 29874
/proc/meminfo: memFree=25818448/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=889728 CPUtime=632.96 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 575108 1251 0 0 63204 92 0 0 25 0 5 0 654883056 911081472 199146 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 222432 199146 180 55 0 220318 0
[pid=29855/tid=29867] ppid=29853 vsize=889728 CPUtime=157.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 144907 1251 0 0 15714 23 0 0 25 0 5 0 654883548 911081472 199146 33554432000 4194304 4417452 140737093720384 18446744073709551615 4237814 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=889728 CPUtime=155.94 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 139545 1251 0 0 15572 22 0 0 25 0 5 0 654883548 911081472 199146 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=889728 CPUtime=157.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 142033 1251 0 0 15716 20 0 0 25 0 5 0 654883548 911081472 199146 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=889728 CPUtime=157.34 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 30555 1251 0 0 15729 5 0 0 25 0 5 0 654883548 911081472 199146 33554432000 4194304 4417452 140737093720384 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 632.96
Current children cumulated vsize (KiB) 889728

[startup+222.3 s]
/proc/loadavg: 8.06 7.94 6.50 10/304 29875
/proc/meminfo: memFree=25515136/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=910092 CPUtime=872.38 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 651388 1251 0 0 87134 104 0 0 25 0 5 0 654883056 931934208 203636 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 227523 203636 180 55 0 225409 0
[pid=29855/tid=29867] ppid=29853 vsize=910092 CPUtime=217.36 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 145075 1251 0 0 21713 23 0 0 25 0 5 0 654883548 931934208 203636 33554432000 4194304 4417452 140737093720384 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=910092 CPUtime=215.38 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 172491 1251 0 0 21511 27 0 0 25 0 5 0 654883548 931934208 203636 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=910092 CPUtime=217.35 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 174982 1251 0 0 21710 25 0 0 25 0 5 0 654883548 931934208 203636 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=910092 CPUtime=217.32 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 40772 1251 0 0 21725 7 0 0 25 0 5 0 654883548 931934208 203636 33554432000 4194304 4417452 140737093720384 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 872.38
Current children cumulated vsize (KiB) 910092

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

[pid=29855/tid=29868] ppid=29853 vsize=1132708 CPUtime=750.48 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 338388 1251 0 0 74996 52 0 0 25 0 5 0 654883548 1159892992 259290 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1132708 CPUtime=757.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 352908 1251 0 0 75683 53 0 0 25 0 5 0 654883548 1159892992 259290 33554432000 4194304 4417452 140737093720384 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1132708 CPUtime=757.23 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 256536 1251 0 0 75682 41 0 0 25 0 5 0 654883548 1159892992 259290 33554432000 4194304 4417452 140737093720384 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3027.38
Current children cumulated vsize (KiB) 1132708

[startup+822.311 s]
/proc/loadavg: 8.14 8.08 7.24 9/304 29927
/proc/meminfo: memFree=25561300/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1111824 CPUtime=3266.86 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1439974 1251 0 0 326460 226 0 0 25 0 5 0 654883056 1138507776 254069 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 277956 254069 180 55 0 275842 0
[pid=29855/tid=29867] ppid=29853 vsize=1111824 CPUtime=817.38 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 350243 1251 0 0 81682 56 0 0 25 0 5 0 654883548 1138507776 254069 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1111824 CPUtime=809.94 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 338388 1251 0 0 80942 52 0 0 25 0 5 0 654883548 1138507776 254069 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1111824 CPUtime=817.37 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 360211 1251 0 0 81683 54 0 0 25 0 5 0 654883548 1138507776 254069 33554432000 4194304 4417452 140737093720384 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1111824 CPUtime=817.22 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 273064 1251 0 0 81678 44 0 0 25 0 5 0 654883548 1138507776 254069 33554432000 4194304 4417452 140737093720384 18446744073709551615 4367166 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3266.86
Current children cumulated vsize (KiB) 1111824

[startup+882.301 s]
/proc/loadavg: 8.14 8.09 7.30 9/304 29929
/proc/meminfo: memFree=25288856/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1103520 CPUtime=3506.28 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1444468 1251 0 0 350401 227 0 0 25 0 5 0 654883056 1130004480 251993 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 275880 251993 180 55 0 273766 0
[pid=29855/tid=29867] ppid=29853 vsize=1103520 CPUtime=877.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 353223 1251 0 0 87681 56 0 0 25 0 5 0 654883548 1130004480 251993 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1103520 CPUtime=869.39 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 338388 1251 0 0 86887 52 0 0 25 0 5 0 654883548 1130004480 251993 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1103520 CPUtime=877.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 361725 1251 0 0 87682 54 0 0 25 0 5 0 654883548 1130004480 251993 33554432000 4194304 4417452 140737093720384 18446744073709551615 4265383 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1103520 CPUtime=877.21 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 273064 1251 0 0 87677 44 0 0 25 0 5 0 654883548 1130004480 251993 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3506.28
Current children cumulated vsize (KiB) 1103520

[startup+942.301 s]
/proc/loadavg: 8.13 8.10 7.35 9/304 29930
/proc/meminfo: memFree=25113256/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1117192 CPUtime=3745.73 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1536027 1251 0 0 374333 240 0 0 25 0 5 0 654883056 1144004608 255411 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 279298 255411 180 55 0 277184 0
[pid=29855/tid=29867] ppid=29853 vsize=1117192 CPUtime=937.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 356487 1251 0 0 93680 57 0 0 25 0 5 0 654883548 1144004608 255411 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1117192 CPUtime=928.84 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 371322 1251 0 0 92828 56 0 0 25 0 5 0 654883548 1144004608 255411 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1117192 CPUtime=937.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 397796 1251 0 0 93677 59 0 0 25 0 5 0 654883548 1144004608 255411 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1117192 CPUtime=937.19 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 292354 1251 0 0 93673 46 0 0 25 0 5 0 654883548 1144004608 255411 33554432000 4194304 4417452 140737093720384 18446744073709551615 4357961 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3745.73
Current children cumulated vsize (KiB) 1117192

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 7.39 9/304 29932
/proc/meminfo: memFree=25069828/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1108656 CPUtime=3985.17 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1580067 1251 0 0 398271 246 0 0 25 0 5 0 654883056 1135263744 253277 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 277164 253277 180 55 0 275050 0
[pid=29855/tid=29867] ppid=29853 vsize=1108656 CPUtime=997.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 392355 1251 0 0 99675 62 0 0 25 0 5 0 654883548 1135263744 253277 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236852 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1108656 CPUtime=988.3 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 371322 1251 0 0 98774 56 0 0 25 0 5 0 654883548 1135263744 253277 33554432000 4194304 4417452 140737093720384 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1108656 CPUtime=997.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 398903 1251 0 0 99677 59 0 0 25 0 5 0 654883548 1135263744 253277 33554432000 4194304 4417452 140737093720384 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1108656 CPUtime=997.18 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 299419 1251 0 0 99671 47 0 0 25 0 5 0 654883548 1135263744 253277 33554432000 4194304 4417452 140737093720384 18446744073709551615 4357213 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3985.17
Current children cumulated vsize (KiB) 1108656

[startup+1062.3 s]
/proc/loadavg: 8.07 8.09 7.43 9/304 29934
/proc/meminfo: memFree=25227788/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1198340 CPUtime=4224.61 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1626578 1251 0 0 422209 252 0 0 25 0 5 0 654883056 1227100160 275698 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 299585 275698 180 55 0 297471 0
[pid=29855/tid=29867] ppid=29853 vsize=1198340 CPUtime=1057.37 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 395802 1251 0 0 105675 62 0 0 25 0 5 0 654883548 1227100160 275698 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1198340 CPUtime=1047.75 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 371322 1251 0 0 104719 56 0 0 25 0 5 0 654883548 1227100160 275698 33554432000 4194304 4417452 140737093720384 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1198340 CPUtime=1057.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 403394 1251 0 0 105676 60 0 0 25 0 5 0 654883548 1227100160 275698 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1198340 CPUtime=1057.18 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 337992 1251 0 0 105665 53 0 0 25 0 5 0 654883548 1227100160 275698 33554432000 4194304 4417452 140737093720384 18446744073709551615 4357092 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4224.61
Current children cumulated vsize (KiB) 1198340

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 7.47 9/304 29935
/proc/meminfo: memFree=25197604/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1112384 CPUtime=4464.07 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1669835 1251 0 0 446146 261 0 0 25 0 5 0 654883056 1139081216 254209 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 278096 254209 180 55 0 275982 0
[pid=29855/tid=29867] ppid=29853 vsize=1112384 CPUtime=1117.38 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 402825 1251 0 0 111674 64 0 0 25 0 5 0 654883548 1139081216 254209 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1112384 CPUtime=1107.21 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 371495 1251 0 0 110665 56 0 0 25 0 5 0 654883548 1139081216 254209 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1112384 CPUtime=1117.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 404704 1251 0 0 111676 60 0 0 25 0 5 0 654883548 1139081216 254209 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1112384 CPUtime=1117.17 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 372743 1251 0 0 111657 60 0 0 25 0 5 0 654883548 1139081216 254209 33554432000 4194304 4417452 140737093720384 18446744073709551615 4357222 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4464.07
Current children cumulated vsize (KiB) 1112384

[startup+1182.3 s]
/proc/loadavg: 8.02 8.06 7.50 9/304 29937
/proc/meminfo: memFree=24888780/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1172996 CPUtime=4703.51 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1778545 1251 0 0 470072 279 0 0 25 0 5 0 654883056 1201147904 269362 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 293249 269362 180 55 0 291135 0
[pid=29855/tid=29867] ppid=29853 vsize=1172996 CPUtime=1177.38 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 408015 1251 0 0 117673 65 0 0 25 0 5 0 654883548 1201147904 269362 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1172996 CPUtime=1166.67 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 405620 1251 0 0 116604 63 0 0 25 0 5 0 654883548 1201147904 269362 33554432000 4194304 4417452 140737093720384 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1172996 CPUtime=1177.36 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 439743 1251 0 0 117670 66 0 0 25 0 5 0 654883548 1201147904 269362 33554432000 4194304 4417452 140737093720384 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1172996 CPUtime=1177.15 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 407099 1251 0 0 117651 64 0 0 25 0 5 0 654883548 1201147904 269362 33554432000 4194304 4417452 140737093720384 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4703.51
Current children cumulated vsize (KiB) 1172996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.5 s]
/proc/loadavg: 8.01 8.06 7.51 9/304 29938
/proc/meminfo: memFree=25048460/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1110100 CPUtime=4800.11 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1817173 1251 0 0 479725 286 0 0 25 0 5 0 654883056 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 277525 253638 180 55 0 275411 0
[pid=29855/tid=29867] ppid=29853 vsize=1110100 CPUtime=1201.59 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 442609 1251 0 0 120088 71 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4232326 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1110100 CPUtime=1190.65 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 405620 1251 0 0 119002 63 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1110100 CPUtime=1201.58 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 441030 1251 0 0 120091 67 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1110100 CPUtime=1201.36 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 409846 1251 0 0 120071 65 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1110100

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

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

[startup+1206.5 s]
/proc/loadavg: 8.01 8.06 7.51 9/304 29938
/proc/meminfo: memFree=25048460/32951124 swapFree=63649232/67111528
[pid=29855] ppid=29853 vsize=1110100 CPUtime=4800.11 cores=0,2,4,6
/proc/29855/stat : 29855 (plingeling) S 29853 29855 29414 0 -1 4202496 1817173 1251 0 0 479725 286 0 0 25 0 5 0 654883056 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29855/statm: 277525 253638 180 55 0 275411 0
[pid=29855/tid=29867] ppid=29853 vsize=1110100 CPUtime=1201.59 cores=0,2,4,6
/proc/29855/task/29867/stat : 29867 (plingeling) R 29853 29855 29414 0 -1 4202560 442609 1251 0 0 120088 71 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4232326 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29855/tid=29868] ppid=29853 vsize=1110100 CPUtime=1190.65 cores=0,2,4,6
/proc/29855/task/29868/stat : 29868 (plingeling) R 29853 29855 29414 0 -1 4202560 405620 1251 0 0 119002 63 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29855/tid=29869] ppid=29853 vsize=1110100 CPUtime=1201.58 cores=0,2,4,6
/proc/29855/task/29869/stat : 29869 (plingeling) R 29853 29855 29414 0 -1 4202560 441030 1251 0 0 120091 67 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29855/tid=29870] ppid=29853 vsize=1110100 CPUtime=1201.36 cores=0,2,4,6
/proc/29855/task/29870/stat : 29870 (plingeling) R 29853 29855 29414 0 -1 4202560 409846 1251 0 0 120071 65 0 0 25 0 5 0 654883548 1136742400 253638 33554432000 4194304 4417452 140737093720384 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1110100

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1206.57
CPU time (s): 4800.2
CPU user time (s): 4797.29
CPU system time (s): 2.91456
CPU usage (%): 397.84
Max. virtual memory (cumulated for all children) (KiB): 1270392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.29
system time used= 2.91456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1818424
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= 107
involuntary context switches= 22442

runsolver used 3.01054 second user time and 7.97279 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 06:14:06
IDJOB=3371449
IDBENCH=88165
IDSOLVER=1848
FILE ID=node130/3371449-1305432844
RUNJOBID= node130-1305431639-29714
PBS_JOBID= 13324602
Free space on /tmp= 73276 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371449-1305432844/watcher-3371449-1305432844 -o /tmp/evaluation-result-3371449-1305432844/solver-3371449-1305432844 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371449-1305432844.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=214718069

node130.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.838
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.67
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.838
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27364360 kB
Buffers:        272320 kB
Cached:        3928324 kB
SwapCached:      10248 kB
Active:        1556212 kB
Inactive:      3754744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27364360 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:          195984 kB
Writeback:           0 kB
AnonPages:     1107740 kB
Mapped:          13484 kB
Slab:           188760 kB
PageTables:      25112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51535580 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= 73368 MiB
End job on node130 at 2011-05-15 06:34:14