Trace number 3371426

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.21 1204.56

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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-3371426-1305430838/watcher-3371426-1305430838 -o /tmp/evaluation-result-3371426-1305430838/solver-3371426-1305430838 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371426-1305430838.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: 7.92 8.12 7.40 6/266 25791
/proc/meminfo: memFree=22785792/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=15900 CPUtime=0 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) R 25789 25791 18974 0 -1 4202496 1879 1251 0 0 0 0 0 0 23 0 1 0 654682044 16281600 1809 33554432000 4194304 4417452 140735077566304 18446744073709551615 246516528221 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25791/statm: 3975 1821 140 55 0 1861 0

[startup+0.04283 s]
/proc/loadavg: 7.92 8.12 7.40 6/266 25791
/proc/meminfo: memFree=22785792/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=36932 CPUtime=0.03 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) R 25789 25791 18974 0 -1 4202496 7347 1251 0 0 3 0 0 0 23 0 1 0 654682044 37818368 7257 33554432000 4194304 4417452 140735077566304 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25791/statm: 9233 7257 149 55 0 7119 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36932

[startup+0.100816 s]
/proc/loadavg: 7.92 8.12 7.40 6/266 25791
/proc/meminfo: memFree=22785792/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=45648 CPUtime=0.09 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) R 25789 25791 18974 0 -1 4202496 9527 1251 0 0 8 1 0 0 23 0 1 0 654682044 46743552 9436 33554432000 4194304 4417452 140735077566304 18446744073709551615 246516834048 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25791/statm: 11412 9436 149 55 0 9298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45648

[startup+0.300783 s]
/proc/loadavg: 7.92 8.12 7.40 6/266 25791
/proc/meminfo: memFree=22785792/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=95580 CPUtime=0.29 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) R 25789 25791 18974 0 -1 4202496 22010 1251 0 0 27 2 0 0 24 0 1 0 654682044 97873920 21919 33554432000 4194304 4417452 140735077566304 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25791/statm: 23895 21919 149 55 0 21781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95580

[startup+0.70071 s]
/proc/loadavg: 7.92 8.12 7.40 6/266 25791
/proc/meminfo: memFree=22785792/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=103772 CPUtime=0.68 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) R 25789 25791 18974 0 -1 4202496 24058 1251 0 0 66 2 0 0 25 0 1 0 654682044 106262528 23967 33554432000 4194304 4417452 140735077566304 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25791/statm: 25943 23967 149 55 0 23829 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103772

[startup+1.50056 s]
/proc/loadavg: 7.92 8.12 7.40 6/267 25797
/proc/meminfo: memFree=22680620/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=152924 CPUtime=1.49 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) R 25789 25791 18974 0 -1 4202496 36346 1251 0 0 145 4 0 0 25 0 1 0 654682044 156594176 36255 33554432000 4194304 4417452 140735077566304 18446744073709551615 4274337 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25791/statm: 38231 36255 149 55 0 36117 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152924

[startup+3.10024 s]
/proc/loadavg: 7.92 8.12 7.40 6/267 25797
/proc/meminfo: memFree=22646732/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=352796 CPUtime=4.36 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 75826 1251 0 0 426 10 0 0 25 0 5 0 654682044 361263104 61172 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 88199 61223 165 55 0 86085 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 352796

[startup+6.30065 s]
/proc/loadavg: 7.93 8.11 7.40 9/271 25802
/proc/meminfo: memFree=22556336/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=350508 CPUtime=17.13 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 110866 1251 0 0 1699 14 0 0 25 0 5 0 654682044 358920192 66134 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 87627 66134 174 55 0 85513 0
[pid=25791/tid=25798] ppid=25789 vsize=350508 CPUtime=3.62 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 17538 1251 0 0 360 2 0 0 25 0 5 0 654682311 358920192 66134 33554432000 4194304 4417452 140735077566304 18446744073709551615 4295191 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=350508 CPUtime=3.61 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 18866 1251 0 0 359 2 0 0 25 0 5 0 654682311 358920192 66134 33554432000 4194304 4417452 140735077566304 18446744073709551615 4295500 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=350508 CPUtime=3.61 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 17057 1251 0 0 360 1 0 0 25 0 5 0 654682311 358920192 66134 33554432000 4194304 4417452 140735077566304 18446744073709551615 4302020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=350508 CPUtime=3.59 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 4630 1251 0 0 359 0 0 0 25 0 5 0 654682311 358920192 66134 33554432000 4194304 4417452 140735077566304 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.13
Current children cumulated vsize (KiB) 350508

[startup+12.7005 s]
/proc/loadavg: 8.01 8.13 7.41 9/271 25802
/proc/meminfo: memFree=22545708/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=352140 CPUtime=42.68 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 136968 1251 0 0 4251 17 0 0 25 0 5 0 654682044 360591360 65456 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 88035 65456 179 55 0 85921 0
[pid=25791/tid=25798] ppid=25789 vsize=352140 CPUtime=10.01 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 22057 1251 0 0 999 2 0 0 25 0 5 0 654682311 360591360 65456 33554432000 4194304 4417452 140735077566304 18446744073709551615 4318808 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=352140 CPUtime=10.01 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 34017 1251 0 0 997 4 0 0 25 0 5 0 654682311 360591360 65456 33554432000 4194304 4417452 140735077566304 18446744073709551615 4320251 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=352140 CPUtime=10.01 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 23488 1251 0 0 999 2 0 0 25 0 5 0 654682311 360591360 65456 33554432000 4194304 4417452 140735077566304 18446744073709551615 4376514 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=352140 CPUtime=9.93 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 4631 1251 0 0 993 0 0 0 25 0 5 0 654682311 360591360 65456 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.68
Current children cumulated vsize (KiB) 352140

[startup+25.5012 s]
/proc/loadavg: 8.08 8.14 7.43 9/271 25802
/proc/meminfo: memFree=22588120/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=316296 CPUtime=93.78 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 142846 1251 0 0 9360 18 0 0 25 0 5 0 654682044 323887104 58549 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 79074 58549 179 55 0 76960 0
[pid=25791/tid=25798] ppid=25789 vsize=316296 CPUtime=22.82 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 24140 1251 0 0 2279 3 0 0 25 0 5 0 654682311 323887104 58549 33554432000 4194304 4417452 140735077566304 18446744073709551615 4262481 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=316296 CPUtime=22.81 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 37812 1251 0 0 2277 4 0 0 25 0 5 0 654682311 323887104 58549 33554432000 4194304 4417452 140735077566304 18446744073709551615 4264624 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=316296 CPUtime=22.81 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 23488 1251 0 0 2279 2 0 0 25 0 5 0 654682311 323887104 58549 33554432000 4194304 4417452 140735077566304 18446744073709551615 4265387 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=316296 CPUtime=22.63 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 4631 1251 0 0 2263 0 0 0 25 0 5 0 654682311 323887104 58549 33554432000 4194304 4417452 140735077566304 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 93.78
Current children cumulated vsize (KiB) 316296

[startup+51.1005 s]
/proc/loadavg: 8.05 8.13 7.44 9/271 25803
/proc/meminfo: memFree=22568140/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=329500 CPUtime=195.96 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 147542 1251 0 0 19578 18 0 0 25 0 5 0 654682044 337408000 61851 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 82375 61851 179 55 0 80261 0
[pid=25791/tid=25798] ppid=25789 vsize=329500 CPUtime=48.42 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 26252 1251 0 0 4839 3 0 0 25 0 5 0 654682311 337408000 61851 33554432000 4194304 4417452 140735077566304 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=329500 CPUtime=48.41 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 40352 1251 0 0 4836 5 0 0 25 0 5 0 654682311 337408000 61851 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=329500 CPUtime=48.41 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 23532 1251 0 0 4839 2 0 0 25 0 5 0 654682311 337408000 61851 33554432000 4194304 4417452 140735077566304 18446744073709551615 4376647 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=329500 CPUtime=48.02 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 4631 1251 0 0 4802 0 0 0 25 0 5 0 654682311 337408000 61851 33554432000 4194304 4417452 140735077566304 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 195.96
Current children cumulated vsize (KiB) 329500

[startup+102.31 s]
/proc/loadavg: 8.16 8.15 7.48 9/271 25804
/proc/meminfo: memFree=22513244/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=367672 CPUtime=400.38 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 163684 1251 0 0 40017 21 0 0 25 0 5 0 654682044 376496128 73447 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 91918 73447 179 55 0 89804 0
[pid=25791/tid=25798] ppid=25789 vsize=367672 CPUtime=99.63 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 27305 1251 0 0 9960 3 0 0 25 0 5 0 654682311 376496128 73447 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=367672 CPUtime=99.61 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 42192 1251 0 0 9956 5 0 0 25 0 5 0 654682311 376496128 73447 33554432000 4194304 4417452 140735077566304 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=367672 CPUtime=99.62 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 32862 1251 0 0 9959 3 0 0 25 0 5 0 654682311 376496128 73447 33554432000 4194304 4417452 140735077566304 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=367672 CPUtime=98.81 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 8550 1251 0 0 9880 1 0 0 25 0 5 0 654682311 376496128 73447 33554432000 4194304 4417452 140735077566304 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 400.38
Current children cumulated vsize (KiB) 367672

[startup+162.301 s]
/proc/loadavg: 8.11 8.14 7.52 9/271 25806
/proc/meminfo: memFree=22459888/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=399576 CPUtime=639.86 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 176336 1251 0 0 63964 22 0 0 25 0 5 0 654682044 409165824 81423 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 99894 81423 180 55 0 97780 0
[pid=25791/tid=25798] ppid=25789 vsize=399576 CPUtime=159.62 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 28539 1251 0 0 15959 3 0 0 25 0 5 0 654682311 409165824 81423 33554432000 4194304 4417452 140735077566304 18446744073709551615 4277193 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=399576 CPUtime=159.59 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 43184 1251 0 0 15954 5 0 0 25 0 5 0 654682311 409165824 81423 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=399576 CPUtime=159.61 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 32919 1251 0 0 15958 3 0 0 25 0 5 0 654682311 409165824 81423 33554432000 4194304 4417452 140735077566304 18446744073709551615 4348319 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=399576 CPUtime=158.32 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 18919 1251 0 0 15830 2 0 0 25 0 5 0 654682311 409165824 81423 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 639.86
Current children cumulated vsize (KiB) 399576

[startup+222.3 s]
/proc/loadavg: 8.16 8.15 7.56 9/271 25807
/proc/meminfo: memFree=22364764/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=473772 CPUtime=879.35 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 195491 1251 0 0 87911 24 0 0 25 0 5 0 654682044 485142528 99973 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 118443 99973 180 55 0 116329 0
[pid=25791/tid=25798] ppid=25789 vsize=473772 CPUtime=219.63 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 32073 1251 0 0 21959 4 0 0 25 0 5 0 654682311 485142528 99973 33554432000 4194304 4417452 140735077566304 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=473772 CPUtime=219.58 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 43676 1251 0 0 21953 5 0 0 25 0 5 0 654682311 485142528 99973 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=473772 CPUtime=219.61 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 32979 1251 0 0 21958 3 0 0 25 0 5 0 654682311 485142528 99973 33554432000 4194304 4417452 140735077566304 18446744073709551615 4352305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=473772 CPUtime=217.82 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 33988 1251 0 0 21779 3 0 0 25 0 5 0 654682311 485142528 99973 33554432000 4194304 4417452 140735077566304 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 879.35
Current children cumulated vsize (KiB) 473772

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

[pid=25791/tid=25799] ppid=25789 vsize=993296 CPUtime=759.53 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 89144 1251 0 0 75941 12 0 0 25 0 5 0 654682311 1017135104 225358 33554432000 4194304 4417452 140735077566304 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=993296 CPUtime=759.63 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 54901 1251 0 0 75957 6 0 0 25 0 5 0 654682311 1017135104 225358 33554432000 4194304 4417452 140735077566304 18446744073709551615 4356960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=993296 CPUtime=753.43 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 500116 1251 0 0 75273 70 0 0 25 0 5 0 654682311 1017135104 225358 33554432000 4194304 4417452 140735077566304 18446744073709551615 4250678 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3034.94
Current children cumulated vsize (KiB) 993296

[startup+822.301 s]
/proc/loadavg: 8.21 8.19 7.84 10/271 25860
/proc/meminfo: memFree=21819420/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1009736 CPUtime=3274.42 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 842029 1251 0 0 327329 113 0 0 25 0 5 0 654682044 1033969664 233995 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 252434 233995 180 55 0 250320 0
[pid=25791/tid=25798] ppid=25789 vsize=1009736 CPUtime=819.64 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 96116 1251 0 0 81952 12 0 0 25 0 5 0 654682311 1033969664 233995 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1009736 CPUtime=819.51 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 89523 1251 0 0 81939 12 0 0 25 0 5 0 654682311 1033969664 233995 33554432000 4194304 4417452 140735077566304 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1009736 CPUtime=819.63 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 82908 1251 0 0 81954 9 0 0 25 0 5 0 654682311 1033969664 233995 33554432000 4194304 4417452 140735077566304 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1009736 CPUtime=812.94 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 520707 1251 0 0 81222 72 0 0 25 0 5 0 654682311 1033969664 233995 33554432000 4194304 4417452 140735077566304 18446744073709551615 4353585 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3274.42
Current children cumulated vsize (KiB) 1009736

[startup+882.301 s]
/proc/loadavg: 8.24 8.21 7.87 9/271 25862
/proc/meminfo: memFree=21421592/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1375632 CPUtime=3513.92 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 976633 1251 0 0 351262 130 0 0 25 0 5 0 654682044 1408647168 325470 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 343908 325470 180 55 0 341794 0
[pid=25791/tid=25798] ppid=25789 vsize=1375632 CPUtime=879.65 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 96142 1251 0 0 87953 12 0 0 25 0 5 0 654682311 1408647168 325470 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1375632 CPUtime=879.51 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 97738 1251 0 0 87938 13 0 0 25 0 5 0 654682311 1408647168 325470 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1375632 CPUtime=879.63 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 90224 1251 0 0 87954 9 0 0 25 0 5 0 654682311 1408647168 325470 33554432000 4194304 4417452 140735077566304 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1375632 CPUtime=872.45 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 639754 1251 0 0 87157 88 0 0 25 0 5 0 654682311 1408647168 325470 33554432000 4194304 4417452 140735077566304 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3513.92
Current children cumulated vsize (KiB) 1375632

[startup+942.301 s]
/proc/loadavg: 8.21 8.22 7.89 10/271 25863
/proc/meminfo: memFree=21342708/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1459592 CPUtime=3753.44 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1004087 1251 0 0 375210 134 0 0 25 0 5 0 654682044 1494622208 346460 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 364898 346460 180 55 0 362784 0
[pid=25791/tid=25798] ppid=25789 vsize=1459592 CPUtime=939.65 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 96142 1251 0 0 93953 12 0 0 25 0 5 0 654682311 1494622208 346460 33554432000 4194304 4417452 140735077566304 18446744073709551615 4262999 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1459592 CPUtime=939.5 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 98142 1251 0 0 93937 13 0 0 25 0 5 0 654682311 1494622208 346460 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1459592 CPUtime=939.63 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 96929 1251 0 0 93952 11 0 0 25 0 5 0 654682311 1494622208 346460 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1459592 CPUtime=931.96 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 660099 1251 0 0 93106 90 0 0 25 0 5 0 654682311 1494622208 346460 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3753.44
Current children cumulated vsize (KiB) 1459592

[startup+1002.3 s]
/proc/loadavg: 8.12 8.19 7.90 9/271 25865
/proc/meminfo: memFree=20938572/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1848028 CPUtime=3992.94 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1149701 1251 0 0 399132 162 0 0 25 0 5 0 654682044 1892380672 443569 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 462007 443569 180 55 0 459893 0
[pid=25791/tid=25798] ppid=25789 vsize=1848028 CPUtime=999.65 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 96142 1251 0 0 99953 12 0 0 25 0 5 0 654682311 1892380672 443569 33554432000 4194304 4417452 140735077566304 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1848028 CPUtime=999.5 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 100487 1251 0 0 99936 14 0 0 25 0 5 0 654682311 1892380672 443569 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1848028 CPUtime=999.63 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 98405 1251 0 0 99952 11 0 0 25 0 5 0 654682311 1892380672 443569 33554432000 4194304 4417452 140735077566304 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1848028 CPUtime=991.47 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 801892 1251 0 0 99029 118 0 0 25 0 5 0 654682311 1892380672 443569 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3992.94
Current children cumulated vsize (KiB) 1848028

[startup+1062.3 s]
/proc/loadavg: 8.20 8.20 7.92 9/271 25867
/proc/meminfo: memFree=20846420/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1825780 CPUtime=4232.45 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1154968 1251 0 0 423081 164 0 0 25 0 5 0 654682044 1869598720 438039 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 456445 438039 180 55 0 454331 0
[pid=25791/tid=25798] ppid=25789 vsize=1825780 CPUtime=1059.64 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 96170 1251 0 0 105952 12 0 0 25 0 5 0 654682311 1869598720 438039 33554432000 4194304 4417452 140735077566304 18446744073709551615 4236797 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1825780 CPUtime=1059.48 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 105696 1251 0 0 105934 14 0 0 25 0 5 0 654682311 1869598720 438039 33554432000 4194304 4417452 140735077566304 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1825780 CPUtime=1059.63 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 98435 1251 0 0 105952 11 0 0 25 0 5 0 654682311 1869598720 438039 33554432000 4194304 4417452 140735077566304 18446744073709551615 4264994 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1825780 CPUtime=1050.98 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 801892 1251 0 0 104980 118 0 0 25 0 5 0 654682311 1869598720 438039 33554432000 4194304 4417452 140735077566304 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4232.45
Current children cumulated vsize (KiB) 1825780

[startup+1122.3 s]
/proc/loadavg: 8.15 8.17 7.93 9/271 25868
/proc/meminfo: memFree=20888176/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1850112 CPUtime=4471.95 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1165169 1251 0 0 447031 164 0 0 25 0 5 0 654682044 1894514688 444090 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 462528 444090 180 55 0 460414 0
[pid=25791/tid=25798] ppid=25789 vsize=1850112 CPUtime=1119.64 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 97358 1251 0 0 111952 12 0 0 25 0 5 0 654682311 1894514688 444090 33554432000 4194304 4417452 140735077566304 18446744073709551615 4366563 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1850112 CPUtime=1119.48 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 112015 1251 0 0 111933 15 0 0 25 0 5 0 654682311 1894514688 444090 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1850112 CPUtime=1119.64 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 101129 1251 0 0 111953 11 0 0 25 0 5 0 654682311 1894514688 444090 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1850112 CPUtime=1110.49 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 801892 1251 0 0 110931 118 0 0 25 0 5 0 654682311 1894514688 444090 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4471.95
Current children cumulated vsize (KiB) 1850112

[startup+1182.3 s]
/proc/loadavg: 8.16 8.17 7.94 9/271 25870
/proc/meminfo: memFree=21627200/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1091676 CPUtime=4711.47 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1208712 1251 0 0 470975 172 0 0 25 0 5 0 654682044 1117876224 254481 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 272919 254481 180 55 0 270805 0
[pid=25791/tid=25798] ppid=25789 vsize=1091676 CPUtime=1179.65 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 97376 1251 0 0 117953 12 0 0 25 0 5 0 654682311 1117876224 254481 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1091676 CPUtime=1179.48 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 112044 1251 0 0 117933 15 0 0 25 0 5 0 654682311 1117876224 254481 33554432000 4194304 4417452 140735077566304 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1091676 CPUtime=1179.64 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 101156 1251 0 0 117953 11 0 0 25 0 5 0 654682311 1117876224 254481 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1091676 CPUtime=1170.01 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 845361 1251 0 0 116875 126 0 0 25 0 5 0 654682311 1117876224 254481 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4711.47
Current children cumulated vsize (KiB) 1091676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.51 s]
/proc/loadavg: 8.10 8.16 7.94 9/271 25871
/proc/meminfo: memFree=21589368/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1097148 CPUtime=4800.13 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1210103 1251 0 0 479841 172 0 0 25 0 5 0 654682044 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 274287 255849 180 55 0 272173 0
[pid=25791/tid=25798] ppid=25789 vsize=1097148 CPUtime=1201.86 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 97376 1251 0 0 120174 12 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1097148 CPUtime=1201.69 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 113435 1251 0 0 120154 15 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1097148 CPUtime=1201.86 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 101156 1251 0 0 120175 11 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1097148 CPUtime=1192.03 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 845361 1251 0 0 119077 126 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1097148

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

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

[startup+1204.51 s]
/proc/loadavg: 8.10 8.16 7.94 9/271 25871
/proc/meminfo: memFree=21589368/32951124 swapFree=61565116/67111528
[pid=25791] ppid=25789 vsize=1097148 CPUtime=4800.13 cores=0,2,4,6
/proc/25791/stat : 25791 (plingeling) S 25789 25791 18974 0 -1 4202496 1210103 1251 0 0 479841 172 0 0 25 0 5 0 654682044 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25791/statm: 274287 255849 180 55 0 272173 0
[pid=25791/tid=25798] ppid=25789 vsize=1097148 CPUtime=1201.86 cores=0,2,4,6
/proc/25791/task/25798/stat : 25798 (plingeling) R 25789 25791 18974 0 -1 4202560 97376 1251 0 0 120174 12 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25791/tid=25799] ppid=25789 vsize=1097148 CPUtime=1201.69 cores=0,2,4,6
/proc/25791/task/25799/stat : 25799 (plingeling) R 25789 25791 18974 0 -1 4202560 113435 1251 0 0 120154 15 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25791/tid=25800] ppid=25789 vsize=1097148 CPUtime=1201.86 cores=0,2,4,6
/proc/25791/task/25800/stat : 25800 (plingeling) R 25789 25791 18974 0 -1 4202560 101156 1251 0 0 120175 11 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25791/tid=25801] ppid=25789 vsize=1097148 CPUtime=1192.03 cores=0,2,4,6
/proc/25791/task/25801/stat : 25801 (plingeling) R 25789 25791 18974 0 -1 4202560 845361 1251 0 0 119077 126 0 0 25 0 5 0 654682311 1123479552 255849 33554432000 4194304 4417452 140735077566304 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1097148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.56
CPU time (s): 4800.21
CPU user time (s): 4798.44
CPU system time (s): 1.76773
CPU usage (%): 398.502
Max. virtual memory (cumulated for all children) (KiB): 1867348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.44
system time used= 1.76773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1211355
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= 153
involuntary context switches= 72102

runsolver used 2.76258 second user time and 7.10992 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 05:40:39
IDJOB=3371426
IDBENCH=84248
IDSOLVER=1848
FILE ID=node134/3371426-1305430838
RUNJOBID= node134-1305428833-25599
PBS_JOBID= 13324593
Free space on /tmp= 73492 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371426-1305430838/watcher-3371426-1305430838 -o /tmp/evaluation-result-3371426-1305430838/solver-3371426-1305430838 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371426-1305430838.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1122407315

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22785956 kB
Buffers:        266468 kB
Cached:        6077864 kB
SwapCached:      13768 kB
Active:        1232404 kB
Inactive:      8717808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22785956 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           15188 kB
Writeback:           0 kB
AnonPages:     3598848 kB
Mapped:          12772 kB
Slab:           123284 kB
PageTables:      31540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39206788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73492 MiB
End job on node134 at 2011-05-15 06:00:45