Trace number 3371291

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.38 1204.34

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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-3371291-1305420755/watcher-3371291-1305420755 -o /tmp/evaluation-result-3371291-1305420755/solver-3371291-1305420755 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371291-1305420755.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.92 8.05 7.68 5/321 9732
/proc/meminfo: memFree=10911444/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=20476 CPUtime=0 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) R 9730 9732 8860 0 -1 4202496 3016 1255 0 0 0 0 0 0 21 0 1 0 653677913 20967424 2946 33554432000 4194304 4417452 140734803478256 18446744073709551615 212435711069 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/9732/statm: 5119 2960 140 55 0 3005 0

[startup+0.04169 s]
/proc/loadavg: 7.92 8.05 7.68 5/321 9732
/proc/meminfo: memFree=10911444/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=49360 CPUtime=0.02 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) R 9730 9732 8860 0 -1 4202496 10434 1255 0 0 2 0 0 0 21 0 1 0 653677913 50544640 10364 33554432000 4194304 4417452 140734803478256 18446744073709551615 4231679 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/9732/statm: 12340 10364 149 55 0 10226 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 49360

[startup+0.100677 s]
/proc/loadavg: 7.92 8.05 7.68 5/321 9732
/proc/meminfo: memFree=10911444/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=61288 CPUtime=0.09 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) R 9730 9732 8860 0 -1 4202496 13400 1255 0 0 8 1 0 0 21 0 1 0 653677913 62758912 13330 33554432000 4194304 4417452 140734803478256 18446744073709551615 212435635726 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/9732/statm: 15322 13330 149 55 0 13208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61288

[startup+0.300639 s]
/proc/loadavg: 7.92 8.05 7.68 5/321 9732
/proc/meminfo: memFree=10911444/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=95360 CPUtime=0.29 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) R 9730 9732 8860 0 -1 4202496 21740 1255 0 0 27 2 0 0 22 0 1 0 653677913 97648640 21671 33554432000 4194304 4417452 140734803478256 18446744073709551615 212435711069 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/9732/statm: 23840 21697 149 55 0 21726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95360

[startup+0.700564 s]
/proc/loadavg: 7.92 8.05 7.68 5/321 9732
/proc/meminfo: memFree=10911444/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=171696 CPUtime=0.69 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) R 9730 9732 8860 0 -1 4202496 41074 1255 0 0 65 4 0 0 23 0 1 0 653677913 175816704 40948 33554432000 4194304 4417452 140734803478256 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/9732/statm: 42924 40948 149 55 0 40810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171696

[startup+1.50038 s]
/proc/loadavg: 7.92 8.05 7.68 6/322 9738
/proc/meminfo: memFree=10671360/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=292356 CPUtime=1.81 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 73897 1255 0 0 173 8 0 0 25 0 5 0 653677913 299372544 60887 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 73089 60887 159 55 0 70975 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 292356

[startup+3.10107 s]
/proc/loadavg: 7.69 8.00 7.67 9/326 9742
/proc/meminfo: memFree=10617512/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=362460 CPUtime=8.19 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 127318 1255 0 0 803 16 0 0 25 0 5 0 653677913 371159040 70878 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 90615 70878 174 55 0 88501 0
[pid=9732/tid=9739] ppid=9730 vsize=362460 CPUtime=1.69 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 12341 1255 0 0 168 1 0 0 20 0 5 0 653678052 371159040 70878 33554432000 4194304 4417452 140734803478256 18446744073709551615 4282427 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=362460 CPUtime=1.7 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 15883 1255 0 0 168 2 0 0 20 0 5 0 653678052 371159040 70878 33554432000 4194304 4417452 140734803478256 18446744073709551615 4282356 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=362460 CPUtime=1.69 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 20000 1255 0 0 167 2 0 0 25 0 5 0 653678052 371159040 70878 33554432000 4194304 4417452 140734803478256 18446744073709551615 212435711049 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=362460 CPUtime=1.69 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 168 1 0 0 20 0 5 0 653678052 371159040 70878 33554432000 4194304 4417452 140734803478256 18446744073709551615 4232770 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 362460

[startup+6.30046 s]
/proc/loadavg: 7.69 8.00 7.67 9/326 9742
/proc/meminfo: memFree=10556752/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=436464 CPUtime=20.95 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 204136 1255 0 0 2069 26 0 0 25 0 5 0 653677913 446939136 89638 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 109116 89638 177 55 0 107002 0
[pid=9732/tid=9739] ppid=9730 vsize=436464 CPUtime=4.89 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 52674 1255 0 0 483 6 0 0 20 0 5 0 653678052 446939136 89638 33554432000 4194304 4417452 140734803478256 18446744073709551615 4346468 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=436464 CPUtime=4.89 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 33166 1255 0 0 485 4 0 0 25 0 5 0 653678052 446939136 89638 33554432000 4194304 4417452 140734803478256 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=436464 CPUtime=4.9 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 39202 1255 0 0 485 5 0 0 25 0 5 0 653678052 446939136 89638 33554432000 4194304 4417452 140734803478256 18446744073709551615 4339766 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=436464 CPUtime=4.86 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 485 1 0 0 25 0 5 0 653678052 446939136 89638 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.95
Current children cumulated vsize (KiB) 436464

[startup+12.7002 s]
/proc/loadavg: 7.73 8.00 7.67 9/326 9742
/proc/meminfo: memFree=10551336/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=422496 CPUtime=46.49 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 207149 1255 0 0 4622 27 0 0 25 0 5 0 653677913 432635904 87136 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 105624 87136 179 55 0 103510 0
[pid=9732/tid=9739] ppid=9730 vsize=422496 CPUtime=11.29 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 52815 1255 0 0 1123 6 0 0 25 0 5 0 653678052 432635904 87136 33554432000 4194304 4417452 140734803478256 18446744073709551615 4240123 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=422496 CPUtime=11.29 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 33307 1255 0 0 1125 4 0 0 25 0 5 0 653678052 432635904 87136 33554432000 4194304 4417452 140734803478256 18446744073709551615 4239982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=422496 CPUtime=11.29 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 41933 1255 0 0 1124 5 0 0 25 0 5 0 653678052 432635904 87136 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=422496 CPUtime=11.19 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 1118 1 0 0 25 0 5 0 653678052 432635904 87136 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.49
Current children cumulated vsize (KiB) 422496

[startup+25.5008 s]
/proc/loadavg: 7.78 8.00 7.68 9/326 9743
/proc/meminfo: memFree=10478300/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=457440 CPUtime=97.56 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 215885 1255 0 0 9728 28 0 0 25 0 5 0 653677913 468418560 95872 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 114360 95872 179 55 0 112246 0
[pid=9732/tid=9739] ppid=9730 vsize=457440 CPUtime=24.09 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 61279 1255 0 0 2401 8 0 0 25 0 5 0 653678052 468418560 95872 33554432000 4194304 4417452 140734803478256 18446744073709551615 4240349 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=457440 CPUtime=24.09 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 33579 1255 0 0 2405 4 0 0 25 0 5 0 653678052 468418560 95872 33554432000 4194304 4417452 140734803478256 18446744073709551615 4240132 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=457440 CPUtime=24.09 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 41933 1255 0 0 2404 5 0 0 25 0 5 0 653678052 468418560 95872 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=457440 CPUtime=23.86 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 2385 1 0 0 25 0 5 0 653678052 468418560 95872 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.56
Current children cumulated vsize (KiB) 457440

[startup+51.101 s]
/proc/loadavg: 7.85 8.00 7.68 9/326 9743
/proc/meminfo: memFree=10352964/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=552500 CPUtime=199.71 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 239889 1255 0 0 19940 31 0 0 25 0 5 0 653677913 565760000 112589 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 138125 112589 179 55 0 136011 0
[pid=9732/tid=9739] ppid=9730 vsize=552500 CPUtime=49.69 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 62911 1255 0 0 4961 8 0 0 25 0 5 0 653678052 565760000 112589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4252389 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=552500 CPUtime=49.69 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 43404 1255 0 0 4963 6 0 0 25 0 5 0 653678052 565760000 112589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4271966 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=552500 CPUtime=49.69 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 54480 1255 0 0 4963 6 0 0 25 0 5 0 653678052 565760000 112589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=552500 CPUtime=49.2 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 4919 1 0 0 25 0 5 0 653678052 565760000 112589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.71
Current children cumulated vsize (KiB) 552500

[startup+102.312 s]
/proc/loadavg: 8.04 8.02 7.71 9/326 9745
/proc/meminfo: memFree=10191080/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=559544 CPUtime=404.05 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 242312 1255 0 0 40373 32 0 0 25 0 5 0 653677913 572973056 114351 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 139886 114351 180 55 0 137772 0
[pid=9732/tid=9739] ppid=9730 vsize=559544 CPUtime=100.91 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 65211 1255 0 0 10082 9 0 0 25 0 5 0 653678052 572973056 114351 33554432000 4194304 4417452 140734803478256 18446744073709551615 4257654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=559544 CPUtime=100.91 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 43527 1255 0 0 10085 6 0 0 25 0 5 0 653678052 572973056 114351 33554432000 4194304 4417452 140734803478256 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=559544 CPUtime=100.9 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 54480 1255 0 0 10084 6 0 0 25 0 5 0 653678052 572973056 114351 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=559544 CPUtime=99.9 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 9989 1 0 0 25 0 5 0 653678052 572973056 114351 33554432000 4194304 4417452 140734803478256 18446744073709551615 4353632 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 404.05
Current children cumulated vsize (KiB) 559544

[startup+162.301 s]
/proc/loadavg: 8.01 8.02 7.73 9/326 9746
/proc/meminfo: memFree=10162136/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=576104 CPUtime=643.41 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 250982 1255 0 0 64307 34 0 0 25 0 5 0 653677913 589930496 118491 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 144026 118491 180 55 0 141912 0
[pid=9732/tid=9739] ppid=9730 vsize=576104 CPUtime=160.9 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 65327 1255 0 0 16081 9 0 0 25 0 5 0 653678052 589930496 118491 33554432000 4194304 4417452 140734803478256 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=576104 CPUtime=160.9 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 43643 1255 0 0 16084 6 0 0 25 0 5 0 653678052 589930496 118491 33554432000 4194304 4417452 140734803478256 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=576104 CPUtime=160.9 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 62918 1255 0 0 16082 8 0 0 25 0 5 0 653678052 589930496 118491 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=576104 CPUtime=159.3 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 15929 1 0 0 25 0 5 0 653678052 589930496 118491 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 643.41
Current children cumulated vsize (KiB) 576104

[startup+222.3 s]
/proc/loadavg: 8.09 8.04 7.75 9/326 9748
/proc/meminfo: memFree=10051232/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=587848 CPUtime=882.81 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 258869 1255 0 0 88246 35 0 0 25 0 5 0 653677913 601956352 122641 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 146962 122641 180 55 0 144848 0
[pid=9732/tid=9739] ppid=9730 vsize=587848 CPUtime=220.9 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 66692 1255 0 0 22081 9 0 0 25 0 5 0 653678052 601956352 122641 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0

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

[pid=9732/tid=9740] ppid=9730 vsize=582160 CPUtime=760.93 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 48981 1255 0 0 76086 7 0 0 25 0 5 0 653678052 596131840 123267 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=582160 CPUtime=760.75 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 74098 1255 0 0 76063 12 0 0 25 0 5 0 653678052 596131840 123267 33554432000 4194304 4417452 140734803478256 18446744073709551615 4346488 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=582160 CPUtime=753.32 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 75331 1 0 0 25 0 5 0 653678052 596131840 123267 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3036.69
Current children cumulated vsize (KiB) 582160

[startup+822.301 s]
/proc/loadavg: 8.16 8.16 7.94 9/326 9776
/proc/meminfo: memFree=9651840/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=587228 CPUtime=3276.06 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 274026 1255 0 0 327565 41 0 0 25 0 5 0 653677913 601321472 124534 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 146807 124534 180 55 0 144693 0
[pid=9732/tid=9739] ppid=9730 vsize=587228 CPUtime=820.25 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 70681 1255 0 0 82015 10 0 0 25 0 5 0 653678052 601321472 124534 33554432000 4194304 4417452 140734803478256 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=587228 CPUtime=820.92 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 49082 1255 0 0 82085 7 0 0 25 0 5 0 653678052 601321472 124534 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=587228 CPUtime=820.74 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 75169 1255 0 0 82062 12 0 0 25 0 5 0 653678052 601321472 124534 33554432000 4194304 4417452 140734803478256 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=587228 CPUtime=812.72 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 81271 1 0 0 25 0 5 0 653678052 601321472 124534 33554432000 4194304 4417452 140734803478256 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3276.06
Current children cumulated vsize (KiB) 587228

[startup+882.301 s]
/proc/loadavg: 8.16 8.16 7.95 9/326 9778
/proc/meminfo: memFree=9570452/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=586844 CPUtime=3515.46 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 274128 1255 0 0 351505 41 0 0 25 0 5 0 653677913 600928256 124438 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 146711 124438 180 55 0 144597 0
[pid=9732/tid=9739] ppid=9730 vsize=586844 CPUtime=880.25 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 70681 1255 0 0 88015 10 0 0 25 0 5 0 653678052 600928256 124438 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364437 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=586844 CPUtime=880.92 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 49082 1255 0 0 88085 7 0 0 25 0 5 0 653678052 600928256 124438 33554432000 4194304 4417452 140734803478256 18446744073709551615 4353615 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=586844 CPUtime=880.74 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 75271 1255 0 0 88062 12 0 0 25 0 5 0 653678052 600928256 124438 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364508 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=586844 CPUtime=872.11 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 87210 1 0 0 25 0 5 0 653678052 600928256 124438 33554432000 4194304 4417452 140734803478256 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3515.46
Current children cumulated vsize (KiB) 586844

[startup+942.301 s]
/proc/loadavg: 8.06 8.13 7.95 9/326 9779
/proc/meminfo: memFree=9497000/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=589704 CPUtime=3754.87 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 276121 1255 0 0 375446 41 0 0 25 0 5 0 653677913 603856896 125153 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 147426 125153 180 55 0 145312 0
[pid=9732/tid=9739] ppid=9730 vsize=589704 CPUtime=940.25 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 70681 1255 0 0 94015 10 0 0 25 0 5 0 653678052 603856896 125153 33554432000 4194304 4417452 140734803478256 18446744073709551615 4346513 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=589704 CPUtime=940.92 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 50157 1255 0 0 94085 7 0 0 25 0 5 0 653678052 603856896 125153 33554432000 4194304 4417452 140734803478256 18446744073709551615 4252491 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=589704 CPUtime=940.75 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76189 1255 0 0 94062 13 0 0 25 0 5 0 653678052 603856896 125153 33554432000 4194304 4417452 140734803478256 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=589704 CPUtime=931.52 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 6390 1255 0 0 93151 1 0 0 25 0 5 0 653678052 603856896 125153 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3754.87
Current children cumulated vsize (KiB) 589704

[startup+1002.3 s]
/proc/loadavg: 8.17 8.14 7.96 9/326 9781
/proc/meminfo: memFree=9439056/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=627136 CPUtime=3994.27 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 285482 1255 0 0 399385 42 0 0 25 0 5 0 653677913 642187264 134511 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 156784 134511 180 55 0 154670 0
[pid=9732/tid=9739] ppid=9730 vsize=627136 CPUtime=1000.25 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 71750 1255 0 0 100015 10 0 0 25 0 5 0 653678052 642187264 134511 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=627136 CPUtime=1000.93 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 50257 1255 0 0 100086 7 0 0 25 0 5 0 653678052 642187264 134511 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=627136 CPUtime=1000.75 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76189 1255 0 0 100062 13 0 0 25 0 5 0 653678052 642187264 134511 33554432000 4194304 4417452 140734803478256 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=627136 CPUtime=990.92 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 14582 1255 0 0 99090 2 0 0 25 0 5 0 653678052 642187264 134511 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3994.27
Current children cumulated vsize (KiB) 627136

[startup+1062.3 s]
/proc/loadavg: 8.10 8.13 7.97 9/326 9782
/proc/meminfo: memFree=9355196/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=631448 CPUtime=4233.69 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 287836 1255 0 0 423327 42 0 0 25 0 5 0 653677913 646602752 135589 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 157862 135589 180 55 0 155748 0
[pid=9732/tid=9739] ppid=9730 vsize=631448 CPUtime=1060.25 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 71850 1255 0 0 106015 10 0 0 25 0 5 0 653678052 646602752 135589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=631448 CPUtime=1060.93 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 52408 1255 0 0 106086 7 0 0 25 0 5 0 653678052 646602752 135589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=631448 CPUtime=1060.75 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76292 1255 0 0 106062 13 0 0 25 0 5 0 653678052 646602752 135589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=631448 CPUtime=1050.33 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 14582 1255 0 0 105031 2 0 0 25 0 5 0 653678052 646602752 135589 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4233.69
Current children cumulated vsize (KiB) 631448

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 7.98 9/326 9784
/proc/meminfo: memFree=9408728/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=631036 CPUtime=4473.09 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 287836 1255 0 0 447267 42 0 0 25 0 5 0 653677913 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 157759 135486 180 55 0 155645 0
[pid=9732/tid=9739] ppid=9730 vsize=631036 CPUtime=1120.26 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 71850 1255 0 0 112015 11 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=631036 CPUtime=1120.93 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 52408 1255 0 0 112086 7 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=631036 CPUtime=1120.75 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76292 1255 0 0 112062 13 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=631036 CPUtime=1109.73 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 14582 1255 0 0 110971 2 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4473.09
Current children cumulated vsize (KiB) 631036

[startup+1182.3 s]
/proc/loadavg: 6.92 7.85 7.89 5/316 9804
/proc/meminfo: memFree=10539972/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=631036 CPUtime=4712.51 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 287836 1255 0 0 471208 43 0 0 25 0 5 0 653677913 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 157759 135486 180 55 0 155645 0
[pid=9732/tid=9739] ppid=9730 vsize=631036 CPUtime=1180.27 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 71850 1255 0 0 118016 11 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=631036 CPUtime=1180.94 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 52408 1255 0 0 118086 8 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=631036 CPUtime=1180.74 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76292 1255 0 0 118061 13 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=631036 CPUtime=1169.14 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 14582 1255 0 0 116912 2 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4712.51
Current children cumulated vsize (KiB) 631036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 6.09 7.60 7.81 5/316 9804
/proc/meminfo: memFree=10540068/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=631036 CPUtime=4800.31 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 287836 1255 0 0 479988 43 0 0 25 0 5 0 653677913 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 157759 135486 180 55 0 155645 0
[pid=9732/tid=9739] ppid=9730 vsize=631036 CPUtime=1202.28 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 71850 1255 0 0 120217 11 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=631036 CPUtime=1202.95 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 52408 1255 0 0 120287 8 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4272216 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=631036 CPUtime=1202.76 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76292 1255 0 0 120263 13 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=631036 CPUtime=1190.92 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 14582 1255 0 0 119090 2 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 631036

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

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

[startup+1204.3 s]
/proc/loadavg: 6.09 7.60 7.81 5/316 9804
/proc/meminfo: memFree=10540068/32951124 swapFree=67093864/67111528
[pid=9732] ppid=9730 vsize=631036 CPUtime=4800.31 cores=0,2,4,6
/proc/9732/stat : 9732 (plingeling) S 9730 9732 8860 0 -1 4202496 287836 1255 0 0 479988 43 0 0 25 0 5 0 653677913 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9732/statm: 157759 135486 180 55 0 155645 0
[pid=9732/tid=9739] ppid=9730 vsize=631036 CPUtime=1202.28 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (plingeling) R 9730 9732 8860 0 -1 4202560 71850 1255 0 0 120217 11 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9732/tid=9740] ppid=9730 vsize=631036 CPUtime=1202.95 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (plingeling) R 9730 9732 8860 0 -1 4202560 52408 1255 0 0 120287 8 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4272216 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9732/tid=9741] ppid=9730 vsize=631036 CPUtime=1202.76 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (plingeling) R 9730 9732 8860 0 -1 4202560 76292 1255 0 0 120263 13 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9732/tid=9742] ppid=9730 vsize=631036 CPUtime=1190.92 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (plingeling) R 9730 9732 8860 0 -1 4202560 14582 1255 0 0 119090 2 0 0 25 0 5 0 653678052 646180864 135486 33554432000 4194304 4417452 140734803478256 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 631036

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.34
CPU time (s): 4800.38
CPU user time (s): 4799.92
CPU system time (s): 0.461929
CPU usage (%): 398.59
Max. virtual memory (cumulated for all children) (KiB): 635748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.92
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289092
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= 127
involuntary context switches= 24471

runsolver used 3.42048 second user time and 8.64668 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 02:52:36
IDJOB=3371291
IDBENCH=82354
IDSOLVER=1848
FILE ID=node102/3371291-1305420755
RUNJOBID= node102-1305419434-9342
PBS_JOBID= 13324562
Free space on /tmp= 73516 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371291-1305420755/watcher-3371291-1305420755 -o /tmp/evaluation-result-3371291-1305420755/solver-3371291-1305420755 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371291-1305420755.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=2106619941

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      10911476 kB
Buffers:        265484 kB
Cached:        2868972 kB
SwapCached:       1128 kB
Active:       19710044 kB
Inactive:      2036428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10911476 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           21300 kB
Writeback:           0 kB
AnonPages:    18611172 kB
Mapped:          26808 kB
Slab:           177984 kB
PageTables:      53108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59270028 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= 73516 MiB
End job on node102 at 2011-05-15 03:12:42