Trace number 3262958

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 587? (TO) 4800.22 1201.78

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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: 935)

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-3262958-1304098692/watcher-3262958-1304098692 -o /tmp/evaluation-result-3262958-1304098692/solver-3262958-1304098692 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262958-1304098692.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.40 7.93 7.93 3/174 27024
/proc/meminfo: memFree=30925980/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) R 27022 27024 26666 0 -1 4202496 376 1252 0 0 0 0 0 0 22 0 1 0 521466274 9367552 304 33554432000 4194304 4417332 140737022559840 18446744073709551615 239476694784 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/27024/statm: 2287 304 146 55 0 173 0

[startup+0.0226519 s]
/proc/loadavg: 7.40 7.93 7.93 3/174 27024
/proc/meminfo: memFree=30925980/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=11196 CPUtime=0.01 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) R 27022 27024 26666 0 -1 4202496 941 1252 0 0 1 0 0 0 22 0 1 0 521466274 11464704 821 33554432000 4194304 4417332 140737022559840 18446744073709551615 239476694784 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/27024/statm: 2799 821 147 55 0 685 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11196

[startup+0.100563 s]
/proc/loadavg: 7.40 7.93 7.93 3/174 27024
/proc/meminfo: memFree=30925980/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=124312 CPUtime=0.2 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 2799 1252 0 0 20 0 0 0 22 0 5 0 521466274 127295488 2521 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 31078 2521 174 55 0 28964 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 124312

[startup+0.300475 s]
/proc/loadavg: 7.40 7.93 7.93 3/174 27024
/proc/meminfo: memFree=30925980/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=129184 CPUtime=1 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 6037 1252 0 0 100 0 0 0 22 0 5 0 521466274 132284416 3722 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 32296 3722 181 55 0 30182 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 129184

[startup+0.700397 s]
/proc/loadavg: 7.40 7.93 7.93 3/174 27024
/proc/meminfo: memFree=30925980/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=134108 CPUtime=2.6 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 8513 1252 0 0 259 1 0 0 22 0 5 0 521466274 137326592 4976 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 33527 4976 181 55 0 31413 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 134108

[startup+1.50025 s]
/proc/loadavg: 7.45 7.93 7.93 9/186 27049
/proc/meminfo: memFree=30871188/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=144260 CPUtime=5.8 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 12775 1252 0 0 579 1 0 0 22 0 5 0 521466274 147722240 7514 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 36065 7514 181 55 0 33951 0
[pid=27024/tid=27031] ppid=27022 vsize=144260 CPUtime=1.44 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 893 1252 0 0 144 0 0 0 25 0 5 0 521466279 147722240 7514 33554432000 4194304 4417332 140737022559840 18446744073709551615 4249158 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=144260 CPUtime=1.43 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 642 1252 0 0 143 0 0 0 25 0 5 0 521466279 147722240 7514 33554432000 4194304 4417332 140737022559840 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=144260 CPUtime=1.43 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 1075 1252 0 0 143 0 0 0 25 0 5 0 521466279 147722240 7514 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=144260 CPUtime=1.43 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 7676 1252 0 0 143 0 0 0 25 0 5 0 521466279 147722240 7514 33554432000 4194304 4417332 140737022559840 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 144260

[startup+3.10094 s]
/proc/loadavg: 7.45 7.93 7.93 9/186 27049
/proc/meminfo: memFree=30864616/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=157664 CPUtime=12.2 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 18409 1252 0 0 1218 2 0 0 22 0 5 0 521466274 161447936 10865 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 39416 10865 181 55 0 37302 0
[pid=27024/tid=27031] ppid=27022 vsize=157664 CPUtime=3.04 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 893 1252 0 0 304 0 0 0 25 0 5 0 521466279 161447936 10865 33554432000 4194304 4417332 140737022559840 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=157664 CPUtime=3.03 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 642 1252 0 0 303 0 0 0 25 0 5 0 521466279 161447936 10865 33554432000 4194304 4417332 140737022559840 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=157664 CPUtime=3.02 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 1806 1252 0 0 302 0 0 0 25 0 5 0 521466279 161447936 10865 33554432000 4194304 4417332 140737022559840 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=157664 CPUtime=3.03 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 12579 1252 0 0 302 1 0 0 25 0 5 0 521466279 161447936 10865 33554432000 4194304 4417332 140737022559840 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 157664

[startup+6.30033 s]
/proc/loadavg: 7.45 7.93 7.93 9/186 27049
/proc/meminfo: memFree=30836216/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=160276 CPUtime=24.98 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 30527 1252 0 0 2494 4 0 0 22 0 5 0 521466274 164122624 11529 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 40069 11529 181 55 0 37955 0
[pid=27024/tid=27031] ppid=27022 vsize=160276 CPUtime=6.24 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 1339 1252 0 0 624 0 0 0 25 0 5 0 521466279 164122624 11529 33554432000 4194304 4417332 140737022559840 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=160276 CPUtime=6.23 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 642 1252 0 0 623 0 0 0 25 0 5 0 521466279 164122624 11529 33554432000 4194304 4417332 140737022559840 18446744073709551615 18446744073699066043 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=160276 CPUtime=6.2 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 4107 1252 0 0 620 0 0 0 25 0 5 0 521466279 164122624 11529 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=160276 CPUtime=6.23 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 21950 1252 0 0 621 2 0 0 25 0 5 0 521466279 164122624 11529 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 160276

[startup+12.7011 s]
/proc/loadavg: 7.53 7.93 7.93 9/186 27049
/proc/meminfo: memFree=30809108/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=199352 CPUtime=50.54 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 57238 1252 0 0 5046 8 0 0 22 0 5 0 521466274 204136448 21287 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 49838 21287 181 55 0 47724 0
[pid=27024/tid=27031] ppid=27022 vsize=199352 CPUtime=12.63 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 6219 1252 0 0 1263 0 0 0 25 0 5 0 521466279 204136448 21287 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=199352 CPUtime=12.63 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 3153 1252 0 0 1263 0 0 0 25 0 5 0 521466279 204136448 21287 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=199352 CPUtime=12.56 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 9905 1252 0 0 1255 1 0 0 25 0 5 0 521466279 204136448 21287 33554432000 4194304 4417332 140737022559840 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=199352 CPUtime=12.63 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 35472 1252 0 0 1259 4 0 0 25 0 5 0 521466279 204136448 21287 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 199352

[startup+25.5007 s]
/proc/loadavg: 7.69 7.95 7.93 9/186 27050
/proc/meminfo: memFree=30693256/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=236480 CPUtime=101.68 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 117738 1252 0 0 10149 19 0 0 22 0 5 0 521466274 242155520 30569 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 59120 30569 181 55 0 57006 0
[pid=27024/tid=27031] ppid=27022 vsize=236480 CPUtime=25.44 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 17631 1252 0 0 2541 3 0 0 25 0 5 0 521466279 242155520 30569 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=236480 CPUtime=25.43 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 17814 1252 0 0 2541 2 0 0 25 0 5 0 521466279 242155520 30569 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=236480 CPUtime=25.29 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 20140 1252 0 0 2526 3 0 0 25 0 5 0 521466279 242155520 30569 33554432000 4194304 4417332 140737022559840 18446744073709551615 4258513 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=236480 CPUtime=25.43 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 59664 1252 0 0 2534 9 0 0 25 0 5 0 521466279 242155520 30569 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 236480

[startup+51.1008 s]
/proc/loadavg: 7.87 7.97 7.94 9/186 27050
/proc/meminfo: memFree=30624600/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=353540 CPUtime=203.94 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 215976 1252 0 0 20358 36 0 0 22 0 5 0 521466274 362024960 59834 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 88385 59834 181 55 0 86271 0
[pid=27024/tid=27031] ppid=27022 vsize=353540 CPUtime=51.04 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 40493 1252 0 0 5097 7 0 0 25 0 5 0 521466279 362024960 59834 33554432000 4194304 4417332 140737022559840 18446744073709551615 4256068 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=353540 CPUtime=51.02 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 43320 1252 0 0 5096 6 0 0 25 0 5 0 521466279 362024960 59834 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=353540 CPUtime=50.76 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 41872 1252 0 0 5069 7 0 0 25 0 5 0 521466279 362024960 59834 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=353540 CPUtime=51.03 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 87802 1252 0 0 5089 14 0 0 25 0 5 0 521466279 362024960 59834 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 353540

[startup+102.307 s]
/proc/loadavg: 8.07 8.00 7.95 9/186 27052
/proc/meminfo: memFree=30471688/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=493904 CPUtime=408.48 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 399454 1252 0 0 40784 64 0 0 22 0 5 0 521466274 505757696 94925 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 123476 94925 181 55 0 121362 0
[pid=27024/tid=27031] ppid=27022 vsize=493904 CPUtime=102.24 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 85083 1252 0 0 10210 14 0 0 25 0 5 0 521466279 505757696 94925 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=493904 CPUtime=102.23 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 95794 1252 0 0 10211 12 0 0 25 0 5 0 521466279 505757696 94925 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=493904 CPUtime=101.68 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 80992 1252 0 0 10156 12 0 0 25 0 5 0 521466279 505757696 94925 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=493904 CPUtime=102.24 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 135096 1252 0 0 10200 24 0 0 25 0 5 0 521466279 505757696 94925 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 493904

[startup+162.3 s]
/proc/loadavg: 8.14 8.03 7.96 9/186 27053
/proc/meminfo: memFree=30224284/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=730328 CPUtime=648.14 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 551324 1252 0 0 64724 90 0 0 22 0 5 0 521466274 747855872 154031 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 182582 154031 181 55 0 180468 0
[pid=27024/tid=27031] ppid=27022 vsize=730328 CPUtime=162.23 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 117288 1252 0 0 16204 19 0 0 25 0 5 0 521466279 747855872 154031 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=730328 CPUtime=162.23 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 148039 1252 0 0 16203 20 0 0 25 0 5 0 521466279 747855872 154031 33554432000 4194304 4417332 140737022559840 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=730328 CPUtime=161.36 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 116899 1252 0 0 16117 19 0 0 25 0 5 0 521466279 747855872 154031 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=730328 CPUtime=162.24 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 166609 1252 0 0 16194 30 0 0 25 0 5 0 521466279 747855872 154031 33554432000 4194304 4417332 140737022559840 18446744073709551615 4321717 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.14
Current children cumulated vsize (KiB) 730328


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

[pid=27024/tid=27032] ppid=27022 vsize=1274052 CPUtime=762.19 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 435139 1252 0 0 76160 59 0 0 25 0 5 0 521466279 1304629248 289962 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1274052 CPUtime=758.11 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 332223 1252 0 0 75760 51 0 0 25 0 5 0 521466279 1304629248 289962 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1274052 CPUtime=762.27 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 354577 1252 0 0 76165 62 0 0 25 0 5 0 521466279 1304629248 289962 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 1274052

[startup+822.301 s]
/proc/loadavg: 8.13 8.07 8.01 9/186 27107
/proc/meminfo: memFree=29622280/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1334860 CPUtime=3284.56 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1505491 1252 0 0 328217 239 0 0 22 0 5 0 521466274 1366896640 305164 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 333715 305164 181 55 0 331601 0
[pid=27024/tid=27031] ppid=27022 vsize=1334860 CPUtime=822.24 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 341285 1252 0 0 82165 59 0 0 25 0 5 0 521466279 1366896640 305164 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1334860 CPUtime=822.18 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 449279 1252 0 0 82157 61 0 0 25 0 5 0 521466279 1366896640 305164 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1334860 CPUtime=817.78 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 357861 1252 0 0 81723 55 0 0 25 0 5 0 521466279 1366896640 305164 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1334860 CPUtime=822.26 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 354577 1252 0 0 82164 62 0 0 25 0 5 0 521466279 1366896640 305164 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 1334860

[startup+882.301 s]
/proc/loadavg: 8.08 8.07 8.01 9/186 27109
/proc/meminfo: memFree=29397180/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1537124 CPUtime=3524.24 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1611841 1252 0 0 352169 255 0 0 22 0 5 0 521466274 1574014976 355730 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 384281 355730 181 55 0 382167 0
[pid=27024/tid=27031] ppid=27022 vsize=1537124 CPUtime=882.25 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 357669 1252 0 0 88164 61 0 0 25 0 5 0 521466279 1574014976 355730 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1537124 CPUtime=882.18 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 506477 1252 0 0 88147 71 0 0 25 0 5 0 521466279 1574014976 355730 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1537124 CPUtime=877.46 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 374245 1252 0 0 87689 57 0 0 25 0 5 0 521466279 1574014976 355730 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1537124 CPUtime=882.27 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 370961 1252 0 0 88163 64 0 0 25 0 5 0 521466279 1574014976 355730 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 1537124

[startup+942.301 s]
/proc/loadavg: 8.20 8.10 8.02 9/186 27110
/proc/meminfo: memFree=29565044/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1370244 CPUtime=3763.91 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1750829 1252 0 0 376114 277 0 0 22 0 5 0 521466274 1403129856 314042 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 342561 314042 181 55 0 340447 0
[pid=27024/tid=27031] ppid=27022 vsize=1370244 CPUtime=942.25 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 447117 1252 0 0 94149 76 0 0 25 0 5 0 521466279 1403129856 314042 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1370244 CPUtime=942.17 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 538397 1252 0 0 94142 75 0 0 25 0 5 0 521466279 1403129856 314042 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1370244 CPUtime=937.14 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 385205 1252 0 0 93655 59 0 0 25 0 5 0 521466279 1403129856 314042 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1370244 CPUtime=942.27 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 377621 1252 0 0 94162 65 0 0 25 0 5 0 521466279 1403129856 314042 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 1370244

[startup+1002.3 s]
/proc/loadavg: 8.20 8.11 8.02 9/186 27112
/proc/meminfo: memFree=29499056/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1423764 CPUtime=4003.58 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1788785 1252 0 0 400075 283 0 0 22 0 5 0 521466274 1457934336 327422 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 355941 327422 181 55 0 353827 0
[pid=27024/tid=27031] ppid=27022 vsize=1423764 CPUtime=1002.25 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 455309 1252 0 0 100148 77 0 0 25 0 5 0 521466279 1457934336 327422 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1423764 CPUtime=1002.17 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 542863 1252 0 0 100141 76 0 0 25 0 5 0 521466279 1457934336 327422 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1423764 CPUtime=996.81 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 398144 1252 0 0 99620 61 0 0 25 0 5 0 521466279 1457934336 327422 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1423764 CPUtime=1002.26 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 389980 1252 0 0 100159 67 0 0 25 0 5 0 521466279 1457934336 327422 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 1423764

[startup+1062.3 s]
/proc/loadavg: 8.19 8.12 8.03 9/186 27113
/proc/meminfo: memFree=29227348/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1677652 CPUtime=4243.26 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1860449 1252 0 0 424029 297 0 0 22 0 5 0 521466274 1717915648 390894 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 419413 390894 181 55 0 417299 0
[pid=27024/tid=27031] ppid=27022 vsize=1677652 CPUtime=1062.25 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 455309 1252 0 0 106148 77 0 0 25 0 5 0 521466279 1717915648 390894 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1677652 CPUtime=1062.17 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 566032 1252 0 0 106137 80 0 0 25 0 5 0 521466279 1717915648 390894 33554432000 4194304 4417332 140737022559840 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1677652 CPUtime=1056.49 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 415934 1252 0 0 105584 65 0 0 25 0 5 0 521466279 1717915648 390894 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1677652 CPUtime=1062.27 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 420685 1252 0 0 106153 74 0 0 25 0 5 0 521466279 1717915648 390894 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 1677652

[startup+1122.3 s]
/proc/loadavg: 8.17 8.12 8.03 9/186 27115
/proc/meminfo: memFree=29390380/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1487712 CPUtime=4482.94 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1939021 1252 0 0 447985 309 0 0 22 0 5 0 521466274 1523417088 343377 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 371928 343377 181 55 0 369814 0
[pid=27024/tid=27031] ppid=27022 vsize=1487712 CPUtime=1122.25 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 487848 1252 0 0 112143 82 0 0 25 0 5 0 521466279 1523417088 343377 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1487712 CPUtime=1122.17 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 597904 1252 0 0 112133 84 0 0 25 0 5 0 521466279 1523417088 343377 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1487712 CPUtime=1116.17 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 430095 1252 0 0 111550 67 0 0 25 0 5 0 521466279 1523417088 343377 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1487712 CPUtime=1122.27 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 420685 1252 0 0 112153 74 0 0 25 0 5 0 521466279 1523417088 343377 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 1487712

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 8.04 9/186 27116
/proc/meminfo: memFree=29342864/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1532952 CPUtime=4722.61 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1966715 1252 0 0 471949 312 0 0 22 0 5 0 521466274 1569742848 354687 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 383238 354687 181 55 0 381124 0
[pid=27024/tid=27031] ppid=27022 vsize=1532952 CPUtime=1182.25 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 490966 1252 0 0 118143 82 0 0 25 0 5 0 521466279 1569742848 354687 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1532952 CPUtime=1182.16 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 614288 1252 0 0 118130 86 0 0 25 0 5 0 521466279 1569742848 354687 33554432000 4194304 4417332 140737022559840 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1532952 CPUtime=1175.84 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 438287 1252 0 0 117517 67 0 0 25 0 5 0 521466279 1569742848 354687 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1532952 CPUtime=1182.27 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 420685 1252 0 0 118153 74 0 0 25 0 5 0 521466279 1569742848 354687 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 1532952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.14 8.04 9/186 27117
/proc/meminfo: memFree=29267088/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1587616 CPUtime=4800.12 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1988573 1252 0 0 479697 315 0 0 22 0 5 0 521466274 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 396904 368353 181 55 0 394790 0
[pid=27024/tid=27031] ppid=27022 vsize=1587616 CPUtime=1201.65 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 496440 1252 0 0 120082 83 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1587616 CPUtime=1201.57 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 622480 1252 0 0 120070 87 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1587616 CPUtime=1195.13 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 446479 1252 0 0 119445 68 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1587616 CPUtime=1201.68 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 420685 1252 0 0 120094 74 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1587616

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

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

[startup+1201.7 s]
/proc/loadavg: 8.19 8.14 8.04 9/186 27117
/proc/meminfo: memFree=29267088/32950928 swapFree=67086580/67111528
[pid=27024] ppid=27022 vsize=1587616 CPUtime=4800.12 cores=0,2,4,6
/proc/27024/stat : 27024 (plingeling) S 27022 27024 26666 0 -1 4202496 1988573 1252 0 0 479697 315 0 0 22 0 5 0 521466274 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27024/statm: 396904 368353 181 55 0 394790 0
[pid=27024/tid=27031] ppid=27022 vsize=1587616 CPUtime=1201.65 cores=0,2,4,6
/proc/27024/task/27031/stat : 27031 (plingeling) R 27022 27024 26666 0 -1 4202560 496440 1252 0 0 120082 83 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27024/tid=27032] ppid=27022 vsize=1587616 CPUtime=1201.57 cores=0,2,4,6
/proc/27024/task/27032/stat : 27032 (plingeling) R 27022 27024 26666 0 -1 4202560 622480 1252 0 0 120070 87 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27024/tid=27033] ppid=27022 vsize=1587616 CPUtime=1195.13 cores=0,2,4,6
/proc/27024/task/27033/stat : 27033 (plingeling) R 27022 27024 26666 0 -1 4202560 446479 1252 0 0 119445 68 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27024/tid=27034] ppid=27022 vsize=1587616 CPUtime=1201.68 cores=0,2,4,6
/proc/27024/task/27034/stat : 27034 (plingeling) R 27022 27024 26666 0 -1 4202560 420685 1252 0 0 120094 74 0 0 25 0 5 0 521466279 1625718784 368353 33554432000 4194304 4417332 140737022559840 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1587616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.22
CPU user time (s): 4797
CPU system time (s): 3.22251
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 1723980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797
system time used= 3.22251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1989825
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= 86
involuntary context switches= 25957

runsolver used 1.87871 second user time and 4.67629 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 19:38:12
IDJOB=3262958
IDBENCH=83907
IDSOLVER=1605
FILE ID=node148/3262958-1304098692
RUNJOBID= node148-1304098692-27010
PBS_JOBID= 13170593
Free space on /tmp= 71432 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262958-1304098692/watcher-3262958-1304098692 -o /tmp/evaluation-result-3262958-1304098692/solver-3262958-1304098692 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262958-1304098692.cnf

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=1224639350

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30926260 kB
Buffers:        692908 kB
Cached:         922000 kB
SwapCached:       3728 kB
Active:         109148 kB
Inactive:      1551520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30926260 kB
SwapTotal:    67111528 kB
SwapFree:     67086580 kB
Dirty:            1660 kB
Writeback:           0 kB
AnonPages:       43556 kB
Mapped:          13480 kB
Slab:           300376 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188000 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= 71432 MiB
End job on node148 at 2011-04-29 19:58:16