Trace number 3264102

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.16 1201.95

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3264102-1304102889/watcher-3264102-1304102889 -o /tmp/evaluation-result-3264102-1304102889/solver-3264102-1304102889 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3264102-1304102889.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: 6.95 7.88 7.75 4/178 16033
/proc/meminfo: memFree=23094368/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 216 0 0 0 0 0 0 0 20 0 1 0 521889351 8937472 146 33554432000 4194304 4417332 140734207609120 18446744073709551615 244446945024 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/16033/statm: 2182 146 122 55 0 68 0

[startup+0.0376591 s]
/proc/loadavg: 6.95 7.88 7.75 4/178 16033
/proc/meminfo: memFree=23094368/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 216 0 0 0 0 0 0 0 20 0 1 0 521889351 8937472 146 33554432000 4194304 4417332 140734207609120 18446744073709551615 244446945024 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/16033/statm: 2182 146 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.100604 s]
/proc/loadavg: 6.95 7.88 7.75 4/178 16033
/proc/meminfo: memFree=23094368/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=54832 CPUtime=0.13 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1678 1248 0 4 13 0 0 0 20 0 5 0 521889351 56147968 1519 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 13708 1519 172 55 0 11594 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 54832

[startup+0.300567 s]
/proc/loadavg: 6.95 7.88 7.75 4/178 16033
/proc/meminfo: memFree=23094368/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=125032 CPUtime=0.93 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 3513 1248 0 4 93 0 0 0 20 0 5 0 521889351 128032768 2695 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 31258 2695 181 55 0 29144 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 125032

[startup+0.700492 s]
/proc/loadavg: 6.95 7.88 7.75 4/178 16033
/proc/meminfo: memFree=23094368/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=127120 CPUtime=2.53 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 4941 1248 0 4 253 0 0 0 20 0 5 0 521889351 130170880 3217 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 31780 3217 181 55 0 29666 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 127120

[startup+1.50034 s]
/proc/loadavg: 6.95 7.88 7.75 10/186 16051
/proc/meminfo: memFree=23063148/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=133680 CPUtime=5.73 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 7437 1248 0 4 572 1 0 0 20 0 5 0 521889351 136888320 4857 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 33420 4857 181 55 0 31306 0
[pid=16033/tid=16048] ppid=16030 vsize=133680 CPUtime=1.42 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 686 1248 0 4 142 0 0 0 25 0 5 0 521889358 136888320 4857 33554432000 4194304 4417332 140734207609120 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=133680 CPUtime=1.41 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 635 1248 0 4 141 0 0 0 25 0 5 0 521889358 136888320 4857 33554432000 4194304 4417332 140734207609120 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=133680 CPUtime=1.42 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 1257 1248 0 4 142 0 0 0 25 0 5 0 521889358 136888320 4857 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=133680 CPUtime=1.42 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 3273 1248 0 4 142 0 0 0 25 0 5 0 521889358 136888320 4857 33554432000 4194304 4417332 140734207609120 18446744073709551615 4320983 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 133680

[startup+3.10105 s]
/proc/loadavg: 6.95 7.88 7.75 10/186 16051
/proc/meminfo: memFree=23055336/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=143272 CPUtime=12.13 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 13324 1248 0 4 1211 2 0 0 20 0 5 0 521889351 146710528 7255 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 35818 7255 181 55 0 33704 0
[pid=16033/tid=16048] ppid=16030 vsize=143272 CPUtime=3.02 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 1513 1248 0 4 302 0 0 0 25 0 5 0 521889358 146710528 7255 33554432000 4194304 4417332 140734207609120 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=143272 CPUtime=3.01 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 1482 1248 0 4 301 0 0 0 25 0 5 0 521889358 146710528 7255 33554432000 4194304 4417332 140734207609120 18446744073709551615 4250599 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=143272 CPUtime=3.02 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 1858 1248 0 4 302 0 0 0 25 0 5 0 521889358 146710528 7255 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=143272 CPUtime=3.02 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 6885 1248 0 4 301 1 0 0 25 0 5 0 521889358 146710528 7255 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 143272

[startup+6.30045 s]
/proc/loadavg: 7.04 7.88 7.75 10/186 16051
/proc/meminfo: memFree=23034668/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=147556 CPUtime=24.9 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 24144 1248 0 4 2486 4 0 0 20 0 5 0 521889351 151097344 8358 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 36889 8358 181 55 0 34775 0
[pid=16033/tid=16048] ppid=16030 vsize=147556 CPUtime=6.22 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 3205 1248 0 4 622 0 0 0 25 0 5 0 521889358 151097344 8358 33554432000 4194304 4417332 140734207609120 18446744073709551615 4232715 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=147556 CPUtime=6.18 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 4371 1248 0 4 618 0 0 0 25 0 5 0 521889358 151097344 8358 33554432000 4194304 4417332 140734207609120 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=147556 CPUtime=6.22 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 3529 1248 0 4 622 0 0 0 25 0 5 0 521889358 151097344 8358 33554432000 4194304 4417332 140734207609120 18446744073709551615 4247538 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=147556 CPUtime=6.21 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 11453 1248 0 4 620 1 0 0 25 0 5 0 521889358 151097344 8358 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 147556

[startup+12.7003 s]
/proc/loadavg: 7.11 7.89 7.75 10/186 16051
/proc/meminfo: memFree=22981236/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=153428 CPUtime=50.47 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 50506 1248 0 4 5038 9 0 0 20 0 5 0 521889351 157110272 9794 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 38357 9794 181 55 0 36243 0
[pid=16033/tid=16048] ppid=16030 vsize=153428 CPUtime=12.62 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 8714 1248 0 4 1261 1 0 0 25 0 5 0 521889358 157110272 9794 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=153428 CPUtime=12.55 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 9359 1248 0 4 1254 1 0 0 25 0 5 0 521889358 157110272 9794 33554432000 4194304 4417332 140734207609120 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=153428 CPUtime=12.62 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 8513 1248 0 4 1261 1 0 0 25 0 5 0 521889358 157110272 9794 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=153428 CPUtime=12.62 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 22334 1248 0 4 1258 4 0 0 25 0 5 0 521889358 157110272 9794 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 153428

[startup+25.5009 s]
/proc/loadavg: 7.46 7.92 7.77 10/186 16052
/proc/meminfo: memFree=22972552/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=185704 CPUtime=101.6 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 94062 1248 0 4 10144 16 0 0 20 0 5 0 521889351 190160896 17863 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 46426 17863 181 55 0 44312 0
[pid=16033/tid=16048] ppid=16030 vsize=185704 CPUtime=25.43 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 17558 1248 0 4 2540 3 0 0 25 0 5 0 521889358 190160896 17863 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=185704 CPUtime=25.28 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 18208 1248 0 4 2525 3 0 0 25 0 5 0 521889358 190160896 17863 33554432000 4194304 4417332 140734207609120 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=185704 CPUtime=25.42 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 18697 1248 0 4 2539 3 0 0 25 0 5 0 521889358 190160896 17863 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=185704 CPUtime=25.41 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 38013 1248 0 4 2535 6 0 0 25 0 5 0 521889358 190160896 17863 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 185704

[startup+51.1011 s]
/proc/loadavg: 7.64 7.93 7.77 10/186 16053
/proc/meminfo: memFree=22927524/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=198840 CPUtime=203.86 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 159570 1248 0 4 20360 26 0 0 20 0 5 0 521889351 203612160 21147 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 49710 21147 181 55 0 47596 0
[pid=16033/tid=16048] ppid=16030 vsize=198840 CPUtime=51.02 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 33131 1248 0 4 5098 4 0 0 25 0 5 0 521889358 203612160 21147 33554432000 4194304 4417332 140734207609120 18446744073709551615 4309183 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=198840 CPUtime=50.74 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 37367 1248 0 4 5068 6 0 0 25 0 5 0 521889358 203612160 21147 33554432000 4194304 4417332 140734207609120 18446744073709551615 4308643 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=198840 CPUtime=51.02 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 31658 1248 0 4 5098 4 0 0 25 0 5 0 521889358 203612160 21147 33554432000 4194304 4417332 140734207609120 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=198840 CPUtime=51.02 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 55828 1248 0 4 5092 10 0 0 25 0 5 0 521889358 203612160 21147 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 198840

[startup+102.307 s]
/proc/loadavg: 7.95 7.97 7.79 10/186 16054
/proc/meminfo: memFree=22852976/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=234152 CPUtime=408.41 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 262404 1248 0 4 40799 42 0 0 20 0 5 0 521889351 239771648 29977 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 58538 29977 181 55 0 56424 0
[pid=16033/tid=16048] ppid=16030 vsize=234152 CPUtime=102.23 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 58177 1248 0 4 10214 9 0 0 25 0 5 0 521889358 239771648 29977 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=234152 CPUtime=101.67 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 59728 1248 0 4 10158 9 0 0 25 0 5 0 521889358 239771648 29977 33554432000 4194304 4417332 140734207609120 18446744073709551615 4352306 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=234152 CPUtime=102.23 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 52064 1248 0 4 10216 7 0 0 25 0 5 0 521889358 239771648 29977 33554432000 4194304 4417332 140734207609120 18446744073709551615 4365982 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=234152 CPUtime=102.22 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 90849 1248 0 4 10207 15 0 0 25 0 5 0 521889358 239771648 29977 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (KiB) 234152

[startup+162.3 s]
/proc/loadavg: 8.08 8.00 7.81 10/186 16055
/proc/meminfo: memFree=22725828/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=290392 CPUtime=648.07 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 353086 1248 0 4 64751 56 0 0 20 0 5 0 521889351 297361408 44045 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 72598 44045 181 55 0 70484 0
[pid=16033/tid=16048] ppid=16030 vsize=290392 CPUtime=162.23 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 84539 1248 0 4 16210 13 0 0 25 0 5 0 521889358 297361408 44045 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=290392 CPUtime=161.34 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 83387 1248 0 4 16122 12 0 0 25 0 5 0 521889358 297361408 44045 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=290392 CPUtime=162.22 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 77734 1248 0 4 16211 11 0 0 25 0 5 0 521889358 297361408 44045 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=290392 CPUtime=162.21 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 105840 1248 0 4 16204 17 0 0 25 0 5 0 521889358 297361408 44045 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.07
Current children cumulated vsize (KiB) 290392


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

[pid=16033/tid=16049] ppid=16030 vsize=805504 CPUtime=758.09 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 231909 1248 0 4 75774 35 0 0 25 0 5 0 521889358 824836096 171909 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=805504 CPUtime=762.25 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 200118 1248 0 4 76195 30 0 0 25 0 5 0 521889358 824836096 171909 33554432000 4194304 4417332 140734207609120 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=805504 CPUtime=762.23 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 249046 1248 0 4 76177 46 0 0 25 0 5 0 521889358 824836096 171909 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.88
Current children cumulated vsize (KiB) 805504

[startup+822.301 s]
/proc/loadavg: 8.02 8.06 7.93 10/186 16082
/proc/meminfo: memFree=21553256/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=901368 CPUtime=3284.53 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 947480 1248 0 4 328297 156 0 0 20 0 5 0 521889351 923000832 195875 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 225342 195875 181 55 0 223228 0
[pid=16033/tid=16048] ppid=16030 vsize=901368 CPUtime=822.24 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 240074 1248 0 4 82185 39 0 0 25 0 5 0 521889358 923000832 195875 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=901368 CPUtime=817.78 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 256656 1248 0 4 81738 40 0 0 25 0 5 0 521889358 923000832 195875 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=901368 CPUtime=822.24 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 200118 1248 0 4 82194 30 0 0 25 0 5 0 521889358 923000832 195875 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=901368 CPUtime=822.23 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 249046 1248 0 4 82177 46 0 0 25 0 5 0 521889358 923000832 195875 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 901368

[startup+882.301 s]
/proc/loadavg: 8.01 8.05 7.93 10/186 16084
/proc/meminfo: memFree=21472880/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=886880 CPUtime=3524.21 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 986764 1248 0 4 352257 164 0 0 20 0 5 0 521889351 908165120 192253 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 221720 192253 181 55 0 219606 0
[pid=16033/tid=16048] ppid=16030 vsize=886880 CPUtime=882.23 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 255784 1248 0 4 88182 41 0 0 25 0 5 0 521889358 908165120 192253 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=886880 CPUtime=877.44 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 263024 1248 0 4 87703 41 0 0 25 0 5 0 521889358 908165120 192253 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=886880 CPUtime=882.24 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 209132 1248 0 4 88192 32 0 0 25 0 5 0 521889358 908165120 192253 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=886880 CPUtime=882.22 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 257238 1248 0 4 88175 47 0 0 25 0 5 0 521889358 908165120 192253 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 886880

[startup+942.301 s]
/proc/loadavg: 8.00 8.04 7.93 10/186 16087
/proc/meminfo: memFree=21510064/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=886572 CPUtime=3763.9 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1056448 1248 0 4 376214 176 0 0 20 0 5 0 521889351 907849728 193079 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 221643 193079 181 55 0 219529 0
[pid=16033/tid=16048] ppid=16030 vsize=886572 CPUtime=942.24 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 274144 1248 0 4 94179 45 0 0 25 0 5 0 521889358 907849728 193079 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=886572 CPUtime=937.12 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 274693 1248 0 4 93669 43 0 0 25 0 5 0 521889358 907849728 193079 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=886572 CPUtime=942.25 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 224320 1248 0 4 94190 35 0 0 25 0 5 0 521889358 907849728 193079 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=886572 CPUtime=942.22 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 281705 1248 0 4 94171 51 0 0 25 0 5 0 521889358 907849728 193079 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 886572

[startup+1002.3 s]
/proc/loadavg: 8.21 8.10 7.95 10/186 16090
/proc/meminfo: memFree=21560176/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=994704 CPUtime=4002.74 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1105604 1248 0 4 400091 183 0 0 20 0 5 0 521889351 1018576896 220112 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 248676 220112 181 55 0 246562 0
[pid=16033/tid=16048] ppid=16030 vsize=994704 CPUtime=1002.24 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 274144 1248 0 4 100179 45 0 0 25 0 5 0 521889358 1018576896 220112 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=994704 CPUtime=995.96 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 278789 1248 0 4 99553 43 0 0 25 0 5 0 521889358 1018576896 220112 33554432000 4194304 4417332 140734207609120 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=994704 CPUtime=1002.25 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 259400 1248 0 4 100184 41 0 0 25 0 5 0 521889358 1018576896 220112 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=994704 CPUtime=1002.22 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 291685 1248 0 4 100170 52 0 0 25 0 5 0 521889358 1018576896 220112 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.74
Current children cumulated vsize (KiB) 994704

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 7.96 10/186 16091
/proc/meminfo: memFree=21531024/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=990272 CPUtime=4242.41 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1138733 1248 0 4 424052 189 0 0 20 0 5 0 521889351 1014038528 219005 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 247568 219005 181 55 0 245454 0
[pid=16033/tid=16048] ppid=16030 vsize=990272 CPUtime=1062.25 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 283822 1248 0 4 106178 47 0 0 25 0 5 0 521889358 1014038528 219005 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=990272 CPUtime=1055.65 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 302240 1248 0 4 105517 48 0 0 25 0 5 0 521889358 1014038528 219005 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=990272 CPUtime=1062.25 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 259400 1248 0 4 106184 41 0 0 25 0 5 0 521889358 1014038528 219005 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=990272 CPUtime=1062.22 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 291685 1248 0 4 106170 52 0 0 25 0 5 0 521889358 1014038528 219005 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 990272

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 7.97 10/186 16093
/proc/meminfo: memFree=21530376/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=916936 CPUtime=4482.1 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1176942 1248 0 4 448015 195 0 0 20 0 5 0 521889351 938942464 200671 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 229234 200671 181 55 0 227120 0
[pid=16033/tid=16048] ppid=16030 vsize=916936 CPUtime=1122.25 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 296890 1248 0 4 112177 48 0 0 25 0 5 0 521889358 938942464 200671 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=916936 CPUtime=1115.32 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 302240 1248 0 4 111484 48 0 0 25 0 5 0 521889358 938942464 200671 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=916936 CPUtime=1122.25 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 271114 1248 0 4 112182 43 0 0 25 0 5 0 521889358 938942464 200671 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=916936 CPUtime=1122.22 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 305112 1248 0 4 112168 54 0 0 25 0 5 0 521889358 938942464 200671 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.1
Current children cumulated vsize (KiB) 916936

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 7.97 10/186 16095
/proc/meminfo: memFree=21493772/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=932276 CPUtime=4721.78 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1180777 1248 0 4 471982 196 0 0 20 0 5 0 521889351 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 233069 204506 181 55 0 230955 0
[pid=16033/tid=16048] ppid=16030 vsize=932276 CPUtime=1182.25 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 296890 1248 0 4 118177 48 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=932276 CPUtime=1175 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 302240 1248 0 4 117452 48 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=932276 CPUtime=1182.26 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 271114 1248 0 4 118183 43 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=932276 CPUtime=1182.21 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 308947 1248 0 4 118166 55 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.78
Current children cumulated vsize (KiB) 932276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.20 8.11 7.98 5/180 16096
/proc/meminfo: memFree=22272408/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=932276 CPUtime=4800.09 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1180777 1248 0 4 479813 196 0 0 20 0 5 0 521889351 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 233069 204506 181 55 0 230955 0
[pid=16033/tid=16048] ppid=16030 vsize=932276 CPUtime=1201.85 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 296890 1248 0 4 120137 48 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=932276 CPUtime=1194.49 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 302240 1248 0 4 119401 48 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4343691 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=932276 CPUtime=1201.86 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 271114 1248 0 4 120143 43 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=932276 CPUtime=1201.82 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 308947 1248 0 4 120127 55 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 932276

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

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

[startup+1201.9 s]
/proc/loadavg: 8.20 8.11 7.98 5/180 16096
/proc/meminfo: memFree=22272408/32951124 swapFree=67111524/67111528
[pid=16033] ppid=16030 vsize=932276 CPUtime=4800.09 cores=1,3,5,7
/proc/16033/stat : 16033 (plingeling) S 16030 16033 14150 0 -1 4202496 1180777 1248 0 4 479813 196 0 0 20 0 5 0 521889351 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16033/statm: 233069 204506 181 55 0 230955 0
[pid=16033/tid=16048] ppid=16030 vsize=932276 CPUtime=1201.85 cores=1,3,5,7
/proc/16033/task/16048/stat : 16048 (plingeling) R 16030 16033 14150 0 -1 4202560 296890 1248 0 4 120137 48 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16033/tid=16049] ppid=16030 vsize=932276 CPUtime=1194.49 cores=1,3,5,7
/proc/16033/task/16049/stat : 16049 (plingeling) R 16030 16033 14150 0 -1 4202560 302240 1248 0 4 119401 48 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4343691 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16033/tid=16050] ppid=16030 vsize=932276 CPUtime=1201.86 cores=1,3,5,7
/proc/16033/task/16050/stat : 16050 (plingeling) R 16030 16033 14150 0 -1 4202560 271114 1248 0 4 120143 43 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16033/tid=16051] ppid=16030 vsize=932276 CPUtime=1201.82 cores=1,3,5,7
/proc/16033/task/16051/stat : 16051 (plingeling) R 16030 16033 14150 0 -1 4202560 308947 1248 0 4 120127 55 0 0 25 0 5 0 521889358 954650624 204506 33554432000 4194304 4417332 140734207609120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 932276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.16
CPU user time (s): 4798.15
CPU system time (s): 2.00869
CPU usage (%): 399.364
Max. virtual memory (cumulated for all children) (KiB): 1059732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.15
system time used= 2.00869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1182025
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99
involuntary context switches= 40110

runsolver used 1.75373 second user time and 4.79827 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 20:48:09
IDJOB=3264102
IDBENCH=84554
IDSOLVER=1605
FILE ID=node105/3264102-1304102889
RUNJOBID= node105-1304102889-16013
PBS_JOBID= 13170561
Free space on /tmp= 71940 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264102-1304102889/watcher-3264102-1304102889 -o /tmp/evaluation-result-3264102-1304102889/solver-3264102-1304102889 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3264102-1304102889.cnf

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=1472946558

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23094680 kB
Buffers:       2157552 kB
Cached:        7088868 kB
SwapCached:          4 kB
Active:         545220 kB
Inactive:      8764744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23094680 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             892 kB
Writeback:           0 kB
AnonPages:       63412 kB
Mapped:          14880 kB
Slab:           483488 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182444 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= 71940 MiB
End job on node105 at 2011-04-29 21:08:13