Trace number 3371429

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.11 1203.13

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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-3371429-1305432192/watcher-3371429-1305432192 -o /tmp/evaluation-result-3371429-1305432192/solver-3371429-1305432192 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371429-1305432192.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.95 8.03 7.46 5/295 14243
/proc/meminfo: memFree=16630828/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=9844 CPUtime=0 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) R 14241 14243 13510 0 -1 4202496 523 1257 0 0 0 0 0 0 25 0 1 0 654822013 10080256 453 33554432000 4194304 4417452 140735119249520 18446744073709551615 4231256 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14243/statm: 2461 453 148 55 0 347 0

[startup+0.033458 s]
/proc/loadavg: 7.95 8.03 7.46 5/295 14243
/proc/meminfo: memFree=16630828/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=13604 CPUtime=0.02 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) R 14241 14243 13510 0 -1 4202496 1584 1257 0 0 2 0 0 0 25 0 1 0 654822013 13930496 1426 33554432000 4194304 4417452 140735119249520 18446744073709551615 4235968 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14243/statm: 3401 1426 149 55 0 1287 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13604

[startup+0.100445 s]
/proc/loadavg: 7.95 8.03 7.46 5/295 14243
/proc/meminfo: memFree=16630828/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=25892 CPUtime=0.09 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) R 14241 14243 13510 0 -1 4202496 4656 1257 0 0 9 0 0 0 25 0 1 0 654822013 26513408 4498 33554432000 4194304 4417452 140735119249520 18446744073709551615 218370957056 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14243/statm: 6473 4498 149 55 0 4359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25892

[startup+0.300373 s]
/proc/loadavg: 7.95 8.03 7.46 5/295 14243
/proc/meminfo: memFree=16630828/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=116156 CPUtime=0.44 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 17009 1257 0 0 43 1 0 0 25 0 5 0 654822013 118943744 16847 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 29039 16847 174 55 0 26925 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 116156

[startup+0.700304 s]
/proc/loadavg: 7.95 8.03 7.46 5/295 14243
/proc/meminfo: memFree=16630828/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=116548 CPUtime=2.04 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 17139 1257 0 0 203 1 0 0 25 0 5 0 654822013 119345152 16949 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 29137 16949 176 55 0 27023 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 116548

[startup+1.50116 s]
/proc/loadavg: 7.95 8.03 7.46 9/300 14253
/proc/meminfo: memFree=16553796/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=189796 CPUtime=5.23 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 24580 1257 0 0 521 2 0 0 25 0 5 0 654822013 194351104 18883 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 47449 18883 177 55 0 45335 0
[pid=14243/tid=14250] ppid=14241 vsize=189796 CPUtime=1.24 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 2761 1257 0 0 124 0 0 0 25 0 5 0 654822038 194351104 18883 33554432000 4194304 4417452 140735119249520 18446744073709551615 4346300 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=189796 CPUtime=1.24 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 1880 1257 0 0 124 0 0 0 25 0 5 0 654822038 194351104 18883 33554432000 4194304 4417452 140735119249520 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=189796 CPUtime=1.23 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 2657 1257 0 0 123 0 0 0 25 0 5 0 654822038 194351104 18883 33554432000 4194304 4417452 140735119249520 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=189796 CPUtime=1.24 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 326 1257 0 0 124 0 0 0 25 0 5 0 654822038 194351104 18883 33554432000 4194304 4417452 140735119249520 18446744073709551615 4357087 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 189796

[startup+3.10087 s]
/proc/loadavg: 7.95 8.03 7.46 9/300 14253
/proc/meminfo: memFree=16553920/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=190196 CPUtime=11.62 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 24890 1257 0 0 1160 2 0 0 25 0 5 0 654822013 194760704 18986 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 47549 18986 180 55 0 45435 0
[pid=14243/tid=14250] ppid=14241 vsize=190196 CPUtime=2.84 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 2761 1257 0 0 284 0 0 0 25 0 5 0 654822038 194760704 18986 33554432000 4194304 4417452 140735119249520 18446744073709551615 4235991 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=190196 CPUtime=2.84 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 1880 1257 0 0 284 0 0 0 25 0 5 0 654822038 194760704 18986 33554432000 4194304 4417452 140735119249520 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=190196 CPUtime=2.82 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 2660 1257 0 0 282 0 0 0 25 0 5 0 654822038 194760704 18986 33554432000 4194304 4417452 140735119249520 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=190196 CPUtime=2.84 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 633 1257 0 0 284 0 0 0 25 0 5 0 654822038 194760704 18986 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 190196

[startup+6.3003 s]
/proc/loadavg: 7.96 8.03 7.46 9/300 14253
/proc/meminfo: memFree=16561564/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=165936 CPUtime=24.39 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 25600 1257 0 0 2437 2 0 0 25 0 5 0 654822013 169918464 12921 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 41484 12921 180 55 0 39370 0
[pid=14243/tid=14250] ppid=14241 vsize=165936 CPUtime=6.04 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 2761 1257 0 0 604 0 0 0 25 0 5 0 654822038 169918464 12921 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=165936 CPUtime=6.04 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 1880 1257 0 0 604 0 0 0 25 0 5 0 654822038 169918464 12921 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=165936 CPUtime=5.99 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 2660 1257 0 0 599 0 0 0 25 0 5 0 654822038 169918464 12921 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=165936 CPUtime=6.04 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 1343 1257 0 0 604 0 0 0 25 0 5 0 654822038 169918464 12921 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 165936

[startup+12.7012 s]
/proc/loadavg: 7.96 8.03 7.46 9/300 14255
/proc/meminfo: memFree=16572120/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=170752 CPUtime=49.94 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 27791 1257 0 0 4991 3 0 0 25 0 5 0 654822013 174850048 14125 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 42688 14125 180 55 0 40574 0
[pid=14243/tid=14250] ppid=14241 vsize=170752 CPUtime=12.44 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 3426 1257 0 0 1244 0 0 0 25 0 5 0 654822038 174850048 14125 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=170752 CPUtime=12.44 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 1880 1257 0 0 1244 0 0 0 25 0 5 0 654822038 174850048 14125 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=170752 CPUtime=12.33 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 3123 1257 0 0 1233 0 0 0 25 0 5 0 654822038 174850048 14125 33554432000 4194304 4417452 140735119249520 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=170752 CPUtime=12.44 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 2406 1257 0 0 1244 0 0 0 25 0 5 0 654822038 174850048 14125 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 170752

[startup+25.5009 s]
/proc/loadavg: 8.05 8.04 7.47 10/301 14256
/proc/meminfo: memFree=16545832/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=183360 CPUtime=100.87 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 33069 1257 0 0 10084 3 0 0 25 0 5 0 654822013 187760640 17277 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 45840 17277 180 55 0 43726 0
[pid=14243/tid=14250] ppid=14241 vsize=183360 CPUtime=25.24 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 3688 1257 0 0 2524 0 0 0 25 0 5 0 654822038 187760640 17277 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=183360 CPUtime=25.24 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 2398 1257 0 0 2524 0 0 0 25 0 5 0 654822038 187760640 17277 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=183360 CPUtime=24.87 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 4993 1257 0 0 2487 0 0 0 25 0 5 0 654822038 187760640 17277 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=183360 CPUtime=25.24 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 5034 1257 0 0 2524 0 0 0 25 0 5 0 654822038 187760640 17277 33554432000 4194304 4417452 140735119249520 18446744073709551615 4355852 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 183360

[startup+51.1003 s]
/proc/loadavg: 8.36 8.12 7.51 9/300 14257
/proc/meminfo: memFree=16531484/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=198540 CPUtime=202.39 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 40634 1257 0 0 20235 4 0 0 25 0 5 0 654822013 203304960 21072 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 49635 21072 180 55 0 47521 0
[pid=14243/tid=14250] ppid=14241 vsize=198540 CPUtime=50.84 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 5328 1257 0 0 5084 0 0 0 25 0 5 0 654822038 203304960 21072 33554432000 4194304 4417452 140735119249520 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=198540 CPUtime=50.84 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 4347 1257 0 0 5084 0 0 0 25 0 5 0 654822038 203304960 21072 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=198540 CPUtime=49.59 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 5224 1257 0 0 4959 0 0 0 25 0 5 0 654822038 203304960 21072 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=198540 CPUtime=50.84 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 8779 1257 0 0 5083 1 0 0 25 0 5 0 654822038 203304960 21072 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.39
Current children cumulated vsize (KiB) 198540

[startup+102.311 s]
/proc/loadavg: 8.15 8.10 7.54 9/300 14294
/proc/meminfo: memFree=16556400/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=223480 CPUtime=406.77 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 53510 1257 0 0 40672 5 0 0 25 0 5 0 654822013 228843520 27307 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 55870 27307 180 55 0 53756 0
[pid=14243/tid=14250] ppid=14241 vsize=223480 CPUtime=102.05 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 6172 1257 0 0 10205 0 0 0 25 0 5 0 654822038 228843520 27307 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=223480 CPUtime=102.05 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 5636 1257 0 0 10205 0 0 0 25 0 5 0 654822038 228843520 27307 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=223480 CPUtime=100.33 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 8670 1257 0 0 10033 0 0 0 25 0 5 0 654822038 228843520 27307 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=223480 CPUtime=102.05 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 16076 1257 0 0 10204 1 0 0 25 0 5 0 654822038 228843520 27307 33554432000 4194304 4417452 140735119249520 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.77
Current children cumulated vsize (KiB) 223480

[startup+162.301 s]
/proc/loadavg: 8.28 8.14 7.58 9/300 14296
/proc/meminfo: memFree=16495504/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=254176 CPUtime=646.19 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 70910 1257 0 0 64612 7 0 0 25 0 5 0 654822013 260276224 34981 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 63544 34981 180 55 0 61430 0
[pid=14243/tid=14250] ppid=14241 vsize=254176 CPUtime=162.05 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 9711 1257 0 0 16204 1 0 0 25 0 5 0 654822038 260276224 34981 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=254176 CPUtime=162.04 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 10416 1257 0 0 16203 1 0 0 25 0 5 0 654822038 260276224 34981 33554432000 4194304 4417452 140735119249520 18446744073709551615 4356889 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=254176 CPUtime=159.79 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 9879 1257 0 0 15978 1 0 0 25 0 5 0 654822038 260276224 34981 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=254176 CPUtime=162.05 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 23948 1257 0 0 16203 2 0 0 25 0 5 0 654822038 260276224 34981 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.19
Current children cumulated vsize (KiB) 254176


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

[pid=14243/tid=14251] ppid=14241 vsize=337496 CPUtime=762.07 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 34658 1257 0 0 76203 4 0 0 25 0 5 0 654822038 345595904 55811 33554432000 4194304 4417452 140735119249520 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=337496 CPUtime=754.35 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 31462 1257 0 0 75431 4 0 0 25 0 5 0 654822038 345595904 55811 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=337496 CPUtime=762.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 99634 1257 0 0 76194 13 0 0 25 0 5 0 654822038 345595904 55811 33554432000 4194304 4417452 140735119249520 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.84
Current children cumulated vsize (KiB) 337496

[startup+822.301 s]
/proc/loadavg: 8.12 8.12 7.84 9/300 14313
/proc/meminfo: memFree=16333192/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=323756 CPUtime=3280.27 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 258451 1257 0 0 327994 33 0 0 25 0 5 0 654822013 331526144 52376 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 80939 52376 180 55 0 78825 0
[pid=14243/tid=14250] ppid=14241 vsize=323756 CPUtime=822.06 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 67415 1257 0 0 82198 8 0 0 25 0 5 0 654822038 331526144 52376 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=323756 CPUtime=822.06 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 36365 1257 0 0 82202 4 0 0 25 0 5 0 654822038 331526144 52376 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=323756 CPUtime=813.8 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 31462 1257 0 0 81376 4 0 0 25 0 5 0 654822038 331526144 52376 33554432000 4194304 4417452 140735119249520 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=323756 CPUtime=822.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 106253 1257 0 0 82193 14 0 0 25 0 5 0 654822038 331526144 52376 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.27
Current children cumulated vsize (KiB) 323756

[startup+882.3 s]
/proc/loadavg: 8.08 8.11 7.85 9/300 14315
/proc/meminfo: memFree=16341936/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=320556 CPUtime=3519.72 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 275400 1257 0 0 351936 36 0 0 25 0 5 0 654822013 328249344 51576 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 80139 51576 180 55 0 78025 0
[pid=14243/tid=14250] ppid=14241 vsize=320556 CPUtime=882.06 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 77662 1257 0 0 88196 10 0 0 25 0 5 0 654822038 328249344 51576 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=320556 CPUtime=882.06 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 36365 1257 0 0 88202 4 0 0 25 0 5 0 654822038 328249344 51576 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=320556 CPUtime=873.26 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 31462 1257 0 0 87322 4 0 0 25 0 5 0 654822038 328249344 51576 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=320556 CPUtime=882.06 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 112955 1257 0 0 88191 15 0 0 25 0 5 0 654822038 328249344 51576 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.72
Current children cumulated vsize (KiB) 320556

[startup+942.301 s]
/proc/loadavg: 8.03 8.09 7.85 9/300 14317
/proc/meminfo: memFree=16322424/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=355316 CPUtime=3759.18 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 295004 1257 0 0 375880 38 0 0 25 0 5 0 654822013 363843584 60266 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 88829 60266 180 55 0 86715 0
[pid=14243/tid=14250] ppid=14241 vsize=355316 CPUtime=942.07 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 89811 1257 0 0 94195 12 0 0 25 0 5 0 654822038 363843584 60266 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=355316 CPUtime=942.06 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 36365 1257 0 0 94202 4 0 0 25 0 5 0 654822038 363843584 60266 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=355316 CPUtime=932.72 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 32019 1257 0 0 93268 4 0 0 25 0 5 0 654822038 363843584 60266 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=355316 CPUtime=942.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 119853 1257 0 0 94191 16 0 0 25 0 5 0 654822038 363843584 60266 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.18
Current children cumulated vsize (KiB) 355316

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 7.87 9/300 14318
/proc/meminfo: memFree=16324120/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=325228 CPUtime=3998.65 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 310731 1257 0 0 399824 41 0 0 25 0 5 0 654822013 333033472 52744 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 81307 52744 180 55 0 79193 0
[pid=14243/tid=14250] ppid=14241 vsize=325228 CPUtime=1002.07 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 99061 1257 0 0 100194 13 0 0 25 0 5 0 654822038 333033472 52744 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=325228 CPUtime=1002.06 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 36365 1257 0 0 100202 4 0 0 25 0 5 0 654822038 333033472 52744 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=325228 CPUtime=992.17 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 32019 1257 0 0 99213 4 0 0 25 0 5 0 654822038 333033472 52744 33554432000 4194304 4417452 140735119249520 18446744073709551615 4346270 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=325228 CPUtime=1002.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 126330 1257 0 0 100190 17 0 0 25 0 5 0 654822038 333033472 52744 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3998.65
Current children cumulated vsize (KiB) 325228

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 7.88 9/300 14320
/proc/meminfo: memFree=16313400/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=327396 CPUtime=4238.1 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 324709 1257 0 0 423767 43 0 0 25 0 5 0 654822013 335253504 53286 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 81849 53286 180 55 0 79735 0
[pid=14243/tid=14250] ppid=14241 vsize=327396 CPUtime=1062.07 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 106771 1257 0 0 106193 14 0 0 25 0 5 0 654822038 335253504 53286 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=327396 CPUtime=1062.06 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 36365 1257 0 0 106202 4 0 0 25 0 5 0 654822038 335253504 53286 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=327396 CPUtime=1051.63 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 32019 1257 0 0 105159 4 0 0 25 0 5 0 654822038 335253504 53286 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=327396 CPUtime=1062.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 132598 1257 0 0 106189 18 0 0 25 0 5 0 654822038 335253504 53286 33554432000 4194304 4417452 140735119249520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.1
Current children cumulated vsize (KiB) 327396

[startup+1122.3 s]
/proc/loadavg: 8.15 8.10 7.90 9/300 14322
/proc/meminfo: memFree=16332936/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=336668 CPUtime=4477.56 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 349419 1257 0 0 447710 46 0 0 25 0 5 0 654822013 344748032 55604 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 84167 55604 180 55 0 82053 0
[pid=14243/tid=14250] ppid=14241 vsize=336668 CPUtime=1122.08 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 116265 1257 0 0 112192 16 0 0 25 0 5 0 654822038 344748032 55604 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=336668 CPUtime=1122.07 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 43275 1257 0 0 112202 5 0 0 25 0 5 0 654822038 344748032 55604 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=336668 CPUtime=1111.08 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 32019 1257 0 0 111104 4 0 0 25 0 5 0 654822038 344748032 55604 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=336668 CPUtime=1122.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 140904 1257 0 0 112188 19 0 0 25 0 5 0 654822038 344748032 55604 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.56
Current children cumulated vsize (KiB) 336668

[startup+1182.3 s]
/proc/loadavg: 8.23 8.13 7.92 9/300 14323
/proc/meminfo: memFree=16314264/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=351844 CPUtime=4717.03 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 375112 1257 0 0 471653 50 0 0 25 0 5 0 654822013 360288256 59398 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 87961 59398 180 55 0 85847 0
[pid=14243/tid=14250] ppid=14241 vsize=351844 CPUtime=1182.07 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 124904 1257 0 0 118190 17 0 0 25 0 5 0 654822038 360288256 59398 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=351844 CPUtime=1182.07 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 46962 1257 0 0 118201 6 0 0 25 0 5 0 654822038 360288256 59398 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=351844 CPUtime=1170.54 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 34903 1257 0 0 117050 4 0 0 25 0 5 0 654822038 360288256 59398 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=351844 CPUtime=1182.07 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 151387 1257 0 0 118186 21 0 0 25 0 5 0 654822038 360288256 59398 33554432000 4194304 4417452 140735119249520 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.03
Current children cumulated vsize (KiB) 351844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.17 8.12 7.92 9/300 14324
/proc/meminfo: memFree=16302836/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=351432 CPUtime=4800.06 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 385156 1257 0 0 479954 52 0 0 25 0 5 0 654822013 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 87858 59295 180 55 0 85744 0
[pid=14243/tid=14250] ppid=14241 vsize=351432 CPUtime=1202.89 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 129380 1257 0 0 120271 18 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=351432 CPUtime=1202.88 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 50086 1257 0 0 120282 6 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=351432 CPUtime=1191.15 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 34903 1257 0 0 119111 4 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=351432 CPUtime=1202.88 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 153831 1257 0 0 120267 21 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 351432

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

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

[startup+1203.1 s]
/proc/loadavg: 8.17 8.12 7.92 9/300 14324
/proc/meminfo: memFree=16302836/32951124 swapFree=52307768/67111528
[pid=14243] ppid=14241 vsize=351432 CPUtime=4800.06 cores=0,2,4,6
/proc/14243/stat : 14243 (plingeling) S 14241 14243 13510 0 -1 4202496 385156 1257 0 0 479954 52 0 0 25 0 5 0 654822013 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/14243/statm: 87858 59295 180 55 0 85744 0
[pid=14243/tid=14250] ppid=14241 vsize=351432 CPUtime=1202.89 cores=0,2,4,6
/proc/14243/task/14250/stat : 14250 (plingeling) R 14241 14243 13510 0 -1 4202560 129380 1257 0 0 120271 18 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14243/tid=14251] ppid=14241 vsize=351432 CPUtime=1202.88 cores=0,2,4,6
/proc/14243/task/14251/stat : 14251 (plingeling) R 14241 14243 13510 0 -1 4202560 50086 1257 0 0 120282 6 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14243/tid=14252] ppid=14241 vsize=351432 CPUtime=1191.15 cores=0,2,4,6
/proc/14243/task/14252/stat : 14252 (plingeling) R 14241 14243 13510 0 -1 4202560 34903 1257 0 0 119111 4 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14243/tid=14253] ppid=14241 vsize=351432 CPUtime=1202.88 cores=0,2,4,6
/proc/14243/task/14253/stat : 14253 (plingeling) R 14241 14243 13510 0 -1 4202560 153831 1257 0 0 120267 21 0 0 25 0 5 0 654822038 359866368 59295 33554432000 4194304 4417452 140735119249520 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 351432

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.13
CPU time (s): 4800.11
CPU user time (s): 4799.58
CPU system time (s): 0.533918
CPU usage (%): 398.97
Max. virtual memory (cumulated for all children) (KiB): 363884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.58
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386413
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= 118
involuntary context switches= 20273

runsolver used 3.07153 second user time and 7.8798 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 06:03:13
IDJOB=3371429
IDBENCH=85991
IDSOLVER=1848
FILE ID=node101/3371429-1305432192
RUNJOBID= node101-1305430938-14025
PBS_JOBID= 13324601
Free space on /tmp= 73752 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371429-1305432192/watcher-3371429-1305432192 -o /tmp/evaluation-result-3371429-1305432192/solver-3371429-1305432192 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371429-1305432192.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=202457874

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16630860 kB
Buffers:        330308 kB
Cached:        5985696 kB
SwapCached:      14848 kB
Active:       10924740 kB
Inactive:      5119120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16630860 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            3736 kB
Writeback:           0 kB
AnonPages:     9724384 kB
Mapped:          15300 kB
Slab:           151276 kB
PageTables:      62560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42113240 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= 73756 MiB
End job on node101 at 2011-05-15 06:23:18