Trace number 3371130

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.08 1202.24

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

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-3371130-1305429736/watcher-3371130-1305429736 -o /tmp/evaluation-result-3371130-1305429736/solver-3371130-1305429736 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371130-1305429736.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.14 8.01 7.29 1/236 17378
/proc/meminfo: memFree=24213664/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=9376 CPUtime=0 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) R 17376 17378 17257 0 -1 4202496 419 1253 0 0 0 0 0 0 25 0 1 0 654574385 9601024 350 33554432000 4194304 4417452 140734614379024 18446744073709551615 222921776896 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17378/statm: 2344 350 147 55 0 230 0

[startup+0.170311 s]
/proc/loadavg: 8.14 8.01 7.29 1/236 17378
/proc/meminfo: memFree=24213664/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=70120 CPUtime=0.46 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 6839 1253 0 0 46 0 0 0 25 0 5 0 654574385 71802880 5314 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 17530 5314 177 55 0 15416 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 70120

[startup+0.200305 s]
/proc/loadavg: 8.14 8.01 7.29 1/236 17378
/proc/meminfo: memFree=24213664/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=69948 CPUtime=0.58 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 6878 1253 0 0 58 0 0 0 25 0 5 0 654574385 71626752 5302 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 17487 5302 177 55 0 15373 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 69948

[startup+0.300287 s]
/proc/loadavg: 8.14 8.01 7.29 1/236 17378
/proc/meminfo: memFree=24213664/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=70000 CPUtime=0.97 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 7083 1253 0 0 97 0 0 0 25 0 5 0 654574385 71680000 5316 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 17500 5316 177 55 0 15386 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 70000

[startup+0.700216 s]
/proc/loadavg: 8.14 8.01 7.29 1/236 17378
/proc/meminfo: memFree=24213664/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=65192 CPUtime=2.58 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 8078 1253 0 0 257 1 0 0 25 0 5 0 654574385 66756608 4103 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 16298 4103 178 55 0 14184 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 65192

[startup+1.50107 s]
/proc/loadavg: 8.14 8.01 7.29 9/247 17424
/proc/meminfo: memFree=24158020/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=136220 CPUtime=5.77 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 12624 1253 0 0 576 1 0 0 25 0 5 0 654574385 139489280 5487 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 34055 5487 178 55 0 31941 0
[pid=17378/tid=17385] ppid=17376 vsize=136220 CPUtime=1.43 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 1514 1253 0 0 143 0 0 0 25 0 5 0 654574392 139489280 5487 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=136220 CPUtime=1.42 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 1843 1253 0 0 142 0 0 0 25 0 5 0 654574392 139489280 5487 33554432000 4194304 4417452 140734614379024 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=136220 CPUtime=1.42 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 1938 1253 0 0 142 0 0 0 25 0 5 0 654574392 139489280 5487 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=136220 CPUtime=1.42 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 2777 1253 0 0 142 0 0 0 25 0 5 0 654574392 139489280 5487 33554432000 4194304 4417452 140734614379024 18446744073709551615 4354307 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 136220

[startup+3.10078 s]
/proc/loadavg: 8.13 8.01 7.30 9/247 17424
/proc/meminfo: memFree=24155608/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=145696 CPUtime=12.16 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 21038 1253 0 0 1214 2 0 0 25 0 5 0 654574385 149192704 7845 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 36424 7845 178 55 0 34310 0
[pid=17378/tid=17385] ppid=17376 vsize=145696 CPUtime=3.02 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 3432 1253 0 0 302 0 0 0 25 0 5 0 654574392 149192704 7845 33554432000 4194304 4417452 140734614379024 18446744073709551615 4251086 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=145696 CPUtime=3.02 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 3830 1253 0 0 302 0 0 0 25 0 5 0 654574392 149192704 7845 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=145696 CPUtime=3.02 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 4372 1253 0 0 302 0 0 0 25 0 5 0 654574392 149192704 7845 33554432000 4194304 4417452 140734614379024 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=145696 CPUtime=3.01 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 4852 1253 0 0 301 0 0 0 25 0 5 0 654574392 149192704 7845 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 145696

[startup+6.30119 s]
/proc/loadavg: 8.13 8.01 7.30 9/247 17424
/proc/meminfo: memFree=24134104/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=158548 CPUtime=24.95 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 34136 1253 0 0 2490 5 0 0 25 0 5 0 654574385 162353152 11039 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 39637 11039 178 55 0 37523 0
[pid=17378/tid=17385] ppid=17376 vsize=158548 CPUtime=6.23 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 7509 1253 0 0 622 1 0 0 25 0 5 0 654574392 162353152 11039 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=158548 CPUtime=6.22 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 7663 1253 0 0 621 1 0 0 25 0 5 0 654574392 162353152 11039 33554432000 4194304 4417452 140734614379024 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=158548 CPUtime=6.22 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 7130 1253 0 0 621 1 0 0 25 0 5 0 654574392 162353152 11039 33554432000 4194304 4417452 140734614379024 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=158548 CPUtime=6.18 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 7282 1253 0 0 618 0 0 0 25 0 5 0 654574392 162353152 11039 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 158548

[startup+12.701 s]
/proc/loadavg: 8.18 8.02 7.31 9/247 17424
/proc/meminfo: memFree=24106752/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=173936 CPUtime=50.49 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 53116 1253 0 0 5041 8 0 0 25 0 5 0 654574385 178110464 14886 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 43484 14886 178 55 0 41370 0
[pid=17378/tid=17385] ppid=17376 vsize=173936 CPUtime=12.62 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 12385 1253 0 0 1261 1 0 0 25 0 5 0 654574392 178110464 14886 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=173936 CPUtime=12.62 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 12202 1253 0 0 1260 2 0 0 25 0 5 0 654574392 178110464 14886 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=173936 CPUtime=12.63 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 11509 1253 0 0 1261 2 0 0 25 0 5 0 654574392 178110464 14886 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=173936 CPUtime=12.53 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 12468 1253 0 0 1252 1 0 0 25 0 5 0 654574392 178110464 14886 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 173936

[startup+25.5007 s]
/proc/loadavg: 8.16 8.02 7.32 9/247 17424
/proc/meminfo: memFree=24063956/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=209668 CPUtime=101.59 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 82770 1253 0 0 10146 13 0 0 25 0 5 0 654574385 214700032 23832 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 52417 23832 178 55 0 50303 0
[pid=17378/tid=17385] ppid=17376 vsize=209668 CPUtime=25.42 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 21906 1253 0 0 2539 3 0 0 25 0 5 0 654574392 214700032 23832 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=209668 CPUtime=25.42 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 20903 1253 0 0 2539 3 0 0 25 0 5 0 654574392 214700032 23832 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=209668 CPUtime=25.42 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 17007 1253 0 0 2540 2 0 0 25 0 5 0 654574392 214700032 23832 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=209668 CPUtime=25.23 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 18402 1253 0 0 2521 2 0 0 25 0 5 0 654574392 214700032 23832 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 209668

[startup+51.101 s]
/proc/loadavg: 8.10 8.02 7.33 9/247 17425
/proc/meminfo: memFree=24009000/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=247540 CPUtime=203.82 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 118913 1253 0 0 20362 20 0 0 25 0 5 0 654574385 253480960 33319 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 61885 33319 178 55 0 59771 0
[pid=17378/tid=17385] ppid=17376 vsize=247540 CPUtime=51.02 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 32138 1253 0 0 5097 5 0 0 25 0 5 0 654574392 253480960 33319 33554432000 4194304 4417452 140734614379024 18446744073709551615 4355827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=247540 CPUtime=51.03 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 28872 1253 0 0 5098 5 0 0 25 0 5 0 654574392 253480960 33319 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=247540 CPUtime=51.02 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 23709 1253 0 0 5098 4 0 0 25 0 5 0 654574392 253480960 33319 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=247540 CPUtime=50.65 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 29642 1253 0 0 5061 4 0 0 25 0 5 0 654574392 253480960 33319 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 247540

[startup+102.301 s]
/proc/loadavg: 8.04 8.02 7.37 9/247 17426
/proc/meminfo: memFree=23902212/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=341732 CPUtime=408.27 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 183103 1253 0 0 40796 31 0 0 25 0 5 0 654574385 349933568 56835 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 85433 56835 178 55 0 83319 0
[pid=17378/tid=17385] ppid=17376 vsize=341732 CPUtime=102.23 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 48322 1253 0 0 10215 8 0 0 25 0 5 0 654574392 349933568 56835 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=341732 CPUtime=102.23 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 46138 1253 0 0 10216 7 0 0 25 0 5 0 654574392 349933568 56835 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=341732 CPUtime=102.23 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 40539 1253 0 0 10216 7 0 0 25 0 5 0 654574392 349933568 56835 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=341732 CPUtime=101.49 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 43552 1253 0 0 10143 6 0 0 25 0 5 0 654574392 349933568 56835 33554432000 4194304 4417452 140734614379024 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 341732

[startup+162.301 s]
/proc/loadavg: 8.01 8.01 7.41 9/247 17428
/proc/meminfo: memFree=23798020/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=423200 CPUtime=647.82 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 226867 1253 0 0 64743 39 0 0 25 0 5 0 654574385 433356800 77202 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 105800 77202 178 55 0 103686 0
[pid=17378/tid=17385] ppid=17376 vsize=423200 CPUtime=162.23 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 54699 1253 0 0 16214 9 0 0 25 0 5 0 654574392 433356800 77202 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=423200 CPUtime=162.23 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 59259 1253 0 0 16213 10 0 0 25 0 5 0 654574392 433356800 77202 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=423200 CPUtime=162.23 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 52439 1253 0 0 16213 10 0 0 25 0 5 0 654574392 433356800 77202 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=423200 CPUtime=161.05 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 55918 1253 0 0 16096 9 0 0 25 0 5 0 654574392 433356800 77202 33554432000 4194304 4417452 140734614379024 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.82
Current children cumulated vsize (KiB) 423200


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

[pid=17378/tid=17386] ppid=17376 vsize=731220 CPUtime=762.25 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 112384 1253 0 0 76207 18 0 0 25 0 5 0 654574392 748769280 154207 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=731220 CPUtime=762.25 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 103885 1253 0 0 76207 18 0 0 25 0 5 0 654574392 748769280 154207 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=731220 CPUtime=756.71 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 110974 1253 0 0 75652 19 0 0 25 0 5 0 654574392 748769280 154207 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.55
Current children cumulated vsize (KiB) 731220

[startup+822.301 s]
/proc/loadavg: 8.11 8.06 7.72 9/247 17445
/proc/meminfo: memFree=23317244/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=788256 CPUtime=3283.11 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 453240 1253 0 0 328235 76 0 0 25 0 5 0 654574385 807174144 168466 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 197064 168466 178 55 0 194950 0
[pid=17378/tid=17385] ppid=17376 vsize=788256 CPUtime=822.25 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 119338 1253 0 0 82206 19 0 0 25 0 5 0 654574392 807174144 168466 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=788256 CPUtime=822.24 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 114491 1253 0 0 82206 18 0 0 25 0 5 0 654574392 807174144 168466 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=788256 CPUtime=822.25 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 103885 1253 0 0 82207 18 0 0 25 0 5 0 654574392 807174144 168466 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=788256 CPUtime=816.27 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 110974 1253 0 0 81608 19 0 0 25 0 5 0 654574392 807174144 168466 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.11
Current children cumulated vsize (KiB) 788256

[startup+882.309 s]
/proc/loadavg: 8.16 8.08 7.75 9/247 17447
/proc/meminfo: memFree=23177224/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=918960 CPUtime=3522.71 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 485916 1253 0 0 352188 83 0 0 25 0 5 0 654574385 941015040 201142 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 229740 201142 178 55 0 227626 0
[pid=17378/tid=17385] ppid=17376 vsize=918960 CPUtime=882.26 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 127530 1253 0 0 88205 21 0 0 25 0 5 0 654574392 941015040 201142 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=918960 CPUtime=882.26 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 136317 1253 0 0 88203 23 0 0 25 0 5 0 654574392 941015040 201142 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=918960 CPUtime=882.25 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 106543 1253 0 0 88207 18 0 0 25 0 5 0 654574392 941015040 201142 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=918960 CPUtime=875.84 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 110974 1253 0 0 87565 19 0 0 25 0 5 0 654574392 941015040 201142 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.71
Current children cumulated vsize (KiB) 918960

[startup+942.301 s]
/proc/loadavg: 8.16 8.09 7.77 9/247 17449
/proc/meminfo: memFree=23292512/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=794900 CPUtime=3762.25 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 517597 1253 0 0 376138 87 0 0 25 0 5 0 654574385 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 198725 170127 178 55 0 196611 0
[pid=17378/tid=17385] ppid=17376 vsize=794900 CPUtime=942.25 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 127530 1253 0 0 94204 21 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=794900 CPUtime=942.25 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 136317 1253 0 0 94202 23 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=794900 CPUtime=942.25 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 122331 1253 0 0 94204 21 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=794900 CPUtime=935.4 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 126867 1253 0 0 93520 20 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.25
Current children cumulated vsize (KiB) 794900

[startup+1002.3 s]
/proc/loadavg: 8.16 8.10 7.79 9/247 17450
/proc/meminfo: memFree=23201836/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=794900 CPUtime=4001.82 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 517597 1253 0 0 400095 87 0 0 25 0 5 0 654574385 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 198725 170127 178 55 0 196611 0
[pid=17378/tid=17385] ppid=17376 vsize=794900 CPUtime=1002.25 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 127530 1253 0 0 100204 21 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=794900 CPUtime=1002.25 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 136317 1253 0 0 100202 23 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=794900 CPUtime=1002.25 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 122331 1253 0 0 100204 21 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=794900 CPUtime=994.96 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 126867 1253 0 0 99476 20 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4001.82
Current children cumulated vsize (KiB) 794900

[startup+1062.3 s]
/proc/loadavg: 8.16 8.11 7.81 9/247 17452
/proc/meminfo: memFree=23224248/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=794900 CPUtime=4241.4 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 517597 1253 0 0 424053 87 0 0 25 0 5 0 654574385 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 198725 170127 178 55 0 196611 0
[pid=17378/tid=17385] ppid=17376 vsize=794900 CPUtime=1062.26 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 127530 1253 0 0 106205 21 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=794900 CPUtime=1062.26 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 136317 1253 0 0 106203 23 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=794900 CPUtime=1062.25 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 122331 1253 0 0 106204 21 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=794900 CPUtime=1054.53 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 126867 1253 0 0 105433 20 0 0 25 0 5 0 654574392 813977600 170127 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.4
Current children cumulated vsize (KiB) 794900

[startup+1122.3 s]
/proc/loadavg: 7.93 8.03 7.80 9/247 17489
/proc/meminfo: memFree=23037784/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=831712 CPUtime=4480.96 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 526800 1253 0 0 448008 88 0 0 25 0 5 0 654574385 851673088 179330 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 207928 179330 178 55 0 205814 0
[pid=17378/tid=17385] ppid=17376 vsize=831712 CPUtime=1122.26 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 134066 1253 0 0 112204 22 0 0 25 0 5 0 654574392 851673088 179330 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=831712 CPUtime=1122.25 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 138984 1253 0 0 112202 23 0 0 25 0 5 0 654574392 851673088 179330 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=831712 CPUtime=1122.26 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 122331 1253 0 0 112205 21 0 0 25 0 5 0 654574392 851673088 179330 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=831712 CPUtime=1114.09 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 126867 1253 0 0 111389 20 0 0 25 0 5 0 654574392 851673088 179330 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4480.96
Current children cumulated vsize (KiB) 831712

[startup+1182.3 s]
/proc/loadavg: 8.03 8.04 7.82 9/247 17491
/proc/meminfo: memFree=23127620/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=795436 CPUtime=4720.54 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 559934 1253 0 0 471961 93 0 0 25 0 5 0 654574385 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 198859 170293 178 55 0 196745 0
[pid=17378/tid=17385] ppid=17376 vsize=795436 CPUtime=1182.25 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 150816 1253 0 0 118201 24 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=795436 CPUtime=1182.25 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 138984 1253 0 0 118202 23 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=795436 CPUtime=1182.26 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 130523 1253 0 0 118204 22 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=795436 CPUtime=1173.67 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 135059 1253 0 0 117346 21 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.54
Current children cumulated vsize (KiB) 795436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.02 8.04 7.82 9/247 17492
/proc/meminfo: memFree=23127704/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=795436 CPUtime=4800.02 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 559934 1253 0 0 479909 93 0 0 25 0 5 0 654574385 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 198859 170293 178 55 0 196745 0
[pid=17378/tid=17385] ppid=17376 vsize=795436 CPUtime=1202.16 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 150816 1253 0 0 120192 24 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=795436 CPUtime=1202.16 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 138984 1253 0 0 120193 23 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=795436 CPUtime=1202.17 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 130523 1253 0 0 120195 22 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=795436 CPUtime=1193.42 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 135059 1253 0 0 119321 21 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 795436

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

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

[startup+1202.2 s]
/proc/loadavg: 8.02 8.04 7.82 9/247 17492
/proc/meminfo: memFree=23127704/32951124 swapFree=61559568/67111528
[pid=17378] ppid=17376 vsize=795436 CPUtime=4800.02 cores=1,3,5,7
/proc/17378/stat : 17378 (plingeling) S 17376 17378 17257 0 -1 4202496 559934 1253 0 0 479909 93 0 0 25 0 5 0 654574385 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17378/statm: 198859 170293 178 55 0 196745 0
[pid=17378/tid=17385] ppid=17376 vsize=795436 CPUtime=1202.16 cores=1,3,5,7
/proc/17378/task/17385/stat : 17385 (plingeling) R 17376 17378 17257 0 -1 4202560 150816 1253 0 0 120192 24 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17378/tid=17386] ppid=17376 vsize=795436 CPUtime=1202.16 cores=1,3,5,7
/proc/17378/task/17386/stat : 17386 (plingeling) R 17376 17378 17257 0 -1 4202560 138984 1253 0 0 120193 23 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17378/tid=17387] ppid=17376 vsize=795436 CPUtime=1202.17 cores=1,3,5,7
/proc/17378/task/17387/stat : 17387 (plingeling) R 17376 17378 17257 0 -1 4202560 130523 1253 0 0 120195 22 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17378/tid=17388] ppid=17376 vsize=795436 CPUtime=1193.42 cores=1,3,5,7
/proc/17378/task/17388/stat : 17388 (plingeling) R 17376 17378 17257 0 -1 4202560 135059 1253 0 0 119321 21 0 0 25 0 5 0 654574392 814526464 170293 33554432000 4194304 4417452 140734614379024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 795436

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.24
CPU time (s): 4800.08
CPU user time (s): 4799.12
CPU system time (s): 0.960853
CPU usage (%): 399.261
Max. virtual memory (cumulated for all children) (KiB): 918960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.12
system time used= 0.960853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561187
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= 78
involuntary context switches= 31440

runsolver used 2.53361 second user time and 6.22705 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 05:22:16
IDJOB=3371130
IDBENCH=83924
IDSOLVER=1848
FILE ID=node109/3371130-1305429736
RUNJOBID= node109-1305428532-17276
PBS_JOBID= 13324612
Free space on /tmp= 73272 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371130-1305429736/watcher-3371130-1305429736 -o /tmp/evaluation-result-3371130-1305429736/solver-3371130-1305429736 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371130-1305429736.cnf

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=1448263177

node109.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.809
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:      24213944 kB
Buffers:        257512 kB
Cached:        2323048 kB
SwapCached:      28404 kB
Active:         151988 kB
Inactive:      8364040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24213944 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:             840 kB
Writeback:           0 kB
AnonPages:     5913248 kB
Mapped:          17780 kB
Slab:           127676 kB
PageTables:      30292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17884700 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= 73244 MiB
End job on node109 at 2011-05-15 05:42:21