Trace number 3284883

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 587? (TO) 4800.15 1222.37

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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: 935)

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

running on 4 cores: 1,3,5,7

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: 6.54 7.80 7.95 2/172 21693
/proc/meminfo: memFree=25061648/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 217 0 0 0 0 0 0 0 23 0 1 0 517369361 8937472 146 33554432000 4194304 4417332 140737310659856 18446744073709551615 274664808192 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/21693/statm: 2182 146 122 55 0 68 0

[startup+0.067086 s]
/proc/loadavg: 6.54 7.80 7.95 2/172 21693
/proc/meminfo: memFree=25061648/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=14212 CPUtime=0.04 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) R 21691 21693 18837 0 -1 4202496 1660 1252 0 1 4 0 0 0 23 0 1 0 517369361 14553088 1576 33554432000 4194304 4417332 140737310659856 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21693/statm: 3553 1576 148 55 0 1439 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14212

[startup+0.101083 s]
/proc/loadavg: 6.54 7.80 7.95 2/172 21693
/proc/meminfo: memFree=25061648/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=16524 CPUtime=0.07 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) R 21691 21693 18837 0 -1 4202496 2238 1252 0 1 7 0 0 0 23 0 1 0 517369361 16920576 2154 33554432000 4194304 4417332 140737310659856 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21693/statm: 4131 2154 148 55 0 2017 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16524

[startup+0.301051 s]
/proc/loadavg: 6.54 7.80 7.95 2/172 21693
/proc/meminfo: memFree=25061648/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=32108 CPUtime=0.26 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) R 21691 21693 18837 0 -1 4202496 6142 1252 0 1 26 0 0 0 24 0 1 0 517369361 32878592 6050 33554432000 4194304 4417332 140737310659856 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21693/statm: 8027 6050 148 55 0 5913 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 32108

[startup+0.700981 s]
/proc/loadavg: 6.54 7.80 7.95 2/172 21693
/proc/meminfo: memFree=25061648/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=69108 CPUtime=0.67 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) R 21691 21693 18837 0 -1 4202496 15392 1252 0 1 65 2 0 0 25 0 1 0 517369361 70766592 15300 33554432000 4194304 4417332 140737310659856 18446744073709551615 4264950 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21693/statm: 17277 15300 148 55 0 15163 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 69108

[startup+1.50084 s]
/proc/loadavg: 6.54 7.80 7.95 3/173 21700
/proc/meminfo: memFree=24907988/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=198392 CPUtime=1.47 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) R 21691 21693 18837 0 -1 4202496 47713 1252 0 1 141 6 0 0 25 0 1 0 517369361 203153408 47621 33554432000 4194304 4417332 140737310659856 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21693/statm: 49598 47621 148 55 0 47484 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 198392

[startup+3.10052 s]
/proc/loadavg: 6.54 7.80 7.95 6/177 21704
/proc/meminfo: memFree=24781000/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=309744 CPUtime=7.1 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 71707 1252 0 1 701 9 0 0 25 0 5 0 517369361 317177856 50349 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 77436 50349 174 55 0 75322 0
[pid=21693/tid=21701] ppid=21691 vsize=309744 CPUtime=1.33 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 3943 1252 0 1 133 0 0 0 25 0 5 0 517369536 317177856 50349 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236971 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=309744 CPUtime=1.34 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 4546 1252 0 1 134 0 0 0 25 0 5 0 517369536 317177856 50349 33554432000 4194304 4417332 140737310659856 18446744073709551615 4275738 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=309744 CPUtime=1.34 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 4053 1252 0 1 134 0 0 0 25 0 5 0 517369536 317177856 50349 33554432000 4194304 4417332 140737310659856 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=309744 CPUtime=1.34 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 2094 1252 0 1 134 0 0 0 25 0 5 0 517369536 317177856 50349 33554432000 4194304 4417332 140737310659856 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 309744

[startup+6.30097 s]
/proc/loadavg: 6.42 7.75 7.93 6/180 21715
/proc/meminfo: memFree=24637940/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=317224 CPUtime=19.88 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 102032 1252 0 1 1973 15 0 0 25 0 5 0 517369361 324837376 53202 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 79306 53202 180 55 0 77192 0
[pid=21693/tid=21701] ppid=21691 vsize=317224 CPUtime=4.51 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 12016 1252 0 1 449 2 0 0 25 0 5 0 517369536 324837376 53202 33554432000 4194304 4417332 140737310659856 18446744073709551615 4248246 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=317224 CPUtime=4.54 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 17364 1252 0 1 452 2 0 0 25 0 5 0 517369536 324837376 53202 33554432000 4194304 4417332 140737310659856 18446744073709551615 4249556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=317224 CPUtime=4.54 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 12922 1252 0 1 452 2 0 0 25 0 5 0 517369536 324837376 53202 33554432000 4194304 4417332 140737310659856 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=317224 CPUtime=4.54 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 2659 1252 0 1 454 0 0 0 25 0 5 0 517369536 324837376 53202 33554432000 4194304 4417332 140737310659856 18446744073709551615 4320975 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 317224

[startup+18.2579 s]
/proc/loadavg: 6.42 7.75 7.93 6/180 21715
/proc/meminfo: memFree=24637940/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=335112 CPUtime=64.91 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 107658 1252 0 1 6453 38 0 0 25 0 5 0 517369361 343154688 56788 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 83778 56788 181 55 0 81664 0
[pid=21693/tid=21701] ppid=21691 vsize=335112 CPUtime=16.47 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 12353 1252 0 1 1645 2 0 0 25 0 5 0 517369536 343154688 56788 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357880 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=335112 CPUtime=16.49 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 17460 1252 0 1 1647 2 0 0 25 0 5 0 517369536 343154688 56788 33554432000 4194304 4417332 140737310659856 18446744073709551615 4366424 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=335112 CPUtime=15.3 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 13243 1252 0 1 1528 2 0 0 25 0 5 0 517369536 343154688 56788 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=335112 CPUtime=14.9 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 7531 1252 0 1 1467 23 0 0 25 0 5 0 517369536 343154688 56788 33554432000 4194304 4417332 140737310659856 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 64.91
Current children cumulated vsize (KiB) 335112

[startup+25.5006 s]
/proc/loadavg: 8.03 8.03 8.02 11/184 21719
/proc/meminfo: memFree=23932308/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=340576 CPUtime=86.6 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 109024 1252 0 1 8621 39 0 0 25 0 5 0 517369361 348749824 58154 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 85144 58154 181 55 0 83030 0
[pid=21693/tid=21701] ppid=21691 vsize=340576 CPUtime=23.67 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 13121 1252 0 1 2365 2 0 0 25 0 5 0 517369536 348749824 58154 33554432000 4194304 4417332 140737310659856 18446744073709551615 4353476 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=340576 CPUtime=23.74 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 17460 1252 0 1 2371 3 0 0 25 0 5 0 517369536 348749824 58154 33554432000 4194304 4417332 140737310659856 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=340576 CPUtime=18.9 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 13243 1252 0 1 1888 2 0 0 25 0 5 0 517369536 348749824 58154 33554432000 4194304 4417332 140737310659856 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=340576 CPUtime=18.54 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 8129 1252 0 1 1831 23 0 0 25 0 5 0 517369536 348749824 58154 33554432000 4194304 4417332 140737310659856 18446744073709551615 4365458 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.6
Current children cumulated vsize (KiB) 340576

[startup+51.1012 s]
/proc/loadavg: 9.88 8.46 8.16 11/184 21720
/proc/meminfo: memFree=23882204/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=385020 CPUtime=163.26 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 120062 1252 0 1 16285 41 0 0 25 0 5 0 517369361 394260480 69103 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 96255 69103 181 55 0 94141 0
[pid=21693/tid=21701] ppid=21691 vsize=385020 CPUtime=49.13 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 18305 1252 0 1 4910 3 0 0 25 0 5 0 517369536 394260480 69103 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=385020 CPUtime=49.34 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 19440 1252 0 1 4931 3 0 0 25 0 5 0 517369536 394260480 69103 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=385020 CPUtime=31.7 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 13883 1252 0 1 3168 2 0 0 25 0 5 0 517369536 394260480 69103 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357066 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=385020 CPUtime=31.35 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 11363 1252 0 1 3111 24 0 0 25 0 5 0 517369536 394260480 69103 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 163.26
Current children cumulated vsize (KiB) 385020

[startup+102.3 s]
/proc/loadavg: 10.22 8.76 8.27 11/184 21757
/proc/meminfo: memFree=23931684/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=445000 CPUtime=338.7 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 135766 1252 0 1 33762 108 0 0 25 0 5 0 517369361 455680000 84260 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 111250 84260 181 55 0 109136 0
[pid=21693/tid=21701] ppid=21691 vsize=445000 CPUtime=100.04 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 20407 1252 0 1 9995 9 0 0 25 0 5 0 517369536 455680000 84260 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=445000 CPUtime=98.34 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 21232 1252 0 1 9828 6 0 0 25 0 5 0 517369536 455680000 84260 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236637 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=445000 CPUtime=59.52 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 16867 1252 0 1 5896 56 0 0 25 0 5 0 517369536 455680000 84260 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357834 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=445000 CPUtime=79.04 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 20189 1252 0 1 7877 27 0 0 25 0 5 0 517369536 455680000 84260 33554432000 4194304 4417332 140737310659856 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 338.7
Current children cumulated vsize (KiB) 445000

[startup+162.301 s]
/proc/loadavg: 9.62 8.94 8.37 9/184 21759
/proc/meminfo: memFree=23666644/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=478328 CPUtime=565.81 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 144179 1252 0 1 56460 121 0 0 25 0 5 0 517369361 489807872 92592 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 119582 92592 181 55 0 117468 0
[pid=21693/tid=21701] ppid=21691 vsize=478328 CPUtime=159.79 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 20407 1252 0 1 15969 10 0 0 25 0 5 0 517369536 489807872 92592 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=478328 CPUtime=152.87 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 25905 1252 0 1 15269 18 0 0 25 0 5 0 517369536 489807872 92592 33554432000 4194304 4417332 140737310659856 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=478328 CPUtime=112.37 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 16928 1252 0 1 11181 56 0 0 25 0 5 0 517369536 489807872 92592 33554432000 4194304 4417332 140737310659856 18446744073709551615 4232726 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=478328 CPUtime=139.03 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 23868 1252 0 1 13875 28 0 0 25 0 5 0 517369536 489807872 92592 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 565.81
Current children cumulated vsize (KiB) 478328

[startup+222.301 s]
/proc/loadavg: 8.59 8.77 8.34 9/184 21760
/proc/meminfo: memFree=23422532/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=519376 CPUtime=805.5 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 154621 1252 0 1 80427 123 0 0 25 0 5 0 517369361 531841024 102860 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 129844 102860 181 55 0 127730 0
[pid=21693/tid=21701] ppid=21691 vsize=519376 CPUtime=219.47 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 24164 1252 0 1 21937 10 0 0 25 0 5 0 517369536 531841024 102860 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0

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

[pid=21693/tid=21702] ppid=21691 vsize=1050480 CPUtime=752.89 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 64813 1252 0 1 75266 23 0 0 25 0 5 0 517369536 1075691520 235637 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1050480 CPUtime=712.38 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 28436 1252 0 1 71181 57 0 0 25 0 5 0 517369536 1075691520 235637 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1050480 CPUtime=738.98 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 266198 1252 0 1 73838 60 0 0 25 0 5 0 517369536 1075691520 235637 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2962.51
Current children cumulated vsize (KiB) 1050480

[startup+822.301 s]
/proc/loadavg: 8.09 8.20 8.22 9/184 21776
/proc/meminfo: memFree=22096344/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1205320 CPUtime=3202.19 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 628294 1252 0 1 320035 184 0 0 25 0 5 0 517369361 1234247680 274369 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 301330 274369 181 55 0 299216 0
[pid=21693/tid=21701] ppid=21691 vsize=1205320 CPUtime=816.2 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 97991 1252 0 1 81601 19 0 0 25 0 5 0 517369536 1234247680 274369 33554432000 4194304 4417332 140737310659856 18446744073709551615 4264950 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1205320 CPUtime=812.88 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 121705 1252 0 1 81258 30 0 0 25 0 5 0 517369536 1234247680 274369 33554432000 4194304 4417332 140737310659856 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1205320 CPUtime=772.37 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 52987 1252 0 1 77177 60 0 0 25 0 5 0 517369536 1234247680 274369 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1205320 CPUtime=798.97 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 298540 1252 0 1 79832 65 0 0 25 0 5 0 517369536 1234247680 274369 33554432000 4194304 4417332 140737310659856 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3202.19
Current children cumulated vsize (KiB) 1205320

[startup+882.3 s]
/proc/loadavg: 8.19 8.20 8.22 9/184 21778
/proc/meminfo: memFree=22443412/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1134188 CPUtime=3441.88 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 677896 1252 0 1 343996 192 0 0 25 0 5 0 517369361 1161408512 256560 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 283547 256560 181 55 0 281433 0
[pid=21693/tid=21701] ppid=21691 vsize=1134188 CPUtime=875.87 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 104845 1252 0 1 87567 20 0 0 25 0 5 0 517369536 1161408512 256560 33554432000 4194304 4417332 140737310659856 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1134188 CPUtime=872.89 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 145103 1252 0 1 87256 33 0 0 25 0 5 0 517369536 1161408512 256560 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1134188 CPUtime=832.39 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54340 1252 0 1 83178 61 0 0 25 0 5 0 517369536 1161408512 256560 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1134188 CPUtime=858.98 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 316537 1252 0 1 85830 68 0 0 25 0 5 0 517369536 1161408512 256560 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3441.88
Current children cumulated vsize (KiB) 1134188

[startup+942.301 s]
/proc/loadavg: 8.19 8.20 8.22 9/184 21780
/proc/meminfo: memFree=21914540/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1183020 CPUtime=3681.54 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 714198 1252 0 1 367957 197 0 0 25 0 5 0 517369361 1211412480 268768 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 295755 268768 181 55 0 293641 0
[pid=21693/tid=21701] ppid=21691 vsize=1183020 CPUtime=935.54 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 108781 1252 0 1 93533 21 0 0 25 0 5 0 517369536 1211412480 268768 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1183020 CPUtime=932.89 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 151782 1252 0 1 93255 34 0 0 25 0 5 0 517369536 1211412480 268768 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1183020 CPUtime=892.38 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54676 1252 0 1 89177 61 0 0 25 0 5 0 517369536 1211412480 268768 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1183020 CPUtime=918.97 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 341888 1252 0 1 91826 71 0 0 25 0 5 0 517369536 1211412480 268768 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3681.54
Current children cumulated vsize (KiB) 1183020

[startup+1002.31 s]
/proc/loadavg: 8.11 8.17 8.20 9/184 21781
/proc/meminfo: memFree=21523424/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1128940 CPUtime=3921.24 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 735604 1252 0 1 391923 201 0 0 25 0 5 0 517369361 1156034560 255248 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 282235 255248 181 55 0 280121 0
[pid=21693/tid=21701] ppid=21691 vsize=1128940 CPUtime=995.23 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 112489 1252 0 1 99501 22 0 0 25 0 5 0 517369536 1156034560 255248 33554432000 4194304 4417332 140737310659856 18446744073709551615 4355764 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1128940 CPUtime=992.9 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 155370 1252 0 1 99255 35 0 0 25 0 5 0 517369536 1156034560 255248 33554432000 4194304 4417332 140737310659856 18446744073709551615 18446744073699066043 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1128940 CPUtime=952.39 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54676 1252 0 1 95178 61 0 0 25 0 5 0 517369536 1156034560 255248 33554432000 4194304 4417332 140737310659856 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1128940 CPUtime=978.98 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 355998 1252 0 1 97823 75 0 0 25 0 5 0 517369536 1156034560 255248 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3921.24
Current children cumulated vsize (KiB) 1128940

[startup+1062.3 s]
/proc/loadavg: 8.12 8.17 8.20 9/184 21783
/proc/meminfo: memFree=21756652/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1114040 CPUtime=4160.9 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 759077 1252 0 1 415885 205 0 0 25 0 5 0 517369361 1140776960 251527 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 278510 251527 181 55 0 276396 0
[pid=21693/tid=21701] ppid=21691 vsize=1114040 CPUtime=1054.89 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 117541 1252 0 1 105467 22 0 0 25 0 5 0 517369536 1140776960 251527 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357014 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1114040 CPUtime=1052.89 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 158924 1252 0 1 105254 35 0 0 25 0 5 0 517369536 1140776960 251527 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1114040 CPUtime=1012.38 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54742 1252 0 1 101177 61 0 0 25 0 5 0 517369536 1140776960 251527 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1114040 CPUtime=1038.98 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 370799 1252 0 1 103821 77 0 0 25 0 5 0 517369536 1140776960 251527 33554432000 4194304 4417332 140737310659856 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4160.9
Current children cumulated vsize (KiB) 1114040

[startup+1122.3 s]
/proc/loadavg: 8.08 8.15 8.19 9/184 21784
/proc/meminfo: memFree=21690420/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1153900 CPUtime=4400.57 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 779801 1252 0 1 439850 207 0 0 25 0 5 0 517369361 1181593600 261522 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 288475 261522 181 55 0 286361 0
[pid=21693/tid=21701] ppid=21691 vsize=1153900 CPUtime=1114.56 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 123914 1252 0 1 111433 23 0 0 25 0 5 0 517369536 1181593600 261522 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1153900 CPUtime=1112.89 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 161852 1252 0 1 111253 36 0 0 25 0 5 0 517369536 1181593600 261522 33554432000 4194304 4417332 140737310659856 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1153900 CPUtime=1072.39 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54742 1252 0 1 107178 61 0 0 25 0 5 0 517369536 1181593600 261522 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1153900 CPUtime=1098.98 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 382222 1252 0 1 109820 78 0 0 25 0 5 0 517369536 1181593600 261522 33554432000 4194304 4417332 140737310659856 18446744073709551615 4355734 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4400.57
Current children cumulated vsize (KiB) 1153900

[startup+1182.3 s]
/proc/loadavg: 8.06 8.13 8.18 9/184 21786
/proc/meminfo: memFree=21233596/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1136096 CPUtime=4640.25 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 809394 1252 0 1 463815 210 0 0 25 0 5 0 517369361 1163362304 257071 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 284024 257071 181 55 0 281910 0
[pid=21693/tid=21701] ppid=21691 vsize=1136096 CPUtime=1174.24 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 126154 1252 0 1 117401 23 0 0 25 0 5 0 517369536 1163362304 257071 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1136096 CPUtime=1172.89 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 165401 1252 0 1 117253 36 0 0 25 0 5 0 517369536 1163362304 257071 33554432000 4194304 4417332 140737310659856 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1136096 CPUtime=1132.39 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54742 1252 0 1 113178 61 0 0 25 0 5 0 517369536 1163362304 257071 33554432000 4194304 4417332 140737310659856 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1136096 CPUtime=1158.98 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 406026 1252 0 1 115817 81 0 0 25 0 5 0 517369536 1163362304 257071 33554432000 4194304 4417332 140737310659856 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4640.25
Current children cumulated vsize (KiB) 1136096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1222.31 s]
/proc/loadavg: 8.11 8.13 8.17 9/184 21787
/proc/meminfo: memFree=20714776/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1178632 CPUtime=4800.06 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 826202 1252 0 1 479794 212 0 0 25 0 5 0 517369361 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 294658 267705 181 55 0 292544 0
[pid=21693/tid=21701] ppid=21691 vsize=1178632 CPUtime=1214.03 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 131207 1252 0 1 121379 24 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1178632 CPUtime=1212.9 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 168268 1252 0 1 121254 36 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4251238 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1178632 CPUtime=1172.4 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54742 1252 0 1 117179 61 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1178632 CPUtime=1198.99 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 414914 1252 0 1 119817 82 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 1178632

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

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

[startup+1222.31 s]
/proc/loadavg: 8.11 8.13 8.17 9/184 21787
/proc/meminfo: memFree=20714776/32951132 swapFree=67111524/67111528
[pid=21693] ppid=21691 vsize=1178632 CPUtime=4800.06 cores=1,3,5,7
/proc/21693/stat : 21693 (plingeling) S 21691 21693 18837 0 -1 4202496 826202 1252 0 1 479794 212 0 0 25 0 5 0 517369361 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21693/statm: 294658 267705 181 55 0 292544 0
[pid=21693/tid=21701] ppid=21691 vsize=1178632 CPUtime=1214.03 cores=1,3,5,7
/proc/21693/task/21701/stat : 21701 (plingeling) R 21691 21693 18837 0 -1 4202560 131207 1252 0 1 121379 24 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1178632 CPUtime=1212.9 cores=1,3,5,7
/proc/21693/task/21702/stat : 21702 (plingeling) R 21691 21693 18837 0 -1 4202560 168268 1252 0 1 121254 36 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4251238 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1178632 CPUtime=1172.4 cores=1,3,5,7
/proc/21693/task/21703/stat : 21703 (plingeling) R 21691 21693 18837 0 -1 4202560 54742 1252 0 1 117179 61 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1178632 CPUtime=1198.99 cores=1,3,5,7
/proc/21693/task/21704/stat : 21704 (plingeling) R 21691 21693 18837 0 -1 4202560 414914 1252 0 1 119817 82 0 0 25 0 5 0 517369536 1206919168 267705 33554432000 4194304 4417332 140737310659856 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 1178632

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1222.37
CPU time (s): 4800.15
CPU user time (s): 4797.97
CPU system time (s): 2.17967
CPU usage (%): 392.693
Max. virtual memory (cumulated for all children) (KiB): 1373208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.97
system time used= 2.17967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 827454
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175
involuntary context switches= 34762

runsolver used 1.77173 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 08:14:57
IDJOB=3284883
IDBENCH=82366
IDSOLVER=1605
FILE ID=node131/3284883-1304057696
RUNJOBID= node131-1304057696-21680
PBS_JOBID= 13170364
Free space on /tmp= 71308 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284883-1304057696/watcher-3284883-1304057696 -o /tmp/evaluation-result-3284883-1304057696/solver-3284883-1304057696 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3284883-1304057696.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=926334455

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25062300 kB
Buffers:        957452 kB
Cached:        6365320 kB
SwapCached:          4 kB
Active:         330044 kB
Inactive:      7063036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25062300 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           80580 kB
Writeback:           0 kB
AnonPages:       69296 kB
Mapped:          14688 kB
Slab:           433008 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   193620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71252 MiB
End job on node131 at 2011-04-29 08:35:22