Trace number 3371248

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.37 1205.35

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.736
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

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-3371248-1305416722/watcher-3371248-1305416722 -o /tmp/evaluation-result-3371248-1305416722/solver-3371248-1305416722 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371248-1305416722.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: 8.07 8.07 7.89 3/350 22468
/proc/meminfo: memFree=24047044/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=16356 CPUtime=0 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) R 22466 22468 22319 0 -1 4202496 2178 1255 0 0 0 0 0 0 21 0 1 0 653268959 16748544 2108 33554432000 4194304 4417452 140733332290720 18446744073709551615 254500385753 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22468/statm: 4137 2118 148 55 0 2023 0

[startup+0.0761579 s]
/proc/loadavg: 8.07 8.07 7.89 3/350 22468
/proc/meminfo: memFree=24047044/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=28768 CPUtime=0.06 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) R 22466 22468 22319 0 -1 4202496 5286 1255 0 0 6 0 0 0 21 0 1 0 653268959 29458432 5216 33554432000 4194304 4417452 140733332290720 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22468/statm: 7192 5216 149 55 0 5078 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28768

[startup+0.101157 s]
/proc/loadavg: 8.07 8.07 7.89 3/350 22468
/proc/meminfo: memFree=24047044/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=32864 CPUtime=0.09 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) R 22466 22468 22319 0 -1 4202496 6310 1255 0 0 9 0 0 0 21 0 1 0 653268959 33652736 6240 33554432000 4194304 4417452 140733332290720 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22468/statm: 8216 6240 149 55 0 6102 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32864

[startup+0.301107 s]
/proc/loadavg: 8.07 8.07 7.89 3/350 22468
/proc/meminfo: memFree=24047044/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=69172 CPUtime=0.29 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) R 22466 22468 22319 0 -1 4202496 15435 1255 0 0 27 2 0 0 22 0 1 0 653268959 70832128 15317 33554432000 4194304 4417452 140733332290720 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22468/statm: 17293 15317 149 55 0 15179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69172

[startup+0.701033 s]
/proc/loadavg: 8.07 8.07 7.89 3/350 22468
/proc/meminfo: memFree=24047044/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=155708 CPUtime=0.68 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) R 22466 22468 22319 0 -1 4202496 37069 1255 0 0 64 4 0 0 23 0 1 0 653268959 159444992 36951 33554432000 4194304 4417452 140733332290720 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22468/statm: 38927 36951 149 55 0 36813 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 155708

[startup+1.50087 s]
/proc/loadavg: 7.91 8.04 7.88 6/355 22478
/proc/meminfo: memFree=23792732/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=296388 CPUtime=1.49 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) R 22466 22468 22319 0 -1 4202496 72271 1255 0 0 140 9 0 0 25 0 1 0 653268959 303501312 72121 33554432000 4194304 4417452 140733332290720 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22468/statm: 74097 72121 149 55 0 71983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 296388

[startup+3.10048 s]
/proc/loadavg: 7.91 8.04 7.88 9/359 22482
/proc/meminfo: memFree=23652580/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=463784 CPUtime=6.32 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 123292 1255 0 0 613 19 0 0 25 0 5 0 653268959 474914816 91462 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 115946 91462 172 55 0 113832 0
[pid=22468/tid=22479] ppid=22466 vsize=463784 CPUtime=1.07 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 14000 1255 0 0 105 2 0 0 25 0 5 0 653269161 474914816 91462 33554432000 4194304 4417452 140733332290720 18446744073709551615 4281450 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=463784 CPUtime=1.07 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 14016 1255 0 0 105 2 0 0 25 0 5 0 653269161 474914816 91462 33554432000 4194304 4417452 140733332290720 18446744073709551615 4294427 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=463784 CPUtime=1.07 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 13955 1255 0 0 105 2 0 0 25 0 5 0 653269161 474914816 91462 33554432000 4194304 4417452 140733332290720 18446744073709551615 4294250 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=463784 CPUtime=1.05 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 104 1 0 0 25 0 5 0 653269161 474914816 91462 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 463784

[startup+6.30085 s]
/proc/loadavg: 7.91 8.04 7.88 9/359 22482
/proc/meminfo: memFree=23491136/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=509760 CPUtime=19.07 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 203942 1255 0 0 1876 31 0 0 25 0 5 0 653268959 521994240 106882 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 127440 106882 177 55 0 125326 0
[pid=22468/tid=22479] ppid=22466 vsize=509760 CPUtime=4.27 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 43435 1255 0 0 420 7 0 0 25 0 5 0 653269161 521994240 106882 33554432000 4194304 4417452 140733332290720 18446744073709551615 4259196 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=509760 CPUtime=4.27 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 36252 1255 0 0 422 5 0 0 25 0 5 0 653269161 521994240 106882 33554432000 4194304 4417452 140733332290720 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=509760 CPUtime=4.27 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 42934 1255 0 0 421 6 0 0 25 0 5 0 653269161 521994240 106882 33554432000 4194304 4417452 140733332290720 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=509760 CPUtime=4.22 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 421 1 0 0 25 0 5 0 653269161 521994240 106882 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 509760

[startup+12.7006 s]
/proc/loadavg: 7.92 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23362856/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=559784 CPUtime=44.59 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 269206 1255 0 0 4418 41 0 0 25 0 5 0 653268959 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 139946 124939 180 55 0 137832 0
[pid=22468/tid=22479] ppid=22466 vsize=559784 CPUtime=10.68 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 53579 1255 0 0 1059 9 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=559784 CPUtime=10.67 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 74041 1255 0 0 1056 11 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4342993 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=559784 CPUtime=10.66 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 60265 1255 0 0 1058 8 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364480 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=559784 CPUtime=10.54 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 1053 1 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.59
Current children cumulated vsize (KiB) 559784

[startup+25.501 s]
/proc/loadavg: 8.01 8.05 7.88 9/359 22524
/proc/meminfo: memFree=23586524/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=559784 CPUtime=95.64 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 269206 1255 0 0 9523 41 0 0 25 0 5 0 653268959 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 139946 124939 180 55 0 137832 0
[pid=22468/tid=22479] ppid=22466 vsize=559784 CPUtime=23.48 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 53579 1255 0 0 2339 9 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=559784 CPUtime=23.47 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 74041 1255 0 0 2336 11 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=559784 CPUtime=23.46 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 60265 1255 0 0 2338 8 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=559784 CPUtime=23.18 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 2317 1 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.64
Current children cumulated vsize (KiB) 559784

[startup+51.1009 s]
/proc/loadavg: 8.01 8.04 7.89 9/359 22525
/proc/meminfo: memFree=23567196/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=559784 CPUtime=197.75 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 269206 1255 0 0 19734 41 0 0 25 0 5 0 653268959 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 139946 124939 180 55 0 137832 0
[pid=22468/tid=22479] ppid=22466 vsize=559784 CPUtime=49.08 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 53579 1255 0 0 4899 9 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=559784 CPUtime=49.07 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 74041 1255 0 0 4896 11 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=559784 CPUtime=49.06 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 60265 1255 0 0 4898 8 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=559784 CPUtime=48.48 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 4847 1 0 0 25 0 5 0 653269161 573218816 124939 33554432000 4194304 4417452 140733332290720 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 197.75
Current children cumulated vsize (KiB) 559784

[startup+102.314 s]
/proc/loadavg: 8.06 8.05 7.90 9/359 22527
/proc/meminfo: memFree=23548596/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=559780 CPUtime=402 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 269206 1255 0 0 40159 41 0 0 25 0 5 0 653268959 573214720 124938 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 139945 124938 180 55 0 137831 0
[pid=22468/tid=22479] ppid=22466 vsize=559780 CPUtime=100.29 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 53579 1255 0 0 10020 9 0 0 25 0 5 0 653269161 573214720 124938 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=559780 CPUtime=100.29 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 74041 1255 0 0 10018 11 0 0 25 0 5 0 653269161 573214720 124938 33554432000 4194304 4417452 140733332290720 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=559780 CPUtime=100.28 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 60265 1255 0 0 10020 8 0 0 25 0 5 0 653269161 573214720 124938 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=559780 CPUtime=99.09 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 9908 1 0 0 25 0 5 0 653269161 573214720 124938 33554432000 4194304 4417452 140733332290720 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 559780

[startup+162.301 s]
/proc/loadavg: 8.02 8.04 7.90 9/359 22528
/proc/meminfo: memFree=23497588/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=626376 CPUtime=641.25 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 297412 1255 0 0 64079 46 0 0 25 0 5 0 653268959 641409024 132130 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 156594 132130 180 55 0 154480 0
[pid=22468/tid=22479] ppid=22466 vsize=626376 CPUtime=160.28 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 65892 1255 0 0 16018 10 0 0 25 0 5 0 653269161 641409024 132130 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=626376 CPUtime=160.27 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 81279 1255 0 0 16015 12 0 0 25 0 5 0 653269161 641409024 132130 33554432000 4194304 4417452 140733332290720 18446744073709551615 4251109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=626376 CPUtime=160.27 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 68920 1255 0 0 16017 10 0 0 25 0 5 0 653269161 641409024 132130 33554432000 4194304 4417452 140733332290720 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=626376 CPUtime=158.38 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 9038 1255 0 0 15837 1 0 0 25 0 5 0 653269161 641409024 132130 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 641.25
Current children cumulated vsize (KiB) 626376

[startup+222.301 s]
/proc/loadavg: 8.12 8.06 7.92 9/359 22531
/proc/meminfo: memFree=23476236/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=651056 CPUtime=880.55 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 303584 1255 0 0 88009 46 0 0 25 0 5 0 653268959 666681344 138300 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 162764 138300 180 55 0 160650 0
[pid=22468/tid=22479] ppid=22466 vsize=651056 CPUtime=220.28 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 67479 1255 0 0 22018 10 0 0 25 0 5 0 653269161 666681344 138300 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0

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

[pid=22468/tid=22480] ppid=22466 vsize=689940 CPUtime=760.32 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 76013 19 0 0 25 0 5 0 653269161 706498560 148027 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=689940 CPUtime=760.3 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 87625 1255 0 0 76018 12 0 0 25 0 5 0 653269161 706498560 148027 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=689940 CPUtime=751.33 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 75131 2 0 0 25 0 5 0 653269161 706498560 148027 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3034.32
Current children cumulated vsize (KiB) 689940

[startup+822.3 s]
/proc/loadavg: 8.16 8.14 8.01 9/359 22550
/proc/meminfo: memFree=23367668/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=693924 CPUtime=3273.58 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 432390 1255 0 0 327295 63 0 0 25 0 5 0 653268959 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 173481 149023 180 55 0 171367 0
[pid=22468/tid=22479] ppid=22466 vsize=693924 CPUtime=820.31 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 82016 15 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=693924 CPUtime=820.31 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 82012 19 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=693924 CPUtime=820.3 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 104449 1255 0 0 82015 15 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=693924 CPUtime=810.62 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 81060 2 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3273.58
Current children cumulated vsize (KiB) 693924

[startup+882.301 s]
/proc/loadavg: 8.12 8.12 8.01 9/359 22551
/proc/meminfo: memFree=23344320/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=693924 CPUtime=3512.88 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 432390 1255 0 0 351225 63 0 0 25 0 5 0 653268959 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 173481 149023 180 55 0 171367 0
[pid=22468/tid=22479] ppid=22466 vsize=693924 CPUtime=880.31 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 88016 15 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=693924 CPUtime=880.31 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 88012 19 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=693924 CPUtime=880.3 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 104449 1255 0 0 88015 15 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364508 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=693924 CPUtime=869.91 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 86989 2 0 0 25 0 5 0 653269161 710578176 149023 33554432000 4194304 4417452 140733332290720 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3512.88
Current children cumulated vsize (KiB) 693924

[startup+942.301 s]
/proc/loadavg: 8.10 8.11 8.01 9/359 22564
/proc/meminfo: memFree=23350064/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=693916 CPUtime=3752.18 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 432390 1255 0 0 375155 63 0 0 25 0 5 0 653268959 710569984 149021 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 173479 149021 180 55 0 171365 0
[pid=22468/tid=22479] ppid=22466 vsize=693916 CPUtime=940.31 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 94016 15 0 0 25 0 5 0 653269161 710569984 149021 33554432000 4194304 4417452 140733332290720 18446744073709551615 4366043 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=693916 CPUtime=940.31 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 94012 19 0 0 25 0 5 0 653269161 710569984 149021 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=693916 CPUtime=940.31 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 104449 1255 0 0 94016 15 0 0 25 0 5 0 653269161 710569984 149021 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=693916 CPUtime=929.21 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 92919 2 0 0 25 0 5 0 653269161 710569984 149021 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3752.18
Current children cumulated vsize (KiB) 693916

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 8.02 9/359 22567
/proc/meminfo: memFree=23347548/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=706900 CPUtime=3991.48 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 435636 1255 0 0 399085 63 0 0 25 0 5 0 653268959 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 176725 152267 180 55 0 174611 0
[pid=22468/tid=22479] ppid=22466 vsize=706900 CPUtime=1000.31 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 100016 15 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=706900 CPUtime=1000.31 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 100012 19 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=706900 CPUtime=1000.3 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 107695 1255 0 0 100015 15 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=706900 CPUtime=988.5 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 98848 2 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3991.48
Current children cumulated vsize (KiB) 706900

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 8.02 9/359 22568
/proc/meminfo: memFree=23358052/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=706900 CPUtime=4230.79 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 435636 1255 0 0 423016 63 0 0 25 0 5 0 653268959 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 176725 152267 180 55 0 174611 0
[pid=22468/tid=22479] ppid=22466 vsize=706900 CPUtime=1060.32 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 106017 15 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=706900 CPUtime=1060.31 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 106012 19 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=706900 CPUtime=1060.31 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 107695 1255 0 0 106016 15 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=706900 CPUtime=1047.8 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 104778 2 0 0 25 0 5 0 653269161 723865600 152267 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353561 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4230.79
Current children cumulated vsize (KiB) 706900

[startup+1122.3 s]
/proc/loadavg: 8.03 8.09 8.01 9/359 22570
/proc/meminfo: memFree=23332720/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=706896 CPUtime=4470.08 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 435636 1255 0 0 446945 63 0 0 25 0 5 0 653268959 723861504 152266 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 176724 152266 180 55 0 174610 0
[pid=22468/tid=22479] ppid=22466 vsize=706896 CPUtime=1120.32 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 112017 15 0 0 25 0 5 0 653269161 723861504 152266 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=706896 CPUtime=1120.32 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 112013 19 0 0 25 0 5 0 653269161 723861504 152266 33554432000 4194304 4417452 140733332290720 18446744073709551615 4270978 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=706896 CPUtime=1120.31 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 107695 1255 0 0 112016 15 0 0 25 0 5 0 653269161 723861504 152266 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=706896 CPUtime=1107.09 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 110707 2 0 0 25 0 5 0 653269161 723861504 152266 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4470.08
Current children cumulated vsize (KiB) 706896

[startup+1182.3 s]
/proc/loadavg: 8.30 8.15 8.03 9/359 22574
/proc/meminfo: memFree=23331784/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=706860 CPUtime=4708.55 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 435636 1255 0 0 470791 64 0 0 25 0 5 0 653268959 723824640 152257 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 176715 152257 180 55 0 174601 0
[pid=22468/tid=22479] ppid=22466 vsize=706860 CPUtime=1179.51 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 117936 15 0 0 25 0 5 0 653269161 723824640 152257 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=706860 CPUtime=1180.32 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 118013 19 0 0 25 0 5 0 653269161 723824640 152257 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=706860 CPUtime=1180.31 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 107695 1255 0 0 118016 15 0 0 25 0 5 0 653269161 723824640 152257 33554432000 4194304 4417452 140733332290720 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=706860 CPUtime=1166.35 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 116633 2 0 0 25 0 5 0 653269161 723824640 152257 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4708.55
Current children cumulated vsize (KiB) 706860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.3 s]
/proc/loadavg: 8.22 8.14 8.03 9/359 22575
/proc/meminfo: memFree=23377112/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=706856 CPUtime=4800.31 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 435636 1255 0 0 479967 64 0 0 25 0 5 0 653268959 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 176714 152256 180 55 0 174600 0
[pid=22468/tid=22479] ppid=22466 vsize=706856 CPUtime=1202.52 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 120237 15 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=706856 CPUtime=1203.33 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 120314 19 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=706856 CPUtime=1203.33 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 107695 1255 0 0 120318 15 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353607 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=706856 CPUtime=1189.08 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 118906 2 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364508 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 706856

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

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

[startup+1205.3 s]
/proc/loadavg: 8.22 8.14 8.03 9/359 22575
/proc/meminfo: memFree=23377112/32950928 swapFree=45937192/67111528
[pid=22468] ppid=22466 vsize=706856 CPUtime=4800.31 cores=1,3,5,7
/proc/22468/stat : 22468 (plingeling) S 22466 22468 22319 0 -1 4202496 435636 1255 0 0 479967 64 0 0 25 0 5 0 653268959 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22468/statm: 176714 152256 180 55 0 174600 0
[pid=22468/tid=22479] ppid=22466 vsize=706856 CPUtime=1202.52 cores=1,3,5,7
/proc/22468/task/22479/stat : 22479 (plingeling) R 22466 22468 22319 0 -1 4202560 108315 1255 0 0 120237 15 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=706856 CPUtime=1203.33 cores=1,3,5,7
/proc/22468/task/22480/stat : 22480 (plingeling) R 22466 22468 22319 0 -1 4202560 130113 1255 0 0 120314 19 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=706856 CPUtime=1203.33 cores=1,3,5,7
/proc/22468/task/22481/stat : 22481 (plingeling) R 22466 22468 22319 0 -1 4202560 107695 1255 0 0 120318 15 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4353607 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=706856 CPUtime=1189.08 cores=1,3,5,7
/proc/22468/task/22482/stat : 22482 (plingeling) R 22466 22468 22319 0 -1 4202560 17230 1255 0 0 118906 2 0 0 25 0 5 0 653269161 723820544 152256 33554432000 4194304 4417452 140733332290720 18446744073709551615 4364508 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 706856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.35
CPU time (s): 4800.37
CPU user time (s): 4799.71
CPU system time (s): 0.666898
CPU usage (%): 398.257
Max. virtual memory (cumulated for all children) (KiB): 726756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.71
system time used= 0.666898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436891
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= 147
involuntary context switches= 23633

runsolver used 4.14237 second user time and 10.0915 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 01:45:23
IDJOB=3371248
IDBENCH=20423
IDSOLVER=1848
FILE ID=node149/3371248-1305416722
RUNJOBID= node149-1305415515-22338
PBS_JOBID= 13324565
Free space on /tmp= 73528 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371248-1305416722/watcher-3371248-1305416722 -o /tmp/evaluation-result-3371248-1305416722/solver-3371248-1305416722 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371248-1305416722.cnf

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=350068429

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24047324 kB
Buffers:        312556 kB
Cached:        3915680 kB
SwapCached:      19984 kB
Active:        6401388 kB
Inactive:      2206692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24047324 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           44268 kB
Writeback:           0 kB
AnonPages:     4372140 kB
Mapped:          14200 kB
Slab:           158352 kB
PageTables:      71532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80252464 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= 73544 MiB
End job on node149 at 2011-05-15 02:05:30