Trace number 3371132

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.31 1202.84

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.758
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

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

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

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


[startup+0 s]
/proc/loadavg: 7.56 4.02 2.68 5/288 12079
/proc/meminfo: memFree=21326968/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=10472 CPUtime=0 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) R 12077 12079 4856 0 -1 4202496 695 1252 0 0 0 0 0 0 24 0 1 0 654533777 10723328 625 33554432000 4194304 4417452 140734398279280 18446744073709551615 232335892224 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12079/statm: 2618 625 148 55 0 504 0

[startup+0.0935801 s]
/proc/loadavg: 7.56 4.02 2.68 5/288 12079
/proc/meminfo: memFree=21326968/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=57152 CPUtime=0.22 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 2792 1252 0 0 22 0 0 0 24 0 5 0 654533777 58523648 2097 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 14288 2097 173 55 0 12174 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 57152

[startup+0.100577 s]
/proc/loadavg: 7.56 4.02 2.68 5/288 12079
/proc/meminfo: memFree=21326968/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=57112 CPUtime=0.24 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 2814 1252 0 0 24 0 0 0 24 0 5 0 654533777 58482688 2060 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 14278 2060 175 55 0 12164 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 57112

[startup+0.300543 s]
/proc/loadavg: 7.56 4.02 2.68 5/288 12079
/proc/meminfo: memFree=21326968/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=57816 CPUtime=1.04 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 3344 1252 0 0 104 0 0 0 24 0 5 0 654533777 59203584 2270 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 14454 2270 177 55 0 12340 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 57816

[startup+0.700473 s]
/proc/loadavg: 7.56 4.02 2.68 5/288 12079
/proc/meminfo: memFree=21326968/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=125960 CPUtime=2.64 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 4642 1252 0 0 264 0 0 0 24 0 5 0 654533777 128983040 2938 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 31490 2938 180 55 0 29376 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 125960

[startup+1.50033 s]
/proc/loadavg: 7.56 4.02 2.68 9/293 12089
/proc/meminfo: memFree=21306512/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=127000 CPUtime=5.83 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 5674 1252 0 0 583 0 0 0 24 0 5 0 654533777 130048000 3198 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 31750 3198 180 55 0 29636 0
[pid=12079/tid=12086] ppid=12077 vsize=127000 CPUtime=1.45 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 334 1252 0 0 145 0 0 0 25 0 5 0 654533782 130048000 3198 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=127000 CPUtime=1.45 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 992 1252 0 0 145 0 0 0 25 0 5 0 654533782 130048000 3198 33554432000 4194304 4417452 140734398279280 18446744073709551615 4358748 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=127000 CPUtime=1.44 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 694 1252 0 0 144 0 0 0 25 0 5 0 654533782 130048000 3198 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=127000 CPUtime=1.45 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 1513 1252 0 0 145 0 0 0 25 0 5 0 654533782 130048000 3198 33554432000 4194304 4417452 140734398279280 18446744073709551615 4356916 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 127000

[startup+3.10105 s]
/proc/loadavg: 7.56 4.02 2.68 9/293 12089
/proc/meminfo: memFree=21300684/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=136608 CPUtime=12.23 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 10250 1252 0 0 1222 1 0 0 24 0 5 0 654533777 139886592 5600 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 34152 5600 180 55 0 32038 0
[pid=12079/tid=12086] ppid=12077 vsize=136608 CPUtime=3.05 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 1143 1252 0 0 305 0 0 0 25 0 5 0 654533782 139886592 5600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=136608 CPUtime=3.04 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 1747 1252 0 0 304 0 0 0 25 0 5 0 654533782 139886592 5600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=136608 CPUtime=3.03 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 1332 1252 0 0 303 0 0 0 25 0 5 0 654533782 139886592 5600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=136608 CPUtime=3.04 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 3887 1252 0 0 304 0 0 0 25 0 5 0 654533782 139886592 5600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 136608

[startup+6.30048 s]
/proc/loadavg: 7.59 4.09 2.71 9/293 12089
/proc/meminfo: memFree=21308548/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=142020 CPUtime=25 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 14204 1252 0 0 2498 2 0 0 24 0 5 0 654533777 145428480 6953 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 35505 6953 180 55 0 33391 0
[pid=12079/tid=12086] ppid=12077 vsize=142020 CPUtime=6.25 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 1335 1252 0 0 625 0 0 0 25 0 5 0 654533782 145428480 6953 33554432000 4194304 4417452 140734398279280 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=142020 CPUtime=6.24 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 2241 1252 0 0 624 0 0 0 25 0 5 0 654533782 145428480 6953 33554432000 4194304 4417452 140734398279280 18446744073709551615 4357753 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=142020 CPUtime=6.2 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 1846 1252 0 0 620 0 0 0 25 0 5 0 654533782 145428480 6953 33554432000 4194304 4417452 140734398279280 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=142020 CPUtime=6.25 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 6641 1252 0 0 624 1 0 0 25 0 5 0 654533782 145428480 6953 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 142020

[startup+12.7003 s]
/proc/loadavg: 7.70 4.17 2.75 9/293 12089
/proc/meminfo: memFree=21280408/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=153176 CPUtime=50.53 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 21315 1252 0 0 5051 2 0 0 24 0 5 0 654533777 156852224 9742 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 38294 9742 180 55 0 36180 0
[pid=12079/tid=12086] ppid=12077 vsize=153176 CPUtime=12.65 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 1975 1252 0 0 1265 0 0 0 25 0 5 0 654533782 156852224 9742 33554432000 4194304 4417452 140734398279280 18446744073709551615 4309875 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=153176 CPUtime=12.64 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 3457 1252 0 0 1264 0 0 0 25 0 5 0 654533782 156852224 9742 33554432000 4194304 4417452 140734398279280 18446744073709551615 4308342 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=153176 CPUtime=12.53 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 4016 1252 0 0 1253 0 0 0 25 0 5 0 654533782 156852224 9742 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=153176 CPUtime=12.64 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 9726 1252 0 0 1263 1 0 0 25 0 5 0 654533782 156852224 9742 33554432000 4194304 4417452 140734398279280 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 153176

[startup+25.5011 s]
/proc/loadavg: 7.77 4.36 2.83 9/293 12089
/proc/meminfo: memFree=21212212/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=165200 CPUtime=101.62 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 31461 1252 0 0 10158 4 0 0 24 0 5 0 654533777 169164800 14063 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 41300 14063 180 55 0 39186 0
[pid=12079/tid=12086] ppid=12077 vsize=165200 CPUtime=25.45 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 3984 1252 0 0 2545 0 0 0 25 0 5 0 654533782 169164800 14063 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=165200 CPUtime=25.44 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 3492 1252 0 0 2544 0 0 0 25 0 5 0 654533782 169164800 14063 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=165200 CPUtime=25.21 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 4038 1252 0 0 2521 0 0 0 25 0 5 0 654533782 169164800 14063 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354244 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=165200 CPUtime=25.45 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 17806 1252 0 0 2543 2 0 0 25 0 5 0 654533782 169164800 14063 33554432000 4194304 4417452 140734398279280 18446744073709551615 4237349 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 165200

[startup+51.1005 s]
/proc/loadavg: 7.90 4.67 2.97 10/293 12090
/proc/meminfo: memFree=21200884/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=186076 CPUtime=203.79 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 63435 1252 0 0 20371 8 0 0 24 0 5 0 654533777 190541824 17973 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 46519 17973 180 55 0 44405 0
[pid=12079/tid=12086] ppid=12077 vsize=186076 CPUtime=51.05 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 9250 1252 0 0 5104 1 0 0 25 0 5 0 654533782 190541824 17973 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=186076 CPUtime=51.04 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 13078 1252 0 0 5102 2 0 0 25 0 5 0 654533782 190541824 17973 33554432000 4194304 4417452 140734398279280 18446744073709551615 4232632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=186076 CPUtime=50.58 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 7966 1252 0 0 5057 1 0 0 25 0 5 0 654533782 190541824 17973 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=186076 CPUtime=51.05 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 31000 1252 0 0 5102 3 0 0 25 0 5 0 654533782 190541824 17973 33554432000 4194304 4417452 140734398279280 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 186076

[startup+102.31 s]
/proc/loadavg: 8.13 5.22 3.25 9/293 12091
/proc/meminfo: memFree=21153996/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=250284 CPUtime=408.16 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 119405 1252 0 0 40801 15 0 0 24 0 5 0 654533777 256290816 34025 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 62571 34025 180 55 0 60457 0
[pid=12079/tid=12086] ppid=12077 vsize=250284 CPUtime=102.26 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 19859 1252 0 0 10224 2 0 0 25 0 5 0 654533782 256290816 34025 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=250284 CPUtime=102.25 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 20891 1252 0 0 10222 3 0 0 25 0 5 0 654533782 256290816 34025 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=250284 CPUtime=101.32 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 17786 1252 0 0 10130 2 0 0 25 0 5 0 654533782 256290816 34025 33554432000 4194304 4417452 140734398279280 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=250284 CPUtime=102.26 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 58728 1252 0 0 10219 7 0 0 25 0 5 0 654533782 256290816 34025 33554432000 4194304 4417452 140734398279280 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 250284

[startup+162.301 s]
/proc/loadavg: 8.16 5.77 3.56 9/293 12093
/proc/meminfo: memFree=21022540/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=338552 CPUtime=647.58 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 151070 1252 0 0 64740 18 0 0 24 0 5 0 654533777 346677248 56092 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 84638 56092 180 55 0 82524 0
[pid=12079/tid=12086] ppid=12077 vsize=338552 CPUtime=162.25 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 19859 1252 0 0 16223 2 0 0 25 0 5 0 654533782 346677248 56092 33554432000 4194304 4417452 140734398279280 18446744073709551615 4366197 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=338552 CPUtime=162.24 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 26605 1252 0 0 16221 3 0 0 25 0 5 0 654533782 346677248 56092 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=338552 CPUtime=160.77 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 19568 1252 0 0 16075 2 0 0 25 0 5 0 654533782 346677248 56092 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354418 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=338552 CPUtime=162.24 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 82897 1252 0 0 16215 9 0 0 25 0 5 0 654533782 346677248 56092 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.58
Current children cumulated vsize (KiB) 338552


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

[pid=12079/tid=12087] ppid=12077 vsize=625936 CPUtime=702.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 121782 1252 0 0 70210 16 0 0 25 0 5 0 654533782 640958464 127938 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354524 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=625936 CPUtime=695.88 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 84611 1252 0 0 69578 10 0 0 25 0 5 0 654533782 640958464 127938 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=625936 CPUtime=702.26 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 292483 1252 0 0 70188 38 0 0 25 0 5 0 654533782 640958464 127938 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364996 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.72
Current children cumulated vsize (KiB) 625936

[startup+762.311 s]
/proc/loadavg: 8.14 7.84 5.74 10/293 12109
/proc/meminfo: memFree=20158512/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=839044 CPUtime=3042.22 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 689338 1252 0 0 304136 86 0 0 24 0 5 0 654533777 859181056 181215 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 209761 181215 180 55 0 207647 0
[pid=12079/tid=12086] ppid=12077 vsize=839044 CPUtime=762.26 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 111132 1252 0 0 76214 12 0 0 25 0 5 0 654533782 859181056 181215 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=839044 CPUtime=762.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 140398 1252 0 0 76208 18 0 0 25 0 5 0 654533782 859181056 181215 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=839044 CPUtime=755.34 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 110200 1252 0 0 75522 12 0 0 25 0 5 0 654533782 859181056 181215 33554432000 4194304 4417452 140734398279280 18446744073709551615 4357048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=839044 CPUtime=762.27 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 325467 1252 0 0 76186 41 0 0 25 0 5 0 654533782 859181056 181215 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.22
Current children cumulated vsize (KiB) 839044

[startup+822.3 s]
/proc/loadavg: 8.10 7.88 5.88 9/293 12110
/proc/meminfo: memFree=20166544/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=800736 CPUtime=3281.65 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 693434 1252 0 0 328078 87 0 0 24 0 5 0 654533777 819953664 171638 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 200184 171638 180 55 0 198070 0
[pid=12079/tid=12086] ppid=12077 vsize=800736 CPUtime=822.26 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 112156 1252 0 0 82214 12 0 0 25 0 5 0 654533782 819953664 171638 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=800736 CPUtime=822.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 142446 1252 0 0 82207 19 0 0 25 0 5 0 654533782 819953664 171638 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=800736 CPUtime=814.79 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 111224 1252 0 0 81467 12 0 0 25 0 5 0 654533782 819953664 171638 33554432000 4194304 4417452 140734398279280 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=800736 CPUtime=822.26 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 325467 1252 0 0 82185 41 0 0 25 0 5 0 654533782 819953664 171638 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.65
Current children cumulated vsize (KiB) 800736

[startup+882.301 s]
/proc/loadavg: 8.19 7.96 6.03 9/293 12112
/proc/meminfo: memFree=20055020/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=839924 CPUtime=3521.1 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 707802 1252 0 0 352022 88 0 0 24 0 5 0 654533777 860082176 181483 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 209981 181483 180 55 0 207867 0
[pid=12079/tid=12086] ppid=12077 vsize=839924 CPUtime=882.26 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 115703 1252 0 0 88213 13 0 0 25 0 5 0 654533782 860082176 181483 33554432000 4194304 4417452 140734398279280 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=839924 CPUtime=882.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 142446 1252 0 0 88207 19 0 0 25 0 5 0 654533782 860082176 181483 33554432000 4194304 4417452 140734398279280 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=839924 CPUtime=874.24 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 112248 1252 0 0 87412 12 0 0 25 0 5 0 654533782 860082176 181483 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=839924 CPUtime=882.27 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 335264 1252 0 0 88185 42 0 0 25 0 5 0 654533782 860082176 181483 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.1
Current children cumulated vsize (KiB) 839924

[startup+942.301 s]
/proc/loadavg: 8.11 7.98 6.16 9/293 12114
/proc/meminfo: memFree=19987400/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=890612 CPUtime=3760.57 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 720742 1252 0 0 375967 90 0 0 24 0 5 0 654533777 911986688 194107 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 222653 194107 180 55 0 220539 0
[pid=12079/tid=12086] ppid=12077 vsize=890612 CPUtime=942.26 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 115971 1252 0 0 94213 13 0 0 25 0 5 0 654533782 911986688 194107 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354332 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=890612 CPUtime=942.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 142446 1252 0 0 94207 19 0 0 25 0 5 0 654533782 911986688 194107 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=890612 CPUtime=933.7 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 113053 1252 0 0 93358 12 0 0 25 0 5 0 654533782 911986688 194107 33554432000 4194304 4417452 140734398279280 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=890612 CPUtime=942.27 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 347131 1252 0 0 94183 44 0 0 25 0 5 0 654533782 911986688 194107 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3760.57
Current children cumulated vsize (KiB) 890612

[startup+1002.3 s]
/proc/loadavg: 8.11 8.01 6.28 9/293 12115
/proc/meminfo: memFree=20138772/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=985424 CPUtime=4000.01 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 744445 1252 0 0 399908 93 0 0 24 0 5 0 654533777 1009074176 217810 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 246356 217810 180 55 0 244242 0
[pid=12079/tid=12086] ppid=12077 vsize=985424 CPUtime=1002.26 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 117814 1252 0 0 100213 13 0 0 25 0 5 0 654533782 1009074176 217810 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=985424 CPUtime=1002.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 149396 1252 0 0 100206 20 0 0 25 0 5 0 654533782 1009074176 217810 33554432000 4194304 4417452 140734398279280 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=985424 CPUtime=993.15 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 120995 1252 0 0 99302 13 0 0 25 0 5 0 654533782 1009074176 217810 33554432000 4194304 4417452 140734398279280 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=985424 CPUtime=1002.26 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 354099 1252 0 0 100181 45 0 0 25 0 5 0 654533782 1009074176 217810 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4000.01
Current children cumulated vsize (KiB) 985424

[startup+1062.3 s]
/proc/loadavg: 8.10 8.02 6.39 9/293 12117
/proc/meminfo: memFree=20163172/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=912456 CPUtime=4239.49 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 745310 1252 0 0 423855 94 0 0 24 0 5 0 654533777 934354944 199600 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 228114 199600 180 55 0 226000 0
[pid=12079/tid=12086] ppid=12077 vsize=912456 CPUtime=1062.27 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 117814 1252 0 0 106213 14 0 0 25 0 5 0 654533782 934354944 199600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=912456 CPUtime=1062.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 149396 1252 0 0 106206 20 0 0 25 0 5 0 654533782 934354944 199600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=912456 CPUtime=1052.61 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 121860 1252 0 0 105248 13 0 0 25 0 5 0 654533782 934354944 199600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=912456 CPUtime=1062.27 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 354099 1252 0 0 106182 45 0 0 25 0 5 0 654533782 934354944 199600 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4239.49
Current children cumulated vsize (KiB) 912456

[startup+1122.3 s]
/proc/loadavg: 8.15 8.03 6.49 9/293 12263
/proc/meminfo: memFree=20626008/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=941164 CPUtime=4478.95 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 752455 1252 0 0 447800 95 0 0 24 0 5 0 654533777 963751936 206745 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 235291 206745 180 55 0 233177 0
[pid=12079/tid=12086] ppid=12077 vsize=941164 CPUtime=1122.27 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 118778 1252 0 0 112213 14 0 0 25 0 5 0 654533782 963751936 206745 33554432000 4194304 4417452 140734398279280 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=941164 CPUtime=1122.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 155577 1252 0 0 112206 20 0 0 25 0 5 0 654533782 963751936 206745 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=941164 CPUtime=1112.06 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 121860 1252 0 0 111193 13 0 0 25 0 5 0 654533782 963751936 206745 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=941164 CPUtime=1122.27 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 354099 1252 0 0 112182 45 0 0 25 0 5 0 654533782 963751936 206745 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.95
Current children cumulated vsize (KiB) 941164

[startup+1182.3 s]
/proc/loadavg: 8.15 8.05 6.59 9/293 12265
/proc/meminfo: memFree=20737944/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=737380 CPUtime=4718.41 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 880693 1252 0 0 471724 117 0 0 24 0 5 0 654533777 755077120 155799 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 184345 155799 180 55 0 182231 0
[pid=12079/tid=12086] ppid=12077 vsize=737380 CPUtime=1182.27 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 125074 1252 0 0 118213 14 0 0 25 0 5 0 654533782 755077120 155799 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354323 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=737380 CPUtime=1182.26 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 157625 1252 0 0 118205 21 0 0 25 0 5 0 654533782 755077120 155799 33554432000 4194304 4417452 140734398279280 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=737380 CPUtime=1171.53 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 125323 1252 0 0 117139 14 0 0 25 0 5 0 654533782 755077120 155799 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=737380 CPUtime=1182.27 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 470530 1252 0 0 118161 66 0 0 25 0 5 0 654533782 755077120 155799 33554432000 4194304 4417452 140734398279280 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4718.41
Current children cumulated vsize (KiB) 737380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.16 8.06 6.64 9/293 12266
/proc/meminfo: memFree=20674064/32951124 swapFree=66457188/67111528
[pid=12079] ppid=12077 vsize=796392 CPUtime=4800.24 cores=1,3,5,7
/proc/12079/stat : 12079 (plingeling) S 12077 12079 4856 0 -1 4202496 895446 1252 0 0 479906 118 0 0 24 0 5 0 654533777 815505408 170552 33554432000 4194304 4417452 140734398279280 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12079/statm: 199098 170552 180 55 0 196984 0
[pid=12079/tid=12086] ppid=12077 vsize=796392 CPUtime=1202.78 cores=1,3,5,7
/proc/12079/task/12086/stat : 12086 (plingeling) R 12077 12079 4856 0 -1 4202560 125074 1252 0 0 120264 14 0 0 25 0 5 0 654533782 815505408 170552 33554432000 4194304 4417452 140734398279280 18446744073709551615 4307420 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12079/tid=12087] ppid=12077 vsize=796392 CPUtime=1202.77 cores=1,3,5,7
/proc/12079/task/12087/stat : 12087 (plingeling) R 12077 12079 4856 0 -1 4202560 170011 1252 0 0 120255 22 0 0 25 0 5 0 654533782 815505408 170552 33554432000 4194304 4417452 140734398279280 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12079/tid=12088] ppid=12077 vsize=796392 CPUtime=1191.84 cores=1,3,5,7
/proc/12079/task/12088/stat : 12088 (plingeling) R 12077 12079 4856 0 -1 4202560 127690 1252 0 0 119170 14 0 0 25 0 5 0 654533782 815505408 170552 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12079/tid=12089] ppid=12077 vsize=796392 CPUtime=1202.78 cores=1,3,5,7
/proc/12079/task/12089/stat : 12089 (plingeling) R 12077 12079 4856 0 -1 4202560 470530 1252 0 0 120212 66 0 0 25 0 5 0 654533782 815505408 170552 33554432000 4194304 4417452 140734398279280 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 796392

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.31
CPU user time (s): 4799.1
CPU system time (s): 1.21181
CPU usage (%): 399.08
Max. virtual memory (cumulated for all children) (KiB): 1171396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.1
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 896698
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= 133
involuntary context switches= 23663

runsolver used 2.99454 second user time and 7.95479 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 05:15:56
IDJOB=3371132
IDBENCH=83796
IDSOLVER=1848
FILE ID=node132/3371132-1305429356
RUNJOBID= node132-1305429206-11795
PBS_JOBID= 13324569
Free space on /tmp= 73364 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371132-1305429356/watcher-3371132-1305429356 -o /tmp/evaluation-result-3371132-1305429356/solver-3371132-1305429356 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371132-1305429356.cnf

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

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=274766883

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      21327248 kB
Buffers:        287236 kB
Cached:        5604028 kB
SwapCached:       6904 kB
Active:        4994496 kB
Inactive:      6325620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21327248 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:     5426772 kB
Mapped:          19480 kB
Slab:           217664 kB
PageTables:      24640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34984456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73368 MiB
End job on node132 at 2011-05-15 05:36:01