Trace number 3394990

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) 40001.1 5012.43

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52092
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3394990-1306110047/watcher-3394990-1306110047 -o /tmp/evaluation-result-3394990-1306110047/solver-3394990-1306110047 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394990-1306110047.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.82 8.02 8.07 1/417 17248
/proc/meminfo: memFree=9801736/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=11700 CPUtime=0 cores=0-7
/proc/17248/stat : 17248 (plingeling) R 17246 17248 16879 0 -1 4202496 986 1250 0 0 0 0 0 0 18 0 1 0 722602975 11980800 915 33554432000 4194304 4417452 140737016354528 18446744073709551615 4322393 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17248/statm: 2925 915 147 55 0 811 0

[startup+0.056919 s]
/proc/loadavg: 7.82 8.02 8.07 1/417 17248
/proc/meminfo: memFree=9801736/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=15528 CPUtime=0.05 cores=0-7
/proc/17248/stat : 17248 (plingeling) R 17246 17248 16879 0 -1 4202496 2099 1250 0 0 5 0 0 0 18 0 1 0 722602975 15900672 1905 33554432000 4194304 4417452 140737016354528 18446744073709551615 4209666 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17248/statm: 3882 1905 148 55 0 1768 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15528

[startup+0.100911 s]
/proc/loadavg: 7.82 8.02 8.07 1/417 17248
/proc/meminfo: memFree=9801736/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=19624 CPUtime=0.09 cores=0-7
/proc/17248/stat : 17248 (plingeling) R 17246 17248 16879 0 -1 4202496 3123 1250 0 0 9 0 0 0 18 0 1 0 722602975 20094976 2929 33554432000 4194304 4417452 140737016354528 18446744073709551615 4231388 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17248/statm: 4906 2929 148 55 0 2792 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19624

[startup+0.300895 s]
/proc/loadavg: 7.82 8.02 8.07 1/417 17248
/proc/meminfo: memFree=9801736/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=76968 CPUtime=0.29 cores=0-7
/proc/17248/stat : 17248 (plingeling) R 17246 17248 16879 0 -1 4202496 17459 1250 0 0 27 2 0 0 19 0 1 0 722602975 78815232 17265 33554432000 4194304 4417452 140737016354528 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17248/statm: 19242 17265 148 55 0 17128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76968

[startup+0.700804 s]
/proc/loadavg: 7.82 8.02 8.07 1/417 17248
/proc/meminfo: memFree=9801736/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=142504 CPUtime=0.69 cores=0-7
/proc/17248/stat : 17248 (plingeling) R 17246 17248 16879 0 -1 4202496 33843 1250 0 0 65 4 0 0 19 0 1 0 722602975 145924096 33649 33554432000 4194304 4417452 140737016354528 18446744073709551615 4259612 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17248/statm: 35626 33649 148 55 0 33512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142504

[startup+1.50063 s]
/proc/loadavg: 7.27 7.90 8.03 2/418 17254
/proc/meminfo: memFree=9666328/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=422144 CPUtime=1.79 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 66999 1250 0 0 172 7 0 0 18 0 9 0 722602975 432275456 66766 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 105536 66766 167 55 0 103422 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 422144

[startup+3.10133 s]
/proc/loadavg: 7.27 7.90 8.03 10/426 17262
/proc/meminfo: memFree=9524476/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=456148 CPUtime=14.49 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 134201 1250 0 0 1426 23 0 0 18 0 9 0 722602975 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 114037 75297 179 55 0 111923 0
[pid=17248/tid=17255] ppid=17246 vsize=456148 CPUtime=1.62 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 4144 1250 0 0 161 1 0 0 18 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17248/tid=17256] ppid=17246 vsize=456148 CPUtime=1.61 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 6198 1250 0 0 160 1 0 0 25 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4240056 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=456148 CPUtime=1.63 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 10191 1250 0 0 162 1 0 0 24 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=456148 CPUtime=1.63 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 11958 1250 0 0 160 3 0 0 24 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=456148 CPUtime=1.62 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 8230 1250 0 0 161 1 0 0 20 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4240321 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=456148 CPUtime=1.61 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 4149 1250 0 0 160 1 0 0 24 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17261] ppid=17246 vsize=456148 CPUtime=1.63 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 11356 1250 0 0 161 2 0 0 18 0 9 0 722603120 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17248/tid=17262] ppid=17246 vsize=456148 CPUtime=1.61 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 11347 1250 0 0 159 2 0 0 23 0 9 0 722603121 467095552 75297 33554432000 4194304 4417452 140737016354528 18446744073709551615 4253913 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 456148

[startup+6.30074 s]
/proc/loadavg: 7.33 7.91 8.03 9/426 17262
/proc/meminfo: memFree=9441272/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=556544 CPUtime=40.04 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 169167 1250 0 0 3974 30 0 0 18 0 9 0 722602975 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 139136 100413 180 55 0 137022 0
[pid=17248/tid=17255] ppid=17246 vsize=556544 CPUtime=4.82 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 5543 1250 0 0 481 1 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17248/tid=17256] ppid=17246 vsize=556544 CPUtime=4.82 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 7132 1250 0 0 480 2 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=556544 CPUtime=4.83 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 10581 1250 0 0 482 1 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=556544 CPUtime=4.84 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 40887 1250 0 0 475 9 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=556544 CPUtime=4.82 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 8697 1250 0 0 481 1 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4236375 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=556544 CPUtime=4.76 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 5130 1250 0 0 475 1 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17261] ppid=17246 vsize=556544 CPUtime=4.82 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 12755 1250 0 0 480 2 0 0 25 0 9 0 722603120 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17248/tid=17262] ppid=17246 vsize=556544 CPUtime=4.81 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 11814 1250 0 0 479 2 0 0 25 0 9 0 722603121 569901056 100413 33554432000 4194304 4417452 140737016354528 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.04
Current children cumulated vsize (KiB) 556544

[startup+12.7006 s]
/proc/loadavg: 7.38 7.91 8.03 9/426 17262
/proc/meminfo: memFree=9407692/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=566976 CPUtime=91.15 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 208038 1250 0 0 9081 34 0 0 18 0 9 0 722602975 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 141744 103117 180 55 0 139630 0
[pid=17248/tid=17255] ppid=17246 vsize=566976 CPUtime=11.22 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 5543 1250 0 0 1121 1 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17248/tid=17256] ppid=17246 vsize=566976 CPUtime=11.22 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 7132 1250 0 0 1120 2 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=566976 CPUtime=11.24 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 12447 1250 0 0 1122 2 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=566976 CPUtime=11.23 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 74064 1250 0 0 1111 12 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=566976 CPUtime=11.22 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 8697 1250 0 0 1121 1 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=566976 CPUtime=11.07 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 5226 1250 0 0 1106 1 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17261] ppid=17246 vsize=566976 CPUtime=11.22 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 14621 1250 0 0 1120 2 0 0 25 0 9 0 722603120 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17248/tid=17262] ppid=17246 vsize=566976 CPUtime=11.21 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 13680 1250 0 0 1119 2 0 0 25 0 9 0 722603121 580583424 103117 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 91.15
Current children cumulated vsize (KiB) 566976

[startup+25.5012 s]
/proc/loadavg: 7.52 7.91 8.03 9/426 17262
/proc/meminfo: memFree=9189812/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=768040 CPUtime=193.36 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 274438 1250 0 0 19295 41 0 0 18 0 9 0 722602975 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 192010 153239 180 55 0 189896 0
[pid=17248/tid=17255] ppid=17246 vsize=768040 CPUtime=24.01 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 5564 1250 0 0 2400 1 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4255698 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17248/tid=17256] ppid=17246 vsize=768040 CPUtime=24.01 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 13088 1250 0 0 2399 2 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=768040 CPUtime=24.04 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 12447 1250 0 0 2402 2 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4254843 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=768040 CPUtime=24.03 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 122587 1250 0 0 2386 17 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=768040 CPUtime=24.02 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 13034 1250 0 0 2400 2 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=768040 CPUtime=23.7 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 8958 1250 0 0 2368 2 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17261] ppid=17246 vsize=768040 CPUtime=24.02 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 14621 1250 0 0 2400 2 0 0 25 0 9 0 722603120 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17248/tid=17262] ppid=17246 vsize=768040 CPUtime=24.01 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 17511 1250 0 0 2398 3 0 0 25 0 9 0 722603121 786472960 153239 33554432000 4194304 4417452 140737016354528 18446744073709551615 4343751 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 193.36
Current children cumulated vsize (KiB) 768040

[startup+51.1005 s]
/proc/loadavg: 7.86 7.96 8.04 10/426 17263
/proc/meminfo: memFree=9179316/32951124 swapFree=54282648/67111528
[pid=17248] ppid=17246 vsize=778544 CPUtime=397.76 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 379825 1250 0 0 39719 57 0 0 18 0 9 0 722602975 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 194636 155865 180 55 0 192522 0
[pid=17248/tid=17255] ppid=17246 vsize=778544 CPUtime=49.6 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 9628 1250 0 0 4959 1 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17248/tid=17256] ppid=17246 vsize=778544 CPUtime=49.6 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 17152 1250 0 0 4958 2 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4310462 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=778544 CPUtime=49.62 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 14980 1250 0 0 4960 2 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4236508 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=778544 CPUtime=49.64 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 201372 1250 0 0 4934 30 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=778544 CPUtime=49.6 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 18085 1250 0 0 4958 2 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4305920 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=778544 CPUtime=48.95 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 17124 1250 0 0 4892 3 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4305799 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17261] ppid=17246 vsize=778544 CPUtime=49.62 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 16819 1250 0 0 4960 2 0 0 25 0 9 0 722603120 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17248/tid=17262] ppid=17246 vsize=778544 CPUtime=49.6 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 18037 1250 0 0 4957 3 0 0 25 0 9 0 722603121 797229056 155865 33554432000 4194304 4417452 140737016354528 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 397.76
Current children cumulated vsize (KiB) 778544

[startup+102.316 s]
/proc/loadavg: 8.01 7.98 8.04 9/426 17264

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

/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 1396610 1250 0 0 471507 306 0 0 25 0 9 0 722603121 10211446784 2454174 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37686.9
Current children cumulated vsize (KiB) 9972116

[startup+4782.3 s]
/proc/loadavg: 8.09 8.14 8.15 10/426 17402
/proc/meminfo: memFree=1439660/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=10424552 CPUtime=38166.2 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 12897386 1250 0 0 3813850 2766 0 0 18 0 9 0 722602975 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 2606138 2567283 180 55 0 2604024 0
[pid=17248/tid=17255] ppid=17246 vsize=10424552 CPUtime=4768.63 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 1318092 1250 0 0 476590 273 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 95
[pid=17248/tid=17256] ppid=17246 vsize=10424552 CPUtime=4744.23 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 1397962 1250 0 0 474149 274 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=10424552 CPUtime=4775.72 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 1153032 1250 0 0 477331 241 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=10424552 CPUtime=4775.47 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 2583925 1250 0 0 476848 699 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 441
[pid=17248/tid=17259] ppid=17246 vsize=10424552 CPUtime=4765.4 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 1606849 1250 0 0 476226 314 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=10424552 CPUtime=4779.05 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 1967388 1250 0 0 477596 309 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 1 0 0 40
[pid=17248/tid=17261] ppid=17246 vsize=10424552 CPUtime=4778.04 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 1374132 1250 0 0 477469 335 0 0 25 0 9 0 722603120 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 6 0 0 226
[pid=17248/tid=17262] ppid=17246 vsize=10424552 CPUtime=4778.14 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 1429378 1250 0 0 477503 311 0 0 25 0 9 0 722603121 10674741248 2567283 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38166.2
Current children cumulated vsize (KiB) 10424552

[startup+4842.3 s]
/proc/loadavg: 8.29 8.18 8.16 9/426 17404
/proc/meminfo: memFree=1056944/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=10806140 CPUtime=38645.3 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 13085998 1250 0 0 3861724 2803 0 0 18 0 9 0 722602975 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 2701535 2662680 180 55 0 2699421 0
[pid=17248/tid=17255] ppid=17246 vsize=10806140 CPUtime=4828.62 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 1490320 1250 0 0 482555 307 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 95
[pid=17248/tid=17256] ppid=17246 vsize=10806140 CPUtime=4804.22 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 1397962 1250 0 0 480148 274 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=10806140 CPUtime=4835.7 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 1153032 1250 0 0 483329 241 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=10806140 CPUtime=4835.45 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 2583925 1250 0 0 482846 699 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 4 0 0 441
[pid=17248/tid=17259] ppid=17246 vsize=10806140 CPUtime=4824.57 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 1606849 1250 0 0 482143 314 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=10806140 CPUtime=4839.04 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 1983772 1250 0 0 483593 311 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 40
[pid=17248/tid=17261] ppid=17246 vsize=10806140 CPUtime=4838.01 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 1374132 1250 0 0 483466 335 0 0 25 0 9 0 722603120 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 6 0 0 226
[pid=17248/tid=17262] ppid=17246 vsize=10806140 CPUtime=4838.13 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 1429378 1250 0 0 483502 311 0 0 25 0 9 0 722603121 11065487360 2662680 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38645.3
Current children cumulated vsize (KiB) 10806140

[startup+4902.32 s]
/proc/loadavg: 8.10 8.14 8.15 9/426 17405
/proc/meminfo: memFree=799848/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=11062720 CPUtime=39124.6 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 13199295 1250 0 0 3909626 2830 0 0 18 0 9 0 722602975 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 2765680 2726825 180 55 0 2763566 0
[pid=17248/tid=17255] ppid=17246 vsize=11062720 CPUtime=4888.63 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 1490320 1250 0 0 488556 307 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 5 0 0 95
[pid=17248/tid=17256] ppid=17246 vsize=11062720 CPUtime=4864.24 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 1430730 1250 0 0 486138 286 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=11062720 CPUtime=4895.72 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 1185800 1250 0 0 489321 251 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=11062720 CPUtime=4895.47 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 2583925 1250 0 0 488848 699 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 441
[pid=17248/tid=17259] ppid=17246 vsize=11062720 CPUtime=4883.76 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 1606849 1250 0 0 488062 314 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=11062720 CPUtime=4899.05 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 2016540 1250 0 0 489590 315 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 40
[pid=17248/tid=17261] ppid=17246 vsize=11062720 CPUtime=4898.02 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 1389125 1250 0 0 489465 337 0 0 25 0 9 0 722603120 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 226
[pid=17248/tid=17262] ppid=17246 vsize=11062720 CPUtime=4898.15 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 1429378 1250 0 0 489504 311 0 0 25 0 9 0 722603121 11328225280 2726825 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364690 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39124.6
Current children cumulated vsize (KiB) 11062720

[startup+4962.3 s]
/proc/loadavg: 8.23 8.16 8.16 9/426 17407
/proc/meminfo: memFree=822100/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=11040020 CPUtime=39603.6 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 13259156 1250 0 0 3957518 2844 0 0 18 0 9 0 722602975 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 2760005 2721150 180 55 0 2757891 0
[pid=17248/tid=17255] ppid=17246 vsize=11040020 CPUtime=4948.62 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 1490320 1250 0 0 494555 307 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 95
[pid=17248/tid=17256] ppid=17246 vsize=11040020 CPUtime=4924.23 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 1430730 1250 0 0 492137 286 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=11040020 CPUtime=4955.71 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 1185800 1250 0 0 495320 251 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=11040020 CPUtime=4955.46 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 2583925 1250 0 0 494847 699 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 441
[pid=17248/tid=17259] ppid=17246 vsize=11040020 CPUtime=4942.94 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 1639617 1250 0 0 493970 324 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=11040020 CPUtime=4959.03 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 2026912 1250 0 0 495587 316 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 1 0 0 40
[pid=17248/tid=17261] ppid=17246 vsize=11040020 CPUtime=4957.99 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 1405846 1250 0 0 495460 339 0 0 25 0 9 0 722603120 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 226
[pid=17248/tid=17262] ppid=17246 vsize=11040020 CPUtime=4958.13 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 1429378 1250 0 0 495502 311 0 0 25 0 9 0 722603121 11304980480 2721150 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39603.6
Current children cumulated vsize (KiB) 11040020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012 s]
/proc/loadavg: 8.10 8.14 8.15 9/426 17408
/proc/meminfo: memFree=444604/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=11417544 CPUtime=40000.6 cores=0-7
/proc/17248/stat : 17248 (plingeling) S 17246 17248 16879 0 -1 4202496 13557880 1250 0 0 3997151 2911 0 0 18 0 9 0 722602975 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 2854386 2815531 180 55 0 2852272 0
[pid=17248/tid=17255] ppid=17246 vsize=11417544 CPUtime=4998.34 cores=0-7
/proc/17248/task/17255/stat : 17255 (plingeling) R 17246 17248 16879 0 -1 4202560 1490320 1250 0 0 499527 307 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4263118 0 0 4096 17442 0 0 0 -1 5 0 0 95
[pid=17248/tid=17256] ppid=17246 vsize=11417544 CPUtime=4973.94 cores=0-7
/proc/17248/task/17256/stat : 17256 (plingeling) R 17246 17248 16879 0 -1 4202560 1430730 1250 0 0 497108 286 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17248/tid=17257] ppid=17246 vsize=11417544 CPUtime=5005.42 cores=0-7
/proc/17248/task/17257/stat : 17257 (plingeling) R 17246 17248 16879 0 -1 4202560 1185800 1250 0 0 500291 251 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17248/tid=17258] ppid=17246 vsize=11417544 CPUtime=5005.17 cores=0-7
/proc/17248/task/17258/stat : 17258 (plingeling) R 17246 17248 16879 0 -1 4202560 2583925 1250 0 0 499818 699 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 441
[pid=17248/tid=17259] ppid=17246 vsize=11417544 CPUtime=4991.96 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4202560 1786512 1250 0 0 498835 361 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17248/tid=17260] ppid=17246 vsize=11417544 CPUtime=5008.75 cores=0-7
/proc/17248/task/17260/stat : 17260 (plingeling) R 17246 17248 16879 0 -1 4202560 2043296 1250 0 0 500557 318 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 40
[pid=17248/tid=17261] ppid=17246 vsize=11417544 CPUtime=5007.69 cores=0-7
/proc/17248/task/17261/stat : 17261 (plingeling) R 17246 17248 16879 0 -1 4202560 1405846 1250 0 0 500430 339 0 0 25 0 9 0 722603120 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 226
[pid=17248/tid=17262] ppid=17246 vsize=11417544 CPUtime=5007.85 cores=0-7
/proc/17248/task/17262/stat : 17262 (plingeling) R 17246 17248 16879 0 -1 4202560 1564823 1250 0 0 500446 339 0 0 25 0 9 0 722603121 11691565056 2815531 33554432000 4194304 4417452 140737016354528 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 11417544

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

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

[startup+5012.12 s]
/proc/loadavg: 8.10 8.14 8.15 9/426 17408
/proc/meminfo: memFree=444604/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=0 CPUtime=40000.8 cores=0-7
/proc/17248/stat : 17248 (plingeling) Z 17246 17248 16879 0 -1 4203548 13557880 1250 0 0 3997159 2921 0 0 18 0 2 0 722602975 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 0 0 0 0 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=0 CPUtime=4992.07 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4203588 1786512 1250 0 0 498836 371 0 0 25 0 2 0 722603120 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

[startup+5012.32 s]
/proc/loadavg: 8.10 8.14 8.15 2/420 17409
/proc/meminfo: memFree=5495388/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=0 CPUtime=40001 cores=0-7
/proc/17248/stat : 17248 (plingeling) Z 17246 17248 16879 0 -1 4203548 13557880 1250 0 0 3997159 2941 0 0 18 0 2 0 722602975 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 0 0 0 0 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=0 CPUtime=4992.26 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4203588 1786512 1250 0 0 498836 390 0 0 25 0 2 0 722603120 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001
Current children cumulated vsize (KiB) 0

[startup+5012.4 s]
/proc/loadavg: 8.10 8.14 8.15 2/420 17409
/proc/meminfo: memFree=5495388/32951124 swapFree=52574944/67111528
[pid=17248] ppid=17246 vsize=0 CPUtime=40001.1 cores=0-7
/proc/17248/stat : 17248 (plingeling) Z 17246 17248 16879 0 -1 4203548 13557880 1250 0 0 3997159 2949 0 0 18 0 2 0 722602975 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17248/statm: 0 0 0 0 0 0 0
[pid=17248/tid=17259] ppid=17246 vsize=0 CPUtime=4992.35 cores=0-7
/proc/17248/task/17259/stat : 17259 (plingeling) R 17246 17248 16879 0 -1 4203588 1786512 1250 0 0 498836 399 0 0 25 0 2 0 722603120 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.43
CPU time (s): 40001.1
CPU user time (s): 39971.6
CPU system time (s): 29.5255
CPU usage (%): 798.039
Max. virtual memory (cumulated for all children) (KiB): 11763280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39971.6
system time used= 29.5255
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13559130
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= 644
involuntary context switches= 349499

runsolver used 19.624 second user time and 48.9286 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-23 02:20:48
IDJOB=3394990
IDBENCH=88203
IDSOLVER=1851
FILE ID=node134/3394990-1306110047
RUNJOBID= node134-1306104977-16893
PBS_JOBID= 13388017
Free space on /tmp= 73044 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394990-1306110047/watcher-3394990-1306110047 -o /tmp/evaluation-result-3394990-1306110047/solver-3394990-1306110047 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394990-1306110047.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1150156029

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9802140 kB
Buffers:        255036 kB
Cached:        6521240 kB
SwapCached:      24380 kB
Active:        7646936 kB
Inactive:     15204904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9802140 kB
SwapTotal:    67111528 kB
SwapFree:     54282648 kB
Dirty:           15540 kB
Writeback:          24 kB
AnonPages:    16059332 kB
Mapped:          21740 kB
Slab:           140688 kB
PageTables:      88576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110741808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73044 MiB
End job on node134 at 2011-05-23 03:44:22