Trace number 3371131

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.12 1203.15

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
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 variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 542
Number of clauses of size over 540068

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.19 1.58 2/316 16329
/proc/meminfo: memFree=27254796/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=9376 CPUtime=0 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) R 16327 16329 9395 0 -1 4202496 420 1251 0 0 0 0 0 0 21 0 1 0 387179991 9601024 351 33554432000 4194304 4417452 140734185938640 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/16329/statm: 2344 351 147 55 0 230 0

[startup+0.0988829 s]
/proc/loadavg: 1.00 1.19 1.58 2/316 16329
/proc/meminfo: memFree=27254796/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=67596 CPUtime=0.09 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 5081 1251 0 0 9 0 0 0 22 0 5 0 387179991 69218304 4704 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 16899 4704 167 55 0 14785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67596

[startup+0.10088 s]
/proc/loadavg: 1.00 1.19 1.58 2/316 16329
/proc/meminfo: memFree=27254796/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=67596 CPUtime=0.09 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 5081 1251 0 0 9 0 0 0 22 0 5 0 387179991 69218304 4704 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 16899 4704 167 55 0 14785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67596

[startup+0.300849 s]
/proc/loadavg: 1.00 1.19 1.58 2/316 16329
/proc/meminfo: memFree=27254796/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=72112 CPUtime=0.73 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 7906 1251 0 0 72 1 0 0 22 0 5 0 387179991 73842688 5829 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 18028 5829 179 55 0 15914 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 72112

[startup+0.70078 s]
/proc/loadavg: 1.00 1.19 1.58 2/316 16329
/proc/meminfo: memFree=27254796/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=132864 CPUtime=2.33 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 10982 1251 0 0 231 2 0 0 22 0 5 0 387179991 136052736 4620 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 33216 4620 179 55 0 31102 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 132864

[startup+1.50064 s]
/proc/loadavg: 1.00 1.19 1.58 9/325 16343
/proc/meminfo: memFree=27217956/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=136752 CPUtime=5.52 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 14713 1251 0 0 549 3 0 0 22 0 5 0 387179991 140034048 5624 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 34188 5624 179 55 0 32074 0
[pid=16329/tid=16340] ppid=16327 vsize=136752 CPUtime=1.39 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 2560 1251 0 0 139 0 0 0 25 0 5 0 387180000 140034048 5624 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=136752 CPUtime=1.27 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 2349 1251 0 0 127 0 0 0 25 0 5 0 387180000 140034048 5624 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=136752 CPUtime=1.38 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 2853 1251 0 0 138 0 0 0 25 0 5 0 387180000 140034048 5624 33554432000 4194304 4417452 140734185938640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=136752 CPUtime=1.34 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 2398 1251 0 0 134 0 0 0 25 0 5 0 387180000 140034048 5624 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 136752

[startup+3.10036 s]
/proc/loadavg: 1.00 1.19 1.58 9/325 16343
/proc/meminfo: memFree=27209276/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=143804 CPUtime=11.9 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 23269 1251 0 0 1185 5 0 0 22 0 5 0 387179991 147255296 7356 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 35951 7356 179 55 0 33837 0
[pid=16329/tid=16340] ppid=16327 vsize=143804 CPUtime=2.99 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 4468 1251 0 0 299 0 0 0 25 0 5 0 387180000 147255296 7356 33554432000 4194304 4417452 140734185938640 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=143804 CPUtime=2.87 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 3732 1251 0 0 286 1 0 0 25 0 5 0 387180000 147255296 7356 33554432000 4194304 4417452 140734185938640 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=143804 CPUtime=2.98 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 6133 1251 0 0 297 1 0 0 25 0 5 0 387180000 147255296 7356 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=143804 CPUtime=2.94 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 4383 1251 0 0 294 0 0 0 25 0 5 0 387180000 147255296 7356 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 143804

[startup+6.3008 s]
/proc/loadavg: 1.56 1.30 1.61 9/325 16343
/proc/meminfo: memFree=27180344/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=154136 CPUtime=24.67 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 37041 1251 0 0 2458 9 0 0 22 0 5 0 387179991 157835264 9971 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 38534 9971 179 55 0 36420 0
[pid=16329/tid=16340] ppid=16327 vsize=154136 CPUtime=6.2 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 8226 1251 0 0 618 2 0 0 25 0 5 0 387180000 157835264 9971 33554432000 4194304 4417452 140734185938640 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=154136 CPUtime=6.04 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 7088 1251 0 0 602 2 0 0 25 0 5 0 387180000 157835264 9971 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=154136 CPUtime=6.18 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 9910 1251 0 0 616 2 0 0 25 0 5 0 387180000 157835264 9971 33554432000 4194304 4417452 140734185938640 18446744073709551615 4355841 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=154136 CPUtime=6.14 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 7264 1251 0 0 613 1 0 0 25 0 5 0 387180000 157835264 9971 33554432000 4194304 4417452 140734185938640 18446744073709551615 4343751 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 154136

[startup+12.7007 s]
/proc/loadavg: 2.08 1.41 1.64 9/325 16343
/proc/meminfo: memFree=27111316/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=160556 CPUtime=50.2 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 60554 1251 0 0 5008 12 0 0 22 0 5 0 387179991 164409344 11576 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 40139 11576 179 55 0 38025 0
[pid=16329/tid=16340] ppid=16327 vsize=160556 CPUtime=12.6 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 13796 1251 0 0 1257 3 0 0 25 0 5 0 387180000 164409344 11576 33554432000 4194304 4417452 140734185938640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=160556 CPUtime=12.37 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 13516 1251 0 0 1235 2 0 0 25 0 5 0 387180000 164409344 11576 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364893 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=160556 CPUtime=12.58 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 16283 1251 0 0 1255 3 0 0 25 0 5 0 387180000 164409344 11576 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=160556 CPUtime=12.54 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 12406 1251 0 0 1252 2 0 0 25 0 5 0 387180000 164409344 11576 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 160556

[startup+25.5004 s]
/proc/loadavg: 3.39 1.74 1.75 9/325 16344
/proc/meminfo: memFree=27050812/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=189344 CPUtime=101.27 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 98223 1251 0 0 10108 19 0 0 22 0 5 0 387179991 193888256 18773 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 47336 18773 179 55 0 45222 0
[pid=16329/tid=16340] ppid=16327 vsize=189344 CPUtime=25.39 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 21251 1251 0 0 2535 4 0 0 25 0 5 0 387180000 193888256 18773 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=189344 CPUtime=25.04 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 23270 1251 0 0 2500 4 0 0 25 0 5 0 387180000 193888256 18773 33554432000 4194304 4417452 140734185938640 18446744073709551615 4250915 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=189344 CPUtime=25.38 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 27855 1251 0 0 2533 5 0 0 25 0 5 0 387180000 193888256 18773 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=189344 CPUtime=25.34 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 21294 1251 0 0 2531 3 0 0 25 0 5 0 387180000 193888256 18773 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 189344

[startup+51.1009 s]
/proc/loadavg: 4.96 2.24 1.91 9/325 16344
/proc/meminfo: memFree=27016020/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=203980 CPUtime=203.42 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 159460 1251 0 0 20313 29 0 0 22 0 5 0 387179991 208875520 22432 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 50995 22432 179 55 0 48881 0
[pid=16329/tid=16340] ppid=16327 vsize=203980 CPUtime=50.99 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 34255 1251 0 0 5093 6 0 0 25 0 5 0 387180000 208875520 22432 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=203980 CPUtime=50.39 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 40730 1251 0 0 5032 7 0 0 25 0 5 0 387180000 208875520 22432 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=203980 CPUtime=50.98 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 46976 1251 0 0 5089 9 0 0 25 0 5 0 387180000 208875520 22432 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=203980 CPUtime=50.94 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 32946 1251 0 0 5088 6 0 0 25 0 5 0 387180000 208875520 22432 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 203980

[startup+102.312 s]
/proc/loadavg: 6.68 3.12 2.23 9/325 16346
/proc/meminfo: memFree=26820308/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=260632 CPUtime=407.75 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 245998 1251 0 0 40733 42 0 0 22 0 5 0 387179991 266887168 36616 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 65158 36616 179 55 0 63044 0
[pid=16329/tid=16340] ppid=16327 vsize=260632 CPUtime=102.2 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 54510 1251 0 0 10211 9 0 0 25 0 5 0 387180000 266887168 36616 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=260632 CPUtime=101.08 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 63263 1251 0 0 10098 10 0 0 25 0 5 0 387180000 266887168 36616 33554432000 4194304 4417452 140734185938640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=260632 CPUtime=102.2 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 72366 1251 0 0 10207 13 0 0 25 0 5 0 387180000 266887168 36616 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=260632 CPUtime=102.15 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 51306 1251 0 0 10207 8 0 0 25 0 5 0 387180000 266887168 36616 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 260632

[startup+162.3 s]
/proc/loadavg: 7.55 4.02 2.59 9/325 16347
/proc/meminfo: memFree=26664264/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=276416 CPUtime=647.12 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 302882 1251 0 0 64662 50 0 0 22 0 5 0 387179991 283049984 40541 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 69104 40541 179 55 0 66990 0
[pid=16329/tid=16340] ppid=16327 vsize=276416 CPUtime=162.2 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 62833 1251 0 0 16209 11 0 0 25 0 5 0 387180000 283049984 40541 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=276416 CPUtime=160.48 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 81568 1251 0 0 16035 13 0 0 25 0 5 0 387180000 283049984 40541 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=276416 CPUtime=162.19 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 94525 1251 0 0 16203 16 0 0 25 0 5 0 387180000 283049984 40541 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=276416 CPUtime=162.14 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 59403 1251 0 0 16205 9 0 0 25 0 5 0 387180000 283049984 40541 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.12
Current children cumulated vsize (KiB) 276416


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

[pid=16329/tid=16341] ppid=16327 vsize=677304 CPUtime=754.5 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 149428 1251 0 0 75426 24 0 0 25 0 5 0 387180000 693559296 140764 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=677304 CPUtime=762.21 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 201791 1251 0 0 76190 31 0 0 25 0 5 0 387180000 693559296 140764 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=677304 CPUtime=762.17 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 138290 1251 0 0 76195 22 0 0 25 0 5 0 387180000 693559296 140764 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.22
Current children cumulated vsize (KiB) 677304

[startup+822.301 s]
/proc/loadavg: 8.03 7.63 5.37 9/325 16365
/proc/meminfo: memFree=25458176/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=678776 CPUtime=3280.59 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 656182 1251 0 0 327952 107 0 0 22 0 5 0 387179991 695066624 141132 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 169694 141132 179 55 0 167580 0
[pid=16329/tid=16340] ppid=16327 vsize=678776 CPUtime=822.22 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 130388 1251 0 0 82199 23 0 0 25 0 5 0 387180000 695066624 141132 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=678776 CPUtime=813.9 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 159497 1251 0 0 81364 26 0 0 25 0 5 0 387180000 695066624 141132 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=678776 CPUtime=822.2 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 209327 1251 0 0 82188 32 0 0 25 0 5 0 387180000 695066624 141132 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=678776 CPUtime=822.16 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 152417 1251 0 0 82192 24 0 0 25 0 5 0 387180000 695066624 141132 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.59
Current children cumulated vsize (KiB) 678776

[startup+882.301 s]
/proc/loadavg: 8.05 7.71 5.54 9/325 16367
/proc/meminfo: memFree=25336980/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=713648 CPUtime=3519.98 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 664900 1251 0 0 351890 108 0 0 22 0 5 0 387179991 730775552 149850 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 178412 149850 179 55 0 176298 0
[pid=16329/tid=16340] ppid=16327 vsize=713648 CPUtime=882.21 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 134399 1251 0 0 88198 23 0 0 25 0 5 0 387180000 730775552 149850 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=713648 CPUtime=873.29 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 159497 1251 0 0 87303 26 0 0 25 0 5 0 387180000 730775552 149850 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=713648 CPUtime=882.2 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 214034 1251 0 0 88187 33 0 0 25 0 5 0 387180000 730775552 149850 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=713648 CPUtime=882.16 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 152417 1251 0 0 88192 24 0 0 25 0 5 0 387180000 730775552 149850 33554432000 4194304 4417452 140734185938640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.98
Current children cumulated vsize (KiB) 713648

[startup+942.301 s]
/proc/loadavg: 8.06 7.77 5.69 9/325 16368
/proc/meminfo: memFree=25164700/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=847572 CPUtime=3759.4 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 698381 1251 0 0 375826 114 0 0 22 0 5 0 387179991 867913728 183331 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 211893 183331 179 55 0 209779 0
[pid=16329/tid=16340] ppid=16327 vsize=847572 CPUtime=942.21 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 135785 1251 0 0 94198 23 0 0 25 0 5 0 387180000 867913728 183331 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=847572 CPUtime=932.69 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 167689 1251 0 0 93242 27 0 0 25 0 5 0 387180000 867913728 183331 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=847572 CPUtime=942.2 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 223511 1251 0 0 94185 35 0 0 25 0 5 0 387180000 867913728 183331 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=847572 CPUtime=942.17 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 166843 1251 0 0 94191 26 0 0 25 0 5 0 387180000 867913728 183331 33554432000 4194304 4417452 140734185938640 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.4
Current children cumulated vsize (KiB) 847572

[startup+1002.3 s]
/proc/loadavg: 8.13 7.84 5.85 9/325 16370
/proc/meminfo: memFree=25244868/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=793784 CPUtime=3998.79 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 726232 1251 0 0 399762 117 0 0 22 0 5 0 387179991 812834816 169884 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 198446 169884 179 55 0 196332 0
[pid=16329/tid=16340] ppid=16327 vsize=793784 CPUtime=1002.22 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 149600 1251 0 0 100197 25 0 0 25 0 5 0 387180000 812834816 169884 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=793784 CPUtime=992.09 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 167689 1251 0 0 99182 27 0 0 25 0 5 0 387180000 812834816 169884 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=793784 CPUtime=1002.2 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 237547 1251 0 0 100183 37 0 0 25 0 5 0 387180000 812834816 169884 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=793784 CPUtime=1002.17 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 166843 1251 0 0 100191 26 0 0 25 0 5 0 387180000 812834816 169884 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3998.79
Current children cumulated vsize (KiB) 793784

[startup+1062.3 s]
/proc/loadavg: 8.15 7.90 5.99 9/325 16371
/proc/meminfo: memFree=25157388/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=802188 CPUtime=4238.21 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 744717 1251 0 0 423700 121 0 0 22 0 5 0 387179991 821440512 171985 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 200547 171985 179 55 0 198433 0
[pid=16329/tid=16340] ppid=16327 vsize=802188 CPUtime=1062.22 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 149600 1251 0 0 106197 25 0 0 25 0 5 0 387180000 821440512 171985 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=802188 CPUtime=1051.5 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 172380 1251 0 0 105122 28 0 0 25 0 5 0 387180000 821440512 171985 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=802188 CPUtime=1062.2 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 238842 1251 0 0 106183 37 0 0 25 0 5 0 387180000 821440512 171985 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=802188 CPUtime=1062.16 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 179342 1251 0 0 106188 28 0 0 25 0 5 0 387180000 821440512 171985 33554432000 4194304 4417452 140734185938640 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.21
Current children cumulated vsize (KiB) 802188

[startup+1122.3 s]
/proc/loadavg: 8.20 7.95 6.12 9/325 16373
/proc/meminfo: memFree=25258404/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=771288 CPUtime=4477.61 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 760299 1251 0 0 447637 124 0 0 22 0 5 0 387179991 789798912 164260 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 192822 164260 179 55 0 190708 0
[pid=16329/tid=16340] ppid=16327 vsize=771288 CPUtime=1122.22 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 149600 1251 0 0 112197 25 0 0 25 0 5 0 387180000 789798912 164260 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=771288 CPUtime=1110.9 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 187962 1251 0 0 111059 31 0 0 25 0 5 0 387180000 789798912 164260 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=771288 CPUtime=1122.21 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 238842 1251 0 0 112184 37 0 0 25 0 5 0 387180000 789798912 164260 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=771288 CPUtime=1122.16 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 179342 1251 0 0 112188 28 0 0 25 0 5 0 387180000 789798912 164260 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4477.61
Current children cumulated vsize (KiB) 771288

[startup+1182.3 s]
/proc/loadavg: 8.15 7.97 6.24 9/325 16375
/proc/meminfo: memFree=25170668/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=856540 CPUtime=4717.03 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 781612 1251 0 0 471575 128 0 0 22 0 5 0 387179991 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 214135 185573 179 55 0 212021 0
[pid=16329/tid=16340] ppid=16327 vsize=856540 CPUtime=1182.22 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 157792 1251 0 0 118196 26 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=856540 CPUtime=1170.31 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 188340 1251 0 0 117000 31 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=856540 CPUtime=1182.21 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 251585 1251 0 0 118181 40 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=856540 CPUtime=1182.17 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 179342 1251 0 0 118189 28 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.03
Current children cumulated vsize (KiB) 856540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.10 7.97 6.29 9/325 16375
/proc/meminfo: memFree=25108644/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=856540 CPUtime=4800.04 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 781612 1251 0 0 479876 128 0 0 22 0 5 0 387179991 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 214135 185573 179 55 0 212021 0
[pid=16329/tid=16340] ppid=16327 vsize=856540 CPUtime=1203.03 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 157792 1251 0 0 120277 26 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=856540 CPUtime=1190.9 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 188340 1251 0 0 119059 31 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=856540 CPUtime=1203.02 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 251585 1251 0 0 120262 40 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=856540 CPUtime=1202.98 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 179342 1251 0 0 120270 28 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 856540

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

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

[startup+1203.1 s]
/proc/loadavg: 8.10 7.97 6.29 9/325 16375
/proc/meminfo: memFree=25108644/32951124 swapFree=46575252/67111528
[pid=16329] ppid=16327 vsize=856540 CPUtime=4800.04 cores=1,3,5,7
/proc/16329/stat : 16329 (plingeling) S 16327 16329 9395 0 -1 4202496 781612 1251 0 0 479876 128 0 0 22 0 5 0 387179991 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/16329/statm: 214135 185573 179 55 0 212021 0
[pid=16329/tid=16340] ppid=16327 vsize=856540 CPUtime=1203.03 cores=1,3,5,7
/proc/16329/task/16340/stat : 16340 (plingeling) R 16327 16329 9395 0 -1 4202560 157792 1251 0 0 120277 26 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=856540 CPUtime=1190.9 cores=1,3,5,7
/proc/16329/task/16341/stat : 16341 (plingeling) R 16327 16329 9395 0 -1 4202560 188340 1251 0 0 119059 31 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16329/tid=16342] ppid=16327 vsize=856540 CPUtime=1203.02 cores=1,3,5,7
/proc/16329/task/16342/stat : 16342 (plingeling) R 16327 16329 9395 0 -1 4202560 251585 1251 0 0 120262 40 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=856540 CPUtime=1202.98 cores=1,3,5,7
/proc/16329/task/16343/stat : 16343 (plingeling) R 16327 16329 9395 0 -1 4202560 179342 1251 0 0 120270 28 0 0 25 0 5 0 387180000 877096960 185573 33554432000 4194304 4417452 140734185938640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 856540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.12
CPU user time (s): 4798.8
CPU system time (s): 1.3148
CPU usage (%): 398.963
Max. virtual memory (cumulated for all children) (KiB): 856540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.8
system time used= 1.3148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 782863
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= 63
involuntary context switches= 35233

runsolver used 3.23651 second user time and 8.80866 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 05:24:47
IDJOB=3371131
IDBENCH=83967
IDSOLVER=1848
FILE ID=node107/3371131-1305429887
RUNJOBID= node107-1305429887-16305
PBS_JOBID= 13324575
Free space on /tmp= 73492 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371131-1305429887/watcher-3371131-1305429887 -o /tmp/evaluation-result-3371131-1305429887/solver-3371131-1305429887 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371131-1305429887.cnf

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=740644402

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27257200 kB
Buffers:        146528 kB
Cached:         981788 kB
SwapCached:       9832 kB
Active:        5243280 kB
Inactive:       171408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27257200 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            2336 kB
Writeback:           0 kB
AnonPages:     4284140 kB
Mapped:          19512 kB
Slab:           146292 kB
PageTables:      68836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64936912 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= 73492 MiB
End job on node107 at 2011-05-15 05:44:52