Trace number 3371259

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.5 1204.79

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3371259-1305421042/watcher-3371259-1305421042 -o /tmp/evaluation-result-3371259-1305421042/solver-3371259-1305421042 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371259-1305421042.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: 4.94 7.15 7.72 5/374 19114
/proc/meminfo: memFree=22506216/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=10976 CPUtime=0 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) R 19112 19114 18458 0 -1 4202496 808 1253 0 0 0 0 0 0 21 0 1 0 653702073 11239424 739 33554432000 4194304 4417452 140733308161328 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/19114/statm: 2744 739 144 55 0 630 0

[startup+0.0311339 s]
/proc/loadavg: 4.94 7.15 7.72 5/374 19114
/proc/meminfo: memFree=22506216/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=13232 CPUtime=0.02 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) R 19112 19114 18458 0 -1 4202496 1401 1253 0 0 2 0 0 0 21 0 1 0 653702073 13549568 1332 33554432000 4194304 4417452 140733308161328 18446744073709551615 212687293957 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/19114/statm: 3308 1332 149 55 0 1194 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13232

[startup+0.101124 s]
/proc/loadavg: 4.94 7.15 7.72 5/374 19114
/proc/meminfo: memFree=22506216/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=16464 CPUtime=0.09 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) R 19112 19114 18458 0 -1 4202496 2205 1253 0 0 9 0 0 0 21 0 1 0 653702073 16859136 2124 33554432000 4194304 4417452 140733308161328 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/19114/statm: 4116 2124 149 55 0 2002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16464

[startup+0.301087 s]
/proc/loadavg: 4.94 7.15 7.72 5/374 19114
/proc/meminfo: memFree=22506216/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=41208 CPUtime=0.29 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) R 19112 19114 18458 0 -1 4202496 8415 1253 0 0 28 1 0 0 22 0 1 0 653702073 42196992 8326 33554432000 4194304 4417452 140733308161328 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/19114/statm: 10302 8326 149 55 0 8188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41208

[startup+0.701015 s]
/proc/loadavg: 4.94 7.15 7.72 5/374 19114
/proc/meminfo: memFree=22506216/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=68856 CPUtime=0.68 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) R 19112 19114 18458 0 -1 4202496 15327 1253 0 0 66 2 0 0 23 0 1 0 653702073 70508544 15238 33554432000 4194304 4417452 140733308161328 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/19114/statm: 17214 15238 149 55 0 15100 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68856

[startup+1.50084 s]
/proc/loadavg: 4.94 7.12 7.71 6/375 19120
/proc/meminfo: memFree=22379484/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=295564 CPUtime=1.69 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 48794 1253 0 0 162 7 0 0 25 0 5 0 653702073 302657536 45255 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 73891 45274 159 55 0 71777 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 295564

[startup+3.10055 s]
/proc/loadavg: 4.94 7.12 7.71 9/379 19124
/proc/meminfo: memFree=22291908/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=296800 CPUtime=8.07 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 63867 1253 0 0 798 9 0 0 25 0 5 0 653702073 303923200 46722 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 74200 46722 175 55 0 72086 0
[pid=19114/tid=19121] ppid=19112 vsize=296800 CPUtime=1.66 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 5177 1253 0 0 166 0 0 0 20 0 5 0 653702216 303923200 46722 33554432000 4194304 4417452 140733308161328 18446744073709551615 4277642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=296800 CPUtime=1.65 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 4484 1253 0 0 165 0 0 0 25 0 5 0 653702216 303923200 46722 33554432000 4194304 4417452 140733308161328 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=296800 CPUtime=1.64 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 4978 1253 0 0 164 0 0 0 25 0 5 0 653702216 303923200 46722 33554432000 4194304 4417452 140733308161328 18446744073709551615 4277713 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=296800 CPUtime=1.66 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 1568 1253 0 0 166 0 0 0 25 0 5 0 653702216 303923200 46722 33554432000 4194304 4417452 140733308161328 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 296800

[startup+6.30096 s]
/proc/loadavg: 4.94 7.12 7.71 9/379 19124
/proc/meminfo: memFree=22263168/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=317816 CPUtime=20.83 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 87163 1253 0 0 2072 11 0 0 25 0 5 0 653702073 325443584 50717 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 79454 50717 179 55 0 77340 0
[pid=19114/tid=19121] ppid=19112 vsize=317816 CPUtime=4.86 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 13636 1253 0 0 485 1 0 0 25 0 5 0 653702216 325443584 50717 33554432000 4194304 4417452 140733308161328 18446744073709551615 4249873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=317816 CPUtime=4.86 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 11387 1253 0 0 485 1 0 0 25 0 5 0 653702216 325443584 50717 33554432000 4194304 4417452 140733308161328 18446744073709551615 4319881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=317816 CPUtime=4.81 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 12912 1253 0 0 480 1 0 0 25 0 5 0 653702216 325443584 50717 33554432000 4194304 4417452 140733308161328 18446744073709551615 4249158 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=317816 CPUtime=4.86 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 1568 1253 0 0 486 0 0 0 25 0 5 0 653702216 325443584 50717 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 317816

[startup+12.7008 s]
/proc/loadavg: 5.49 7.16 7.72 9/379 19124
/proc/meminfo: memFree=22205728/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=320360 CPUtime=46.36 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 89760 1253 0 0 4624 12 0 0 25 0 5 0 653702073 328048640 53310 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 80090 53310 179 55 0 77976 0
[pid=19114/tid=19121] ppid=19112 vsize=320360 CPUtime=11.26 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 14167 1253 0 0 1125 1 0 0 25 0 5 0 653702216 328048640 53310 33554432000 4194304 4417452 140733308161328 18446744073709551615 4365111 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=320360 CPUtime=11.26 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 11707 1253 0 0 1125 1 0 0 25 0 5 0 653702216 328048640 53310 33554432000 4194304 4417452 140733308161328 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=320360 CPUtime=11.13 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 13232 1253 0 0 1112 1 0 0 25 0 5 0 653702216 328048640 53310 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=320360 CPUtime=11.26 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 2994 1253 0 0 1126 0 0 0 25 0 5 0 653702216 328048640 53310 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.36
Current children cumulated vsize (KiB) 320360

[startup+25.5005 s]
/proc/loadavg: 5.88 7.19 7.72 9/379 19124
/proc/meminfo: memFree=22126748/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=331664 CPUtime=97.4 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 93207 1253 0 0 9728 12 0 0 25 0 5 0 653702073 339623936 56757 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 82916 56757 179 55 0 80802 0
[pid=19114/tid=19121] ppid=19112 vsize=331664 CPUtime=24.06 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 14167 1253 0 0 2405 1 0 0 25 0 5 0 653702216 339623936 56757 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=331664 CPUtime=24.06 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 11973 1253 0 0 2405 1 0 0 25 0 5 0 653702216 339623936 56757 33554432000 4194304 4417452 140733308161328 18446744073709551615 4281857 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=331664 CPUtime=23.77 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 13232 1253 0 0 2376 1 0 0 25 0 5 0 653702216 339623936 56757 33554432000 4194304 4417452 140733308161328 18446744073709551615 4357942 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=331664 CPUtime=24.05 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 6175 1253 0 0 2405 0 0 0 25 0 5 0 653702216 339623936 56757 33554432000 4194304 4417452 140733308161328 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.4
Current children cumulated vsize (KiB) 331664

[startup+51.1008 s]
/proc/loadavg: 6.60 7.25 7.73 9/379 19125
/proc/meminfo: memFree=22025184/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=376632 CPUtime=199.5 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 104587 1253 0 0 19936 14 0 0 25 0 5 0 653702073 385671168 66704 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 94158 66704 180 55 0 92044 0
[pid=19114/tid=19121] ppid=19112 vsize=376632 CPUtime=49.66 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 14230 1253 0 0 4965 1 0 0 25 0 5 0 653702216 385671168 66704 33554432000 4194304 4417452 140733308161328 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=376632 CPUtime=49.66 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 12413 1253 0 0 4965 1 0 0 25 0 5 0 653702216 385671168 66704 33554432000 4194304 4417452 140733308161328 18446744073709551615 4331715 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=376632 CPUtime=49.06 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 17115 1253 0 0 4905 1 0 0 25 0 5 0 653702216 385671168 66704 33554432000 4194304 4417452 140733308161328 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=376632 CPUtime=49.65 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 13169 1253 0 0 4963 2 0 0 25 0 5 0 653702216 385671168 66704 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 199.5
Current children cumulated vsize (KiB) 376632

[startup+102.314 s]
/proc/loadavg: 7.62 7.43 7.76 9/379 19126
/proc/meminfo: memFree=21815468/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=434188 CPUtime=403.75 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 126200 1253 0 0 40358 17 0 0 25 0 5 0 653702073 444608512 82731 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 108547 82731 180 55 0 106433 0
[pid=19114/tid=19121] ppid=19112 vsize=434188 CPUtime=100.88 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 21068 1253 0 0 10086 2 0 0 25 0 5 0 653702216 444608512 82731 33554432000 4194304 4417452 140733308161328 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=434188 CPUtime=100.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 15524 1253 0 0 10086 1 0 0 25 0 5 0 653702216 444608512 82731 33554432000 4194304 4417452 140733308161328 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=434188 CPUtime=99.67 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 17150 1253 0 0 9966 1 0 0 25 0 5 0 653702216 444608512 82731 33554432000 4194304 4417452 140733308161328 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=434188 CPUtime=100.87 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 24798 1253 0 0 10084 3 0 0 25 0 5 0 653702216 444608512 82731 33554432000 4194304 4417452 140733308161328 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 403.75
Current children cumulated vsize (KiB) 434188

[startup+162.301 s]
/proc/loadavg: 7.90 7.55 7.78 9/379 19128
/proc/meminfo: memFree=21698148/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=496156 CPUtime=643 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 144374 1253 0 0 64281 19 0 0 25 0 5 0 653702073 508063744 97263 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 124039 97263 180 55 0 121925 0
[pid=19114/tid=19121] ppid=19112 vsize=496156 CPUtime=160.87 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 26316 1253 0 0 16084 3 0 0 25 0 5 0 653702216 508063744 97263 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=496156 CPUtime=160.86 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 20426 1253 0 0 16084 2 0 0 25 0 5 0 653702216 508063744 97263 33554432000 4194304 4417452 140733308161328 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=496156 CPUtime=158.96 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 17837 1253 0 0 15894 2 0 0 25 0 5 0 653702216 508063744 97263 33554432000 4194304 4417452 140733308161328 18446744073709551615 4356980 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=496156 CPUtime=160.85 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 32135 1253 0 0 16082 3 0 0 25 0 5 0 653702216 508063744 97263 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 643
Current children cumulated vsize (KiB) 496156

[startup+222.301 s]
/proc/loadavg: 8.04 7.66 7.80 9/379 19138
/proc/meminfo: memFree=21450112/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=526228 CPUtime=882.27 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 153420 1253 0 0 88207 20 0 0 25 0 5 0 653702073 538857472 104849 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 131557 104849 180 55 0 129443 0
[pid=19114/tid=19121] ppid=19112 vsize=526228 CPUtime=220.86 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 29555 1253 0 0 22083 3 0 0 25 0 5 0 653702216 538857472 104849 33554432000 4194304 4417452 140733308161328 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 1 0 0 0

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

[pid=19114/tid=19122] ppid=19112 vsize=1106016 CPUtime=760.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 138189 1253 0 0 76071 16 0 0 25 0 5 0 653702216 1132560384 257360 33554432000 4194304 4417452 140733308161328 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1106016 CPUtime=751.88 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 76956 1253 0 0 75179 9 0 0 25 0 5 0 653702216 1132560384 257360 33554432000 4194304 4417452 140733308161328 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1106016 CPUtime=760.89 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 290461 1253 0 0 76051 38 0 0 25 0 5 0 653702216 1132560384 257360 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3035.99
Current children cumulated vsize (KiB) 1106016

[startup+822.3 s]
/proc/loadavg: 8.03 8.05 7.93 9/379 19157
/proc/meminfo: memFree=20419540/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=875140 CPUtime=3275.24 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 867438 1253 0 0 327410 114 0 0 25 0 5 0 653702073 896143360 203035 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 218785 203035 180 55 0 216671 0
[pid=19114/tid=19121] ppid=19112 vsize=875140 CPUtime=820.88 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 294679 1253 0 0 82050 38 0 0 25 0 5 0 653702216 896143360 203035 33554432000 4194304 4417452 140733308161328 18446744073709551615 4250977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=875140 CPUtime=820.86 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 145093 1253 0 0 82068 18 0 0 25 0 5 0 653702216 896143360 203035 33554432000 4194304 4417452 140733308161328 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=875140 CPUtime=811.17 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 82597 1253 0 0 81107 10 0 0 25 0 5 0 653702216 896143360 203035 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=875140 CPUtime=820.87 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 297409 1253 0 0 82048 39 0 0 25 0 5 0 653702216 896143360 203035 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3275.24
Current children cumulated vsize (KiB) 875140

[startup+882.3 s]
/proc/loadavg: 8.06 8.05 7.94 9/379 19159
/proc/meminfo: memFree=19497600/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1124628 CPUtime=3514.53 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 957264 1253 0 0 351327 126 0 0 25 0 5 0 653702073 1151619072 262272 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 281157 262272 180 55 0 279043 0
[pid=19114/tid=19121] ppid=19112 vsize=1124628 CPUtime=880.89 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 310831 1253 0 0 88048 41 0 0 25 0 5 0 653702216 1151619072 262272 33554432000 4194304 4417452 140733308161328 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1124628 CPUtime=880.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 155709 1253 0 0 88067 20 0 0 25 0 5 0 653702216 1151619072 262272 33554432000 4194304 4417452 140733308161328 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1124628 CPUtime=870.45 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 86715 1253 0 0 87034 11 0 0 25 0 5 0 653702216 1151619072 262272 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1124628 CPUtime=880.87 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 356349 1253 0 0 88041 46 0 0 25 0 5 0 653702216 1151619072 262272 33554432000 4194304 4417452 140733308161328 18446744073709551615 4357106 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3514.53
Current children cumulated vsize (KiB) 1124628

[startup+942.301 s]
/proc/loadavg: 8.02 8.04 7.94 9/379 19161
/proc/meminfo: memFree=19176928/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=872988 CPUtime=3753.83 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1132336 1253 0 0 375224 159 0 0 25 0 5 0 653702073 893939712 198224 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 218247 198224 180 55 0 216133 0
[pid=19114/tid=19121] ppid=19112 vsize=872988 CPUtime=940.88 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 350257 1253 0 0 94042 46 0 0 25 0 5 0 653702216 893939712 198224 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=872988 CPUtime=940.86 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 168313 1253 0 0 94064 22 0 0 25 0 5 0 653702216 893939712 198224 33554432000 4194304 4417452 140733308161328 18446744073709551615 4357297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=872988 CPUtime=929.75 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 93794 1253 0 0 92962 13 0 0 25 0 5 0 653702216 893939712 198224 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366253 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=872988 CPUtime=940.88 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 472312 1253 0 0 94018 70 0 0 25 0 5 0 653702216 893939712 198224 33554432000 4194304 4417452 140733308161328 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3753.83
Current children cumulated vsize (KiB) 872988

[startup+1002.3 s]
/proc/loadavg: 8.09 8.06 7.95 9/379 19162
/proc/meminfo: memFree=18458720/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1025388 CPUtime=3993.12 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1210548 1253 0 0 399143 169 0 0 25 0 5 0 653702073 1049997312 239885 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 256347 239885 180 55 0 254233 0
[pid=19114/tid=19121] ppid=19112 vsize=1025388 CPUtime=1000.88 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 375127 1253 0 0 100039 49 0 0 25 0 5 0 653702216 1049997312 239885 33554432000 4194304 4417452 140733308161328 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1025388 CPUtime=1000.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 179780 1253 0 0 100063 24 0 0 25 0 5 0 653702216 1049997312 239885 33554432000 4194304 4417452 140733308161328 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1025388 CPUtime=989.03 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 97078 1253 0 0 98890 13 0 0 25 0 5 0 653702216 1049997312 239885 33554432000 4194304 4417452 140733308161328 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1025388 CPUtime=1000.87 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 510903 1253 0 0 100013 74 0 0 25 0 5 0 653702216 1049997312 239885 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3993.12
Current children cumulated vsize (KiB) 1025388

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 7.95 9/379 19164
/proc/meminfo: memFree=19383364/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1206692 CPUtime=4232.43 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1285155 1253 0 0 423065 178 0 0 25 0 5 0 653702073 1235652608 288338 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 301673 288338 180 55 0 299559 0
[pid=19114/tid=19121] ppid=19112 vsize=1206692 CPUtime=1060.88 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 400209 1253 0 0 106036 52 0 0 25 0 5 0 653702216 1235652608 288338 33554432000 4194304 4417452 140733308161328 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1206692 CPUtime=1060.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 183846 1253 0 0 106062 25 0 0 25 0 5 0 653702216 1235652608 288338 33554432000 4194304 4417452 140733308161328 18446744073709551615 4358200 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1206692 CPUtime=1048.34 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 100038 1253 0 0 104820 14 0 0 25 0 5 0 653702216 1235652608 288338 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1206692 CPUtime=1060.88 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 553402 1253 0 0 106009 79 0 0 25 0 5 0 653702216 1235652608 288338 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.43
Current children cumulated vsize (KiB) 1206692

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 7.96 9/379 19165
/proc/meminfo: memFree=18746984/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1358560 CPUtime=4471.72 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1370065 1253 0 0 446983 189 0 0 25 0 5 0 653702073 1391165440 326719 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 339640 326719 180 55 0 337526 0
[pid=19114/tid=19121] ppid=19112 vsize=1358560 CPUtime=1120.88 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 413290 1253 0 0 112034 54 0 0 25 0 5 0 653702216 1391165440 326719 33554432000 4194304 4417452 140733308161328 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1358560 CPUtime=1120.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 197667 1253 0 0 112061 26 0 0 25 0 5 0 653702216 1391165440 326719 33554432000 4194304 4417452 140733308161328 18446744073709551615 4251160 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1358560 CPUtime=1107.62 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 129677 1253 0 0 110744 18 0 0 25 0 5 0 653702216 1391165440 326719 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1358560 CPUtime=1120.89 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 581771 1253 0 0 112007 82 0 0 25 0 5 0 653702216 1391165440 326719 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4471.72
Current children cumulated vsize (KiB) 1358560

[startup+1182.3 s]
/proc/loadavg: 8.18 8.09 7.97 9/379 19167
/proc/meminfo: memFree=18348192/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1524348 CPUtime=4711.02 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1474445 1253 0 0 470894 208 0 0 25 0 5 0 653702073 1560932352 363103 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 381087 363103 180 55 0 378973 0
[pid=19114/tid=19121] ppid=19112 vsize=1524348 CPUtime=1180.89 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 424478 1253 0 0 118033 56 0 0 25 0 5 0 653702216 1560932352 363103 33554432000 4194304 4417452 140733308161328 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1524348 CPUtime=1180.87 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 200416 1253 0 0 118060 27 0 0 25 0 5 0 653702216 1560932352 363103 33554432000 4194304 4417452 140733308161328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1524348 CPUtime=1166.92 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 135703 1253 0 0 116673 19 0 0 25 0 5 0 653702216 1560932352 363103 33554432000 4194304 4417452 140733308161328 18446744073709551615 4353543 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1524348 CPUtime=1180.88 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 666188 1253 0 0 117991 97 0 0 25 0 5 0 653702216 1560932352 363103 33554432000 4194304 4417452 140733308161328 18446744073709551615 4343771 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4711.02
Current children cumulated vsize (KiB) 1524348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 8.19 8.10 7.98 5/373 19169
/proc/meminfo: memFree=21057880/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1597904 CPUtime=4800.38 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1489982 1253 0 0 479828 210 0 0 25 0 5 0 653702073 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 399476 374322 180 55 0 397362 0
[pid=19114/tid=19121] ppid=19112 vsize=1597904 CPUtime=1203.31 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 433692 1253 0 0 120274 57 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1597904 CPUtime=1203.28 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 204047 1253 0 0 120301 27 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1597904 CPUtime=1189.05 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 138395 1253 0 0 118885 20 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366659 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1597904 CPUtime=1203.3 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 666188 1253 0 0 120233 97 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1597904

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

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

[startup+1204.7 s]
/proc/loadavg: 8.19 8.10 7.98 5/373 19169
/proc/meminfo: memFree=21057880/32951124 swapFree=67111348/67111528
[pid=19114] ppid=19112 vsize=1597904 CPUtime=4800.38 cores=1,3,5,7
/proc/19114/stat : 19114 (plingeling) S 19112 19114 18458 0 -1 4202496 1489982 1253 0 0 479828 210 0 0 25 0 5 0 653702073 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/19114/statm: 399476 374322 180 55 0 397362 0
[pid=19114/tid=19121] ppid=19112 vsize=1597904 CPUtime=1203.31 cores=1,3,5,7
/proc/19114/task/19121/stat : 19121 (plingeling) R 19112 19114 18458 0 -1 4202560 433692 1253 0 0 120274 57 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1597904 CPUtime=1203.28 cores=1,3,5,7
/proc/19114/task/19122/stat : 19122 (plingeling) R 19112 19114 18458 0 -1 4202560 204047 1253 0 0 120301 27 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1597904 CPUtime=1189.05 cores=1,3,5,7
/proc/19114/task/19123/stat : 19123 (plingeling) R 19112 19114 18458 0 -1 4202560 138395 1253 0 0 118885 20 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4366659 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1597904 CPUtime=1203.3 cores=1,3,5,7
/proc/19114/task/19124/stat : 19124 (plingeling) R 19112 19114 18458 0 -1 4202560 666188 1253 0 0 120233 97 0 0 25 0 5 0 653702216 1636253696 374322 33554432000 4194304 4417452 140733308161328 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1597904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.79
CPU time (s): 4800.5
CPU user time (s): 4798.33
CPU system time (s): 2.16967
CPU usage (%): 398.452
Max. virtual memory (cumulated for all children) (KiB): 1597904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.33
system time used= 2.16967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1491235
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= 110
involuntary context switches= 33786

runsolver used 4.03739 second user time and 10.2424 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 02:57:23
IDJOB=3371259
IDBENCH=82379
IDSOLVER=1848
FILE ID=node139/3371259-1305421042
RUNJOBID= node139-1305421042-19086
PBS_JOBID= 13324554
Free space on /tmp= 73320 MiB

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

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1030476413

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:     32951124 kB
MemFree:      22506248 kB
Buffers:        302772 kB
Cached:        2935648 kB
SwapCached:          0 kB
Active:        8068796 kB
Inactive:      2068824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22506248 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           38528 kB
Writeback:           0 kB
AnonPages:     6898620 kB
Mapped:          28792 kB
Slab:           204280 kB
PageTables:      38640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76893304 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= 73328 MiB
End job on node139 at 2011-05-15 03:17:30