Trace number 3371010

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.18 1203.66

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

running on 4 cores: 0,2,4,6

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: 5.47 7.41 7.78 2/361 2148
/proc/meminfo: memFree=25724252/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 215 0 0 0 0 0 0 0 23 0 1 0 634469387 8937472 146 33554432000 4194304 4417452 140736076060992 18446744073709551615 264726404864 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/2148/statm: 2182 146 122 55 0 68 0

[startup+0.105789 s]
/proc/loadavg: 5.47 7.41 7.78 2/361 2148
/proc/meminfo: memFree=25724252/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=55532 CPUtime=0.18 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1912 1258 0 2 18 0 0 0 23 0 5 0 634469387 56864768 1544 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 13883 1544 176 55 0 11769 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 55532

[startup+0.200922 s]
/proc/loadavg: 5.47 7.41 7.78 2/361 2148
/proc/meminfo: memFree=25724252/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=57436 CPUtime=0.56 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 2789 1258 0 2 56 0 0 0 23 0 5 0 634469387 58814464 2176 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 14359 2176 178 55 0 12245 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 57436

[startup+0.300903 s]
/proc/loadavg: 5.47 7.41 7.78 2/361 2148
/proc/meminfo: memFree=25724252/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=124436 CPUtime=0.96 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 3614 1258 0 2 96 0 0 0 23 0 5 0 634469387 127422464 2512 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 31109 2512 179 55 0 28995 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 124436

[startup+0.700827 s]
/proc/loadavg: 5.47 7.41 7.78 2/361 2148
/proc/meminfo: memFree=25724252/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=127936 CPUtime=2.56 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 5459 1258 0 2 255 1 0 0 23 0 5 0 634469387 131006464 3401 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 31984 3401 179 55 0 29870 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 127936

[startup+1.50068 s]
/proc/loadavg: 5.76 7.44 7.79 9/373 2173
/proc/meminfo: memFree=25691412/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=132440 CPUtime=5.75 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 9653 1258 0 2 574 1 0 0 23 0 5 0 634469387 135618560 4520 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 33110 4520 179 55 0 30996 0
[pid=2148/tid=2166] ppid=2146 vsize=132440 CPUtime=1.43 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 533 1258 0 2 143 0 0 0 25 0 5 0 634469394 135618560 4520 33554432000 4194304 4417452 140736076060992 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=132440 CPUtime=1.43 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 480 1258 0 2 143 0 0 0 25 0 5 0 634469394 135618560 4520 33554432000 4194304 4417452 140736076060992 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=132440 CPUtime=1.43 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 1516 1258 0 2 143 0 0 0 25 0 5 0 634469394 135618560 4520 33554432000 4194304 4417452 140736076060992 18446744073709551615 4259008 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=132440 CPUtime=1.41 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 5672 1258 0 2 141 0 0 0 25 0 5 0 634469394 135618560 4520 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 132440

[startup+3.10038 s]
/proc/loadavg: 5.76 7.44 7.79 9/373 2173
/proc/meminfo: memFree=25680500/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=136444 CPUtime=12.13 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 14898 1258 0 2 1212 1 0 0 23 0 5 0 634469387 139718656 5546 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 34111 5546 179 55 0 31997 0
[pid=2148/tid=2166] ppid=2146 vsize=136444 CPUtime=3.03 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 733 1258 0 2 303 0 0 0 25 0 5 0 634469394 139718656 5546 33554432000 4194304 4417452 140736076060992 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=136444 CPUtime=3.03 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 680 1258 0 2 303 0 0 0 25 0 5 0 634469394 139718656 5546 33554432000 4194304 4417452 140736076060992 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=136444 CPUtime=3.03 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 2346 1258 0 2 303 0 0 0 25 0 5 0 634469394 139718656 5546 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366655 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=136444 CPUtime=3 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 9687 1258 0 2 299 1 0 0 25 0 5 0 634469394 139718656 5546 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366197 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 136444

[startup+6.30077 s]
/proc/loadavg: 5.76 7.44 7.79 9/373 2173
/proc/meminfo: memFree=25652264/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=144260 CPUtime=24.89 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 28473 1258 0 2 2486 3 0 0 23 0 5 0 634469387 147722240 7470 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 36065 7470 179 55 0 33951 0
[pid=2148/tid=2166] ppid=2146 vsize=144260 CPUtime=6.23 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 1799 1258 0 2 623 0 0 0 25 0 5 0 634469394 147722240 7470 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364396 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=144260 CPUtime=6.23 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 2090 1258 0 2 623 0 0 0 25 0 5 0 634469394 147722240 7470 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=144260 CPUtime=6.22 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 6011 1258 0 2 622 0 0 0 25 0 5 0 634469394 147722240 7470 33554432000 4194304 4417452 140736076060992 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=144260 CPUtime=6.16 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 17121 1258 0 2 614 2 0 0 25 0 5 0 634469394 147722240 7470 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 144260

[startup+12.7006 s]
/proc/loadavg: 6.26 7.49 7.80 9/373 2173
/proc/meminfo: memFree=25611936/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=181032 CPUtime=50.42 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 46132 1258 0 2 5034 8 0 0 23 0 5 0 634469387 185376768 16661 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 45258 16661 179 55 0 43144 0
[pid=2148/tid=2166] ppid=2146 vsize=181032 CPUtime=12.63 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 3400 1258 0 2 1263 0 0 0 25 0 5 0 634469394 185376768 16661 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=181032 CPUtime=12.62 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 2685 1258 0 2 1262 0 0 0 25 0 5 0 634469394 185376768 16661 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=181032 CPUtime=12.62 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 9006 1258 0 2 1261 1 0 0 25 0 5 0 634469394 185376768 16661 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=181032 CPUtime=12.48 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 29589 1258 0 2 1244 4 0 0 25 0 5 0 634469394 185376768 16661 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 181032

[startup+25.5011 s]
/proc/loadavg: 6.53 7.51 7.80 9/373 2173
/proc/meminfo: memFree=25550812/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=215284 CPUtime=101.46 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 76626 1258 0 2 10134 12 0 0 23 0 5 0 634469387 220450816 25224 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 53821 25224 179 55 0 51707 0
[pid=2148/tid=2166] ppid=2146 vsize=215284 CPUtime=25.43 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 7248 1258 0 2 2542 1 0 0 25 0 5 0 634469394 220450816 25224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=215284 CPUtime=25.42 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 5815 1258 0 2 2541 1 0 0 25 0 5 0 634469394 220450816 25224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=215284 CPUtime=25.43 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 18615 1258 0 2 2541 2 0 0 25 0 5 0 634469394 220450816 25224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=215284 CPUtime=25.13 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 43496 1258 0 2 2506 7 0 0 25 0 5 0 634469394 220450816 25224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 215284

[startup+51.1013 s]
/proc/loadavg: 7.03 7.55 7.81 9/373 2174
/proc/meminfo: memFree=25476704/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=247008 CPUtime=203.56 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 135442 1258 0 2 20336 20 0 0 23 0 5 0 634469387 252936192 33155 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 61752 33155 179 55 0 59638 0
[pid=2148/tid=2166] ppid=2146 vsize=247008 CPUtime=51.03 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 22042 1258 0 2 5100 3 0 0 25 0 5 0 634469394 252936192 33155 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=247008 CPUtime=51.03 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 14012 1258 0 2 5101 2 0 0 25 0 5 0 634469394 252936192 33155 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=247008 CPUtime=51.03 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 34412 1258 0 2 5099 4 0 0 25 0 5 0 634469394 252936192 33155 33554432000 4194304 4417452 140736076060992 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=247008 CPUtime=50.43 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 63524 1258 0 2 5032 11 0 0 25 0 5 0 634469394 252936192 33155 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.56
Current children cumulated vsize (KiB) 247008

[startup+102.301 s]
/proc/loadavg: 7.61 7.62 7.82 9/373 2176
/proc/meminfo: memFree=25371276/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=297588 CPUtime=407.78 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 221925 1258 0 2 40744 34 0 0 23 0 5 0 634469387 304730112 45800 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 74397 45800 179 55 0 72283 0
[pid=2148/tid=2166] ppid=2146 vsize=297588 CPUtime=102.24 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 36184 1258 0 2 10219 5 0 0 25 0 5 0 634469394 304730112 45800 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=297588 CPUtime=102.24 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 28864 1258 0 2 10220 4 0 0 25 0 5 0 634469394 304730112 45800 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=297588 CPUtime=102.24 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 58295 1258 0 2 10216 8 0 0 25 0 5 0 634469394 304730112 45800 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=297588 CPUtime=101.03 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 97130 1258 0 2 10087 16 0 0 25 0 5 0 634469394 304730112 45800 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 297588

[startup+162.3 s]
/proc/loadavg: 7.94 7.71 7.83 9/373 2177
/proc/meminfo: memFree=25284088/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=313592 CPUtime=647.06 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 316869 1258 0 2 64658 48 0 0 23 0 5 0 634469387 321118208 49832 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 78398 49832 179 55 0 76284 0
[pid=2148/tid=2166] ppid=2146 vsize=313592 CPUtime=162.23 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 56008 1258 0 2 16215 8 0 0 25 0 5 0 634469394 321118208 49832 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=313592 CPUtime=162.23 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 50597 1258 0 2 16216 7 0 0 25 0 5 0 634469394 321118208 49832 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=313592 CPUtime=162.22 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 84258 1258 0 2 16211 11 0 0 25 0 5 0 634469394 321118208 49832 33554432000 4194304 4417452 140736076060992 18446744073709551615 4356472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=313592 CPUtime=160.32 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 124554 1258 0 2 16012 20 0 0 25 0 5 0 634469394 321118208 49832 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.06
Current children cumulated vsize (KiB) 313592


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

[pid=2148/tid=2167] ppid=2146 vsize=850736 CPUtime=762.25 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 202374 1258 0 2 76192 33 0 0 25 0 5 0 634469394 871153664 184087 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=850736 CPUtime=762.26 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 242579 1258 0 2 76191 35 0 0 25 0 5 0 634469394 871153664 184087 33554432000 4194304 4417452 140736076060992 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=850736 CPUtime=753.27 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 309571 1258 0 2 75275 52 0 0 25 0 5 0 634469394 871153664 184087 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.05
Current children cumulated vsize (KiB) 850736

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 7.98 9/373 2204
/proc/meminfo: memFree=24230516/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=939440 CPUtime=3279.33 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1011987 1258 0 2 327772 161 0 0 23 0 5 0 634469387 961986560 206263 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 234860 206263 179 55 0 232746 0
[pid=2148/tid=2166] ppid=2146 vsize=939440 CPUtime=822.24 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 246238 1258 0 2 82186 38 0 0 25 0 5 0 634469394 961986560 206263 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=939440 CPUtime=822.23 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 212147 1258 0 2 82189 34 0 0 25 0 5 0 634469394 961986560 206263 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=939440 CPUtime=822.25 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 242579 1258 0 2 82190 35 0 0 25 0 5 0 634469394 961986560 206263 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=939440 CPUtime=812.55 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 309571 1258 0 2 81203 52 0 0 25 0 5 0 634469394 961986560 206263 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.33
Current children cumulated vsize (KiB) 939440

[startup+882.314 s]
/proc/loadavg: 8.14 8.11 7.99 9/373 2205
/proc/meminfo: memFree=24407324/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=899348 CPUtime=3518.68 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1034083 1258 0 2 351703 165 0 0 23 0 5 0 634469387 920932352 196240 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 224837 196240 179 55 0 222723 0
[pid=2148/tid=2166] ppid=2146 vsize=899348 CPUtime=882.25 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 250334 1258 0 2 88186 39 0 0 25 0 5 0 634469394 920932352 196240 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=899348 CPUtime=882.25 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 230147 1258 0 2 88187 38 0 0 25 0 5 0 634469394 920932352 196240 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=899348 CPUtime=882.27 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 242579 1258 0 2 88192 35 0 0 25 0 5 0 634469394 920932352 196240 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=899348 CPUtime=871.86 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 309571 1258 0 2 87134 52 0 0 25 0 5 0 634469394 920932352 196240 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.68
Current children cumulated vsize (KiB) 899348

[startup+942.301 s]
/proc/loadavg: 8.05 8.08 7.99 9/373 2207
/proc/meminfo: memFree=24349148/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=872440 CPUtime=3757.93 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1058791 1258 0 2 375624 169 0 0 23 0 5 0 634469387 893378560 189513 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 218110 189513 179 55 0 215996 0
[pid=2148/tid=2166] ppid=2146 vsize=872440 CPUtime=942.23 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 266341 1258 0 2 94182 41 0 0 25 0 5 0 634469394 893378560 189513 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=872440 CPUtime=942.23 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 236107 1258 0 2 94185 38 0 0 25 0 5 0 634469394 893378560 189513 33554432000 4194304 4417452 140736076060992 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=872440 CPUtime=942.26 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 245320 1258 0 2 94190 36 0 0 25 0 5 0 634469394 893378560 189513 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=872440 CPUtime=931.14 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 309571 1258 0 2 93062 52 0 0 25 0 5 0 634469394 893378560 189513 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364877 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.93
Current children cumulated vsize (KiB) 872440

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.00 9/373 2209
/proc/meminfo: memFree=24217432/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=956708 CPUtime=3997.22 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1084679 1258 0 2 399548 174 0 0 23 0 5 0 634469387 979668992 210580 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 239177 210580 179 55 0 237063 0
[pid=2148/tid=2166] ppid=2146 vsize=956708 CPUtime=1002.24 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 270744 1258 0 2 100182 42 0 0 25 0 5 0 634469394 979668992 210580 33554432000 4194304 4417452 140736076060992 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=956708 CPUtime=1002.24 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 251480 1258 0 2 100183 41 0 0 25 0 5 0 634469394 979668992 210580 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=956708 CPUtime=1002.26 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 251432 1258 0 2 100189 37 0 0 25 0 5 0 634469394 979668992 210580 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=956708 CPUtime=990.43 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 309571 1258 0 2 98991 52 0 0 25 0 5 0 634469394 979668992 210580 33554432000 4194304 4417452 140736076060992 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.22
Current children cumulated vsize (KiB) 956708

[startup+1062.3 s]
/proc/loadavg: 8.04 8.08 8.00 9/373 2210
/proc/meminfo: memFree=24272836/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=859284 CPUtime=4236.53 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1195771 1258 0 2 423460 193 0 0 23 0 5 0 634469387 879906816 186224 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 214821 186224 179 55 0 212707 0
[pid=2148/tid=2166] ppid=2146 vsize=859284 CPUtime=1062.24 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 295491 1258 0 2 106178 46 0 0 25 0 5 0 634469394 879906816 186224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=859284 CPUtime=1062.24 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 251480 1258 0 2 106183 41 0 0 25 0 5 0 634469394 879906816 186224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366063 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=859284 CPUtime=1062.26 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 293832 1258 0 2 106181 45 0 0 25 0 5 0 634469394 879906816 186224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=859284 CPUtime=1049.73 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 353516 1258 0 2 104914 59 0 0 25 0 5 0 634469394 879906816 186224 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.53
Current children cumulated vsize (KiB) 859284

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.01 9/373 2212
/proc/meminfo: memFree=24159716/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=950756 CPUtime=4475.82 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1241345 1258 0 2 447383 199 0 0 23 0 5 0 634469387 973574144 209092 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 237689 209092 179 55 0 235575 0
[pid=2148/tid=2166] ppid=2146 vsize=950756 CPUtime=1122.24 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 295491 1258 0 2 112178 46 0 0 25 0 5 0 634469394 973574144 209092 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=950756 CPUtime=1122.24 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 275325 1258 0 2 112180 44 0 0 25 0 5 0 634469394 973574144 209092 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=950756 CPUtime=1122.27 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 307369 1258 0 2 112180 47 0 0 25 0 5 0 634469394 973574144 209092 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=950756 CPUtime=1109.01 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 361708 1258 0 2 110841 60 0 0 25 0 5 0 634469394 973574144 209092 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.82
Current children cumulated vsize (KiB) 950756

[startup+1182.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/373 2213
/proc/meminfo: memFree=23988196/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=997044 CPUtime=4715.13 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1252917 1258 0 2 471313 200 0 0 23 0 5 0 634469387 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 249261 220664 179 55 0 247147 0
[pid=2148/tid=2166] ppid=2146 vsize=997044 CPUtime=1182.24 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 295491 1258 0 2 118178 46 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=997044 CPUtime=1182.24 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 275325 1258 0 2 118180 44 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=997044 CPUtime=1182.27 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 307369 1258 0 2 118180 47 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=997044 CPUtime=1168.32 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 373280 1258 0 2 116771 61 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.13
Current children cumulated vsize (KiB) 997044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.20 8.12 8.02 9/373 2214
/proc/meminfo: memFree=23964512/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=997044 CPUtime=4800.08 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1252917 1258 0 2 479808 200 0 0 23 0 5 0 634469387 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 249261 220664 179 55 0 247147 0
[pid=2148/tid=2166] ppid=2146 vsize=997044 CPUtime=1203.55 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 295491 1258 0 2 120309 46 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=997044 CPUtime=1203.56 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 275325 1258 0 2 120312 44 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=997044 CPUtime=1203.59 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 307369 1258 0 2 120312 47 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=997044 CPUtime=1189.36 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 373280 1258 0 2 118875 61 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 997044

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

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

[startup+1203.6 s]
/proc/loadavg: 8.20 8.12 8.02 9/373 2214
/proc/meminfo: memFree=23964512/32951124 swapFree=63083164/67111528
[pid=2148] ppid=2146 vsize=997044 CPUtime=4800.08 cores=0,2,4,6
/proc/2148/stat : 2148 (plingeling) S 2146 2148 1566 0 -1 4202496 1252917 1258 0 2 479808 200 0 0 23 0 5 0 634469387 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2148/statm: 249261 220664 179 55 0 247147 0
[pid=2148/tid=2166] ppid=2146 vsize=997044 CPUtime=1203.55 cores=0,2,4,6
/proc/2148/task/2166/stat : 2166 (plingeling) R 2146 2148 1566 0 -1 4202560 295491 1258 0 2 120309 46 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2148/tid=2167] ppid=2146 vsize=997044 CPUtime=1203.56 cores=0,2,4,6
/proc/2148/task/2167/stat : 2167 (plingeling) R 2146 2148 1566 0 -1 4202560 275325 1258 0 2 120312 44 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2148/tid=2168] ppid=2146 vsize=997044 CPUtime=1203.59 cores=0,2,4,6
/proc/2148/task/2168/stat : 2168 (plingeling) R 2146 2148 1566 0 -1 4202560 307369 1258 0 2 120312 47 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2148/tid=2169] ppid=2146 vsize=997044 CPUtime=1189.36 cores=0,2,4,6
/proc/2148/task/2169/stat : 2169 (plingeling) R 2146 2148 1566 0 -1 4202560 373280 1258 0 2 118875 61 0 0 25 0 5 0 634469394 1020973056 220664 33554432000 4194304 4417452 140736076060992 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 997044

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.66
CPU time (s): 4800.18
CPU user time (s): 4798.14
CPU system time (s): 2.04469
CPU usage (%): 398.799
Max. virtual memory (cumulated for all children) (KiB): 1072836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.14
system time used= 2.04469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1254175
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165
involuntary context switches= 23849

runsolver used 4.05438 second user time and 10.1785 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 02:48:58
IDJOB=3371010
IDBENCH=71572
IDSOLVER=1848
FILE ID=node141/3371010-1305420538
RUNJOBID= node141-1305420538-2134
PBS_JOBID= 13324546
Free space on /tmp= 73300 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371010-1305420538/watcher-3371010-1305420538 -o /tmp/evaluation-result-3371010-1305420538/solver-3371010-1305420538 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371010-1305420538.cnf

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=1839263263

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25724656 kB
Buffers:        239084 kB
Cached:        4778572 kB
SwapCached:      15708 kB
Active:        1985900 kB
Inactive:      5002052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25724656 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:     1961648 kB
Mapped:          12420 kB
Slab:           135732 kB
PageTables:      37580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86233056 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= 73296 MiB
End job on node141 at 2011-05-15 03:09:03