Trace number 3371393

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.32 1203.64

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.90 7.88 7.88 5/354 23515
/proc/meminfo: memFree=22740336/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=11892 CPUtime=0 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) R 23513 23515 22319 0 -1 4202496 1066 1253 0 0 0 0 0 0 23 0 1 0 653813363 12177408 997 33554432000 4194304 4417452 140737069092928 18446744073709551615 254500749738 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/23515/statm: 3005 1010 149 55 0 891 0

[startup+0.110897 s]
/proc/loadavg: 7.90 7.88 7.88 5/354 23515
/proc/meminfo: memFree=22740336/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=27720 CPUtime=0.1 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) R 23513 23515 22319 0 -1 4202496 5081 1253 0 0 10 0 0 0 24 0 1 0 653813363 28385280 4954 33554432000 4194304 4417452 140737069092928 18446744073709551615 4260023 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/23515/statm: 6930 4954 149 55 0 4816 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27720

[startup+0.200884 s]
/proc/loadavg: 7.90 7.88 7.88 5/354 23515
/proc/meminfo: memFree=22740336/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=45332 CPUtime=0.19 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) R 23513 23515 22319 0 -1 4202496 9499 1253 0 0 18 1 0 0 24 0 1 0 653813363 46419968 9357 33554432000 4194304 4417452 140737069092928 18446744073709551615 4209601 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/23515/statm: 11333 9357 149 55 0 9219 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45332

[startup+0.300866 s]
/proc/loadavg: 7.90 7.88 7.88 5/354 23515
/proc/meminfo: memFree=22740336/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=63764 CPUtime=0.28 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) R 23513 23515 22319 0 -1 4202496 14107 1253 0 0 27 1 0 0 25 0 1 0 653813363 65294336 13965 33554432000 4194304 4417452 140737069092928 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/23515/statm: 15941 13965 149 55 0 13827 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63764

[startup+1.13762 s]
/proc/loadavg: 7.90 7.88 7.88 5/354 23515
/proc/meminfo: memFree=22740336/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=188168 CPUtime=3.56 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 38143 1253 0 0 351 5 0 0 25 0 5 0 653813363 192684032 18471 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 47042 18471 173 55 0 44928 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 188168

[startup+1.50055 s]
/proc/loadavg: 7.90 7.88 7.88 5/354 23515
/proc/meminfo: memFree=22740336/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=197896 CPUtime=5 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 43498 1253 0 0 495 5 0 0 25 0 5 0 653813363 202645504 20903 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 49474 20903 173 55 0 47360 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 197896

[startup+3.10123 s]
/proc/loadavg: 7.99 7.90 7.88 9/359 23525
/proc/meminfo: memFree=22647060/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=197068 CPUtime=11.38 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 52746 1253 0 0 1131 7 0 0 25 0 5 0 653813363 201797632 22402 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 49267 22402 179 55 0 47153 0
[pid=23515/tid=23522] ppid=23513 vsize=197068 CPUtime=2.77 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 7747 1253 0 0 276 1 0 0 25 0 5 0 653813395 201797632 22402 33554432000 4194304 4417452 140737069092928 18446744073709551615 4330612 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=197068 CPUtime=2.77 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 15891 1253 0 0 275 2 0 0 25 0 5 0 653813395 201797632 22402 33554432000 4194304 4417452 140737069092928 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=197068 CPUtime=2.74 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 8863 1253 0 0 273 1 0 0 23 0 5 0 653813395 201797632 22402 33554432000 4194304 4417452 140737069092928 18446744073709551615 4239353 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=197068 CPUtime=2.77 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 2030 1253 0 0 277 0 0 0 25 0 5 0 653813395 201797632 22402 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 197068

[startup+6.31359 s]
/proc/loadavg: 7.99 7.90 7.88 9/359 23525
/proc/meminfo: memFree=22611312/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=229676 CPUtime=24.19 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 61945 1253 0 0 2411 8 0 0 25 0 5 0 653813363 235188224 31558 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 57419 31558 179 55 0 55305 0
[pid=23515/tid=23522] ppid=23513 vsize=229676 CPUtime=5.98 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 10825 1253 0 0 597 1 0 0 25 0 5 0 653813395 235188224 31558 33554432000 4194304 4417452 140737069092928 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=229676 CPUtime=5.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 19996 1253 0 0 595 2 0 0 25 0 5 0 653813395 235188224 31558 33554432000 4194304 4417452 140737069092928 18446744073709551615 4238753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=229676 CPUtime=5.91 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 10879 1253 0 0 590 1 0 0 25 0 5 0 653813395 235188224 31558 33554432000 4194304 4417452 140737069092928 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=229676 CPUtime=5.98 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 2030 1253 0 0 598 0 0 0 25 0 5 0 653813395 235188224 31558 33554432000 4194304 4417452 140737069092928 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 229676

[startup+12.7003 s]
/proc/loadavg: 7.99 7.90 7.88 9/359 23525
/proc/meminfo: memFree=22641228/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=212768 CPUtime=49.68 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 62033 1253 0 0 4959 9 0 0 25 0 5 0 653813363 217874432 27332 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 53192 27332 180 55 0 51078 0
[pid=23515/tid=23522] ppid=23513 vsize=212768 CPUtime=12.36 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 10839 1253 0 0 1235 1 0 0 25 0 5 0 653813395 217874432 27332 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=212768 CPUtime=12.37 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 20024 1253 0 0 1234 3 0 0 25 0 5 0 653813395 217874432 27332 33554432000 4194304 4417452 140737069092928 18446744073709551615 18446744073699065949 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=212768 CPUtime=12.24 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 10925 1253 0 0 1223 1 0 0 25 0 5 0 653813395 217874432 27332 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=212768 CPUtime=12.37 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 2030 1253 0 0 1237 0 0 0 25 0 5 0 653813395 217874432 27332 33554432000 4194304 4417452 140737069092928 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 212768

[startup+25.5008 s]
/proc/loadavg: 7.99 7.90 7.88 9/359 23526
/proc/meminfo: memFree=22615196/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=228076 CPUtime=100.72 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 66011 1253 0 0 10063 9 0 0 25 0 5 0 653813363 233549824 31165 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 57019 31165 180 55 0 54905 0
[pid=23515/tid=23522] ppid=23513 vsize=228076 CPUtime=25.16 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 10863 1253 0 0 2515 1 0 0 25 0 5 0 653813395 233549824 31165 33554432000 4194304 4417452 140737069092928 18446744073709551615 4365803 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=228076 CPUtime=25.17 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 20036 1253 0 0 2514 3 0 0 25 0 5 0 653813395 233549824 31165 33554432000 4194304 4417452 140737069092928 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=228076 CPUtime=24.87 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 11792 1253 0 0 2486 1 0 0 25 0 5 0 653813395 233549824 31165 33554432000 4194304 4417452 140737069092928 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=228076 CPUtime=25.17 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 5105 1253 0 0 2517 0 0 0 25 0 5 0 653813395 233549824 31165 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 228076

[startup+51.1007 s]
/proc/loadavg: 7.99 7.91 7.89 9/359 23526
/proc/meminfo: memFree=22609392/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=238372 CPUtime=202.83 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 70404 1253 0 0 20273 10 0 0 25 0 5 0 653813363 244092928 33739 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 59593 33739 180 55 0 57479 0
[pid=23515/tid=23522] ppid=23513 vsize=238372 CPUtime=50.76 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 11424 1253 0 0 5075 1 0 0 25 0 5 0 653813395 244092928 33739 33554432000 4194304 4417452 140737069092928 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=238372 CPUtime=50.76 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 21060 1253 0 0 5073 3 0 0 25 0 5 0 653813395 244092928 33739 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=238372 CPUtime=50.18 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 12581 1253 0 0 5017 1 0 0 25 0 5 0 653813395 244092928 33739 33554432000 4194304 4417452 140737069092928 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=238372 CPUtime=50.76 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 7124 1253 0 0 5076 0 0 0 25 0 5 0 653813395 244092928 33739 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.83
Current children cumulated vsize (KiB) 238372

[startup+102.3 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23564
/proc/meminfo: memFree=23649196/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=364352 CPUtime=407.02 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 144154 1253 0 0 40682 20 0 0 25 0 5 0 653813363 373096448 65234 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 91088 65234 180 55 0 88974 0
[pid=23515/tid=23522] ppid=23513 vsize=364352 CPUtime=101.97 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 38468 1253 0 0 10193 4 0 0 25 0 5 0 653813395 373096448 65234 33554432000 4194304 4417452 140737069092928 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=364352 CPUtime=101.96 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 44268 1253 0 0 10190 6 0 0 25 0 5 0 653813395 373096448 65234 33554432000 4194304 4417452 140737069092928 18446744073709551615 4358748 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=364352 CPUtime=100.77 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 28735 1253 0 0 10073 4 0 0 25 0 5 0 653813395 373096448 65234 33554432000 4194304 4417452 140737069092928 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=364352 CPUtime=101.97 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 14468 1253 0 0 10195 2 0 0 25 0 5 0 653813395 373096448 65234 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.02
Current children cumulated vsize (KiB) 364352

[startup+162.301 s]
/proc/loadavg: 8.01 7.95 7.90 9/359 23565
/proc/meminfo: memFree=23615140/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=355748 CPUtime=646.34 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 277665 1253 0 0 64596 38 0 0 25 0 5 0 653813363 364285952 63083 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 88937 63083 180 55 0 86823 0
[pid=23515/tid=23522] ppid=23513 vsize=355748 CPUtime=161.97 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 52561 1253 0 0 16191 6 0 0 25 0 5 0 653813395 364285952 63083 33554432000 4194304 4417452 140737069092928 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=355748 CPUtime=161.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 102027 1253 0 0 16183 14 0 0 25 0 5 0 653813395 364285952 63083 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=355748 CPUtime=160.08 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 77816 1253 0 0 15997 11 0 0 25 0 5 0 653813395 364285952 63083 33554432000 4194304 4417452 140737069092928 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=355748 CPUtime=161.97 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 27046 1253 0 0 16194 3 0 0 25 0 5 0 653813395 364285952 63083 33554432000 4194304 4417452 140737069092928 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.34
Current children cumulated vsize (KiB) 355748

[startup+222.301 s]
/proc/loadavg: 8.00 7.95 7.91 9/359 23567
/proc/meminfo: memFree=23467916/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=496548 CPUtime=885.66 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 457231 1253 0 0 88504 62 0 0 25 0 5 0 653813363 508465152 98283 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 124137 98283 180 55 0 122023 0
[pid=23515/tid=23522] ppid=23513 vsize=496548 CPUtime=221.98 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 132219 1253 0 0 22182 16 0 0 25 0 5 0 653813395 508465152 98283 33554432000 4194304 4417452 140737069092928 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 5 0 0 0

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

[pid=23515/tid=23523] ppid=23513 vsize=557884 CPUtime=701.98 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 492844 1253 0 0 70128 70 0 0 25 0 5 0 653813395 571273216 113649 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=557884 CPUtime=694.17 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 505314 1253 0 0 69340 77 0 0 25 0 5 0 653813395 571273216 113649 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=557884 CPUtime=701.99 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 147406 1253 0 0 70180 19 0 0 25 0 5 0 653813395 571273216 113649 33554432000 4194304 4417452 140737069092928 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.48
Current children cumulated vsize (KiB) 557884

[startup+762.301 s]
/proc/loadavg: 4.08 4.74 6.25 5/349 23600
/proc/meminfo: memFree=23416436/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=749664 CPUtime=3039.82 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 1872028 1253 0 0 303708 274 0 0 25 0 5 0 653813363 767655936 161594 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 187416 161594 180 55 0 185302 0
[pid=23515/tid=23522] ppid=23513 vsize=749664 CPUtime=761.99 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 606153 1253 0 0 76108 91 0 0 25 0 5 0 653813395 767655936 161594 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=749664 CPUtime=761.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 520737 1253 0 0 76123 74 0 0 25 0 5 0 653813395 767655936 161594 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=749664 CPUtime=753.5 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 557170 1253 0 0 75267 83 0 0 25 0 5 0 653813395 767655936 161594 33554432000 4194304 4417452 140737069092928 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=749664 CPUtime=761.99 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 169753 1253 0 0 76178 21 0 0 25 0 5 0 653813395 767655936 161594 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.82
Current children cumulated vsize (KiB) 749664

[startup+822.3 s]
/proc/loadavg: 4.08 4.62 6.11 5/349 23602
/proc/meminfo: memFree=23561496/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=643588 CPUtime=3279.17 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 2031709 1253 0 0 327614 303 0 0 25 0 5 0 653813363 659034112 135075 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 160897 135075 180 55 0 158783 0
[pid=23515/tid=23522] ppid=23513 vsize=643588 CPUtime=822 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 668984 1253 0 0 82098 102 0 0 25 0 5 0 653813395 659034112 135075 33554432000 4194304 4417452 140737069092928 18446744073709551615 4265387 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=643588 CPUtime=821.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 559439 1253 0 0 82116 81 0 0 25 0 5 0 653813395 659034112 135075 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=643588 CPUtime=812.86 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 611452 1253 0 0 81192 94 0 0 25 0 5 0 653813395 659034112 135075 33554432000 4194304 4417452 140737069092928 18446744073709551615 4251063 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=643588 CPUtime=821.99 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 173619 1253 0 0 82177 22 0 0 25 0 5 0 653813395 659034112 135075 33554432000 4194304 4417452 140737069092928 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.17
Current children cumulated vsize (KiB) 643588

[startup+882.3 s]
/proc/loadavg: 4.07 4.52 5.98 5/349 23603
/proc/meminfo: memFree=23445528/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=719976 CPUtime=3518.51 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 2293727 1253 0 0 351510 341 0 0 25 0 5 0 653813363 737255424 154204 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 179994 154204 180 55 0 177880 0
[pid=23515/tid=23522] ppid=23513 vsize=719976 CPUtime=881.99 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 783421 1253 0 0 88081 118 0 0 25 0 5 0 653813395 737255424 154204 33554432000 4194304 4417452 140737069092928 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=719976 CPUtime=881.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 610709 1253 0 0 88109 88 0 0 25 0 5 0 653813395 737255424 154204 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=719976 CPUtime=872.19 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 704439 1253 0 0 87111 108 0 0 25 0 5 0 653813395 737255424 154204 33554432000 4194304 4417452 140737069092928 18446744073709551615 4250648 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=719976 CPUtime=881.99 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 176943 1253 0 0 88177 22 0 0 25 0 5 0 653813395 737255424 154204 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.51
Current children cumulated vsize (KiB) 719976

[startup+942.3 s]
/proc/loadavg: 4.11 4.45 5.86 5/349 23606
/proc/meminfo: memFree=23139596/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=1026740 CPUtime=3757.89 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 2537890 1253 0 0 375411 378 0 0 25 0 5 0 653813363 1051381760 230863 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 256685 230863 180 55 0 254571 0
[pid=23515/tid=23522] ppid=23513 vsize=1026740 CPUtime=942.01 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 882742 1253 0 0 94070 131 0 0 25 0 5 0 653813395 1051381760 230863 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1026740 CPUtime=941.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 659235 1253 0 0 94101 96 0 0 25 0 5 0 653813395 1051381760 230863 33554432000 4194304 4417452 140737069092928 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1026740 CPUtime=931.55 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 780836 1253 0 0 93033 122 0 0 25 0 5 0 653813395 1051381760 230863 33554432000 4194304 4417452 140737069092928 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1026740 CPUtime=942.01 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 196862 1253 0 0 94176 25 0 0 25 0 5 0 653813395 1051381760 230863 33554432000 4194304 4417452 140737069092928 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.89
Current children cumulated vsize (KiB) 1026740

[startup+1002.3 s]
/proc/loadavg: 4.04 4.37 5.74 5/349 23609
/proc/meminfo: memFree=23140684/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=1025080 CPUtime=3997.21 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 2827017 1253 0 0 399303 418 0 0 25 0 5 0 653813363 1049681920 230448 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 256270 230448 180 55 0 254156 0
[pid=23515/tid=23522] ppid=23513 vsize=1025080 CPUtime=1002 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 987286 1253 0 0 100056 144 0 0 25 0 5 0 653813395 1049681920 230448 33554432000 4194304 4417452 140737069092928 18446744073709551615 4308497 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1025080 CPUtime=1001.96 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 751619 1253 0 0 100087 109 0 0 25 0 5 0 653813395 1049681920 230448 33554432000 4194304 4417452 140737069092928 18446744073709551615 4250747 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1025080 CPUtime=990.89 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 848719 1253 0 0 98957 132 0 0 25 0 5 0 653813395 1049681920 230448 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1025080 CPUtime=1002 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 221178 1253 0 0 100172 28 0 0 25 0 5 0 653813395 1049681920 230448 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.21
Current children cumulated vsize (KiB) 1025080

[startup+1062.31 s]
/proc/loadavg: 4.01 4.30 5.63 5/349 23610
/proc/meminfo: memFree=23486736/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=679936 CPUtime=4236.61 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 2992601 1253 0 0 423215 446 0 0 25 0 5 0 653813363 696254464 144162 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 169984 144162 180 55 0 167870 0
[pid=23515/tid=23522] ppid=23513 vsize=679936 CPUtime=1062.01 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 1043873 1253 0 0 106044 157 0 0 25 0 5 0 653813395 696254464 144162 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=679936 CPUtime=1061.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 792594 1253 0 0 106082 115 0 0 25 0 5 0 653813395 696254464 144162 33554432000 4194304 4417452 140737069092928 18446744073709551615 4275953 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=679936 CPUtime=1050.25 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 899328 1253 0 0 104887 138 0 0 25 0 5 0 653813395 696254464 144162 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=679936 CPUtime=1062.02 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 238591 1253 0 0 106171 31 0 0 25 0 5 0 653813395 696254464 144162 33554432000 4194304 4417452 140737069092928 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.61
Current children cumulated vsize (KiB) 679936

[startup+1122.3 s]
/proc/loadavg: 4.00 4.24 5.52 5/349 23612
/proc/meminfo: memFree=23456196/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=711696 CPUtime=4475.92 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 3223481 1253 0 0 447110 482 0 0 25 0 5 0 653813363 728776704 152102 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 177924 152102 180 55 0 175810 0
[pid=23515/tid=23522] ppid=23513 vsize=711696 CPUtime=1122 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 1130867 1253 0 0 112030 170 0 0 25 0 5 0 653813395 728776704 152102 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=711696 CPUtime=1121.96 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 833474 1253 0 0 112075 121 0 0 25 0 5 0 653813395 728776704 152102 33554432000 4194304 4417452 140737069092928 18446744073709551615 4357595 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=711696 CPUtime=1109.58 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 986150 1253 0 0 110806 152 0 0 25 0 5 0 653813395 728776704 152102 33554432000 4194304 4417452 140737069092928 18446744073709551615 4357860 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=711696 CPUtime=1122.01 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 254775 1253 0 0 112167 34 0 0 25 0 5 0 653813395 728776704 152102 33554432000 4194304 4417452 140737069092928 18446744073709551615 4357719 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.92
Current children cumulated vsize (KiB) 711696

[startup+1182.3 s]
/proc/loadavg: 4.00 4.19 5.43 5/349 23613
/proc/meminfo: memFree=23192924/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=1014328 CPUtime=4715.25 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 3518682 1253 0 0 470998 527 0 0 25 0 5 0 653813363 1038671872 227760 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 253582 227760 180 55 0 251468 0
[pid=23515/tid=23522] ppid=23513 vsize=1014328 CPUtime=1182.01 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 1220496 1253 0 0 118015 186 0 0 25 0 5 0 653813395 1038671872 227760 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1014328 CPUtime=1181.97 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 936207 1253 0 0 118062 135 0 0 25 0 5 0 653813395 1038671872 227760 33554432000 4194304 4417452 140737069092928 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1014328 CPUtime=1168.91 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 1069419 1253 0 0 116726 165 0 0 25 0 5 0 653813395 1038671872 227760 33554432000 4194304 4417452 140737069092928 18446744073709551615 4236930 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1014328 CPUtime=1182.01 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 274345 1253 0 0 118164 37 0 0 25 0 5 0 653813395 1038671872 227760 33554432000 4194304 4417452 140737069092928 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.25
Current children cumulated vsize (KiB) 1014328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 4.00 4.18 5.40 5/349 23614
/proc/meminfo: memFree=23607444/32950928 swapFree=45937192/67111528
[pid=23515] ppid=23513 vsize=559624 CPUtime=4800.27 cores=1,3,5,7
/proc/23515/stat : 23515 (plingeling) S 23513 23515 22319 0 -1 4202496 3540212 1253 0 0 479495 532 0 0 25 0 5 0 653813363 573054976 114084 33554432000 4194304 4417452 140737069092928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23515/statm: 139906 114084 180 55 0 137792 0
[pid=23515/tid=23522] ppid=23513 vsize=559624 CPUtime=1203.32 cores=1,3,5,7
/proc/23515/task/23522/stat : 23522 (plingeling) R 23513 23515 22319 0 -1 4202560 1222746 1253 0 0 120145 187 0 0 25 0 5 0 653813395 573054976 114084 33554432000 4194304 4417452 140737069092928 18446744073709551615 4264950 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=559624 CPUtime=1203.28 cores=1,3,5,7
/proc/23515/task/23523/stat : 23523 (plingeling) R 23513 23515 22319 0 -1 4202560 942495 1253 0 0 120192 136 0 0 25 0 5 0 653813395 573054976 114084 33554432000 4194304 4417452 140737069092928 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=559624 CPUtime=1189.99 cores=1,3,5,7
/proc/23515/task/23524/stat : 23524 (plingeling) R 23513 23515 22319 0 -1 4202560 1073515 1253 0 0 118833 166 0 0 25 0 5 0 653813395 573054976 114084 33554432000 4194304 4417452 140737069092928 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23515/tid=23525] ppid=23513 vsize=559624 CPUtime=1203.32 cores=1,3,5,7
/proc/23515/task/23525/stat : 23525 (plingeling) R 23513 23515 22319 0 -1 4202560 283241 1253 0 0 120294 38 0 0 25 0 5 0 653813395 573054976 114084 33554432000 4194304 4417452 140737069092928 18446744073709551615 4354696 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 559624

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.32
CPU user time (s): 4794.98
CPU system time (s): 5.34219
CPU usage (%): 398.817
Max. virtual memory (cumulated for all children) (KiB): 1300532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.98
system time used= 5.34219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3541465
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= 239
involuntary context switches= 33370

runsolver used 3.40248 second user time and 9.8805 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 03:16:07
IDJOB=3371393
IDBENCH=82467
IDSOLVER=1848
FILE ID=node149/3371393-1305422167
RUNJOBID= node149-1305421638-23293
PBS_JOBID= 13324565
Free space on /tmp= 73388 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371393-1305422167/watcher-3371393-1305422167 -o /tmp/evaluation-result-3371393-1305422167/solver-3371393-1305422167 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371393-1305422167.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1992786174

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22740616 kB
Buffers:        314416 kB
Cached:        4122888 kB
SwapCached:      19984 kB
Active:        7666928 kB
Inactive:      2246208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22740616 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            4228 kB
Writeback:           0 kB
AnonPages:     5468224 kB
Mapped:          14604 kB
Slab:           157748 kB
PageTables:      74108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81420412 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= 73568 MiB
End job on node149 at 2011-05-15 03:36:12