Trace number 3371014

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.24 1203.86

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14637
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3371014-1305419765/watcher-3371014-1305419765 -o /tmp/evaluation-result-3371014-1305419765/solver-3371014-1305419765 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371014-1305419765.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.91 7.81 7.59 3/365 6974
/proc/meminfo: memFree=18279904/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) R 6972 6974 6932 0 -1 4202496 366 1252 0 0 0 0 0 0 25 0 1 0 732207160 9445376 296 33554432000 4194304 4417452 140733363742160 18446744073709551615 224284925696 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/6974/statm: 2306 296 147 55 0 192 0

[startup+0.0997901 s]
/proc/loadavg: 6.91 7.81 7.59 3/365 6974
/proc/meminfo: memFree=18279904/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=121456 CPUtime=0.3 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 2584 1252 0 0 30 0 0 0 25 0 5 0 732207160 124370944 1714 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 30364 1714 177 55 0 28250 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 121456

[startup+0.100788 s]
/proc/loadavg: 6.91 7.81 7.59 3/365 6974
/proc/meminfo: memFree=18279904/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=121456 CPUtime=0.3 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 2584 1252 0 0 30 0 0 0 25 0 5 0 732207160 124370944 1714 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 30364 1714 177 55 0 28250 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 121456

[startup+0.300756 s]
/proc/loadavg: 6.91 7.81 7.59 3/365 6974
/proc/meminfo: memFree=18279904/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=125112 CPUtime=1.1 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 3899 1252 0 0 110 0 0 0 25 0 5 0 732207160 128114688 2694 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 31278 2694 180 55 0 29164 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 125112

[startup+0.700689 s]
/proc/loadavg: 6.91 7.81 7.59 3/365 6974
/proc/meminfo: memFree=18279904/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=128552 CPUtime=2.69 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 5510 1252 0 0 269 0 0 0 25 0 5 0 732207160 131637248 3554 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 32138 3554 180 55 0 30024 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 128552

[startup+1.50056 s]
/proc/loadavg: 6.91 7.81 7.59 10/375 6989
/proc/meminfo: memFree=18244296/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=132872 CPUtime=5.89 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 9260 1252 0 0 588 1 0 0 25 0 5 0 732207160 136060928 4660 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 33218 4660 180 55 0 31104 0
[pid=6974/tid=6982] ppid=6972 vsize=132872 CPUtime=1.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 701 1252 0 0 147 0 0 0 25 0 5 0 732207163 136060928 4660 33554432000 4194304 4417452 140733363742160 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=132872 CPUtime=1.45 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 529 1252 0 0 145 0 0 0 25 0 5 0 732207163 136060928 4660 33554432000 4194304 4417452 140733363742160 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=132872 CPUtime=1.46 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 1492 1252 0 0 146 0 0 0 19 0 5 0 732207163 136060928 4660 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=132872 CPUtime=1.46 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 5086 1252 0 0 146 0 0 0 25 0 5 0 732207163 136060928 4660 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 132872

[startup+3.10029 s]
/proc/loadavg: 6.91 7.81 7.59 9/375 6989
/proc/meminfo: memFree=18233260/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=136304 CPUtime=12.27 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 14774 1252 0 0 1226 1 0 0 25 0 5 0 732207160 139575296 5524 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 34076 5524 180 55 0 31962 0
[pid=6974/tid=6982] ppid=6972 vsize=136304 CPUtime=3.07 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 901 1252 0 0 307 0 0 0 25 0 5 0 732207163 139575296 5524 33554432000 4194304 4417452 140733363742160 18446744073709551615 4249978 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=136304 CPUtime=3.03 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 729 1252 0 0 303 0 0 0 25 0 5 0 732207163 139575296 5524 33554432000 4194304 4417452 140733363742160 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=136304 CPUtime=3.06 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 2535 1252 0 0 306 0 0 0 23 0 5 0 732207163 139575296 5524 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=136304 CPUtime=3.06 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 9157 1252 0 0 306 0 0 0 25 0 5 0 732207163 139575296 5524 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 136304

[startup+6.30076 s]
/proc/loadavg: 7.00 7.81 7.59 9/375 6989
/proc/meminfo: memFree=18211200/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=149764 CPUtime=25.03 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 30037 1252 0 0 2499 4 0 0 25 0 5 0 732207160 153358336 8872 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 37441 8872 180 55 0 35327 0
[pid=6974/tid=6982] ppid=6972 vsize=149764 CPUtime=6.26 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 3404 1252 0 0 626 0 0 0 25 0 5 0 732207163 153358336 8872 33554432000 4194304 4417452 140733363742160 18446744073709551615 4250961 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=149764 CPUtime=6.19 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 3237 1252 0 0 619 0 0 0 25 0 5 0 732207163 153358336 8872 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=149764 CPUtime=6.26 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 6346 1252 0 0 625 1 0 0 25 0 5 0 732207163 153358336 8872 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=149764 CPUtime=6.26 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 15598 1252 0 0 624 2 0 0 25 0 5 0 732207163 153358336 8872 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 149764

[startup+12.7007 s]
/proc/loadavg: 7.16 7.83 7.60 9/375 6989
/proc/meminfo: memFree=18172956/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=166140 CPUtime=50.56 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 56965 1252 0 0 5046 10 0 0 25 0 5 0 732207160 170127360 12951 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 41535 12951 180 55 0 39421 0
[pid=6974/tid=6982] ppid=6972 vsize=166140 CPUtime=12.66 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 9288 1252 0 0 1265 1 0 0 25 0 5 0 732207163 170127360 12951 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=166140 CPUtime=12.52 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 9795 1252 0 0 1250 2 0 0 25 0 5 0 732207163 170127360 12951 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=166140 CPUtime=12.66 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 10526 1252 0 0 1265 1 0 0 25 0 5 0 732207163 170127360 12951 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364687 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=166140 CPUtime=12.66 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 25904 1252 0 0 1262 4 0 0 25 0 5 0 732207163 170127360 12951 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 166140

[startup+25.5006 s]
/proc/loadavg: 7.34 7.84 7.60 9/375 6989
/proc/meminfo: memFree=18123404/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=182208 CPUtime=101.6 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 112500 1252 0 0 10139 21 0 0 25 0 5 0 732207160 186580992 16968 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 45552 16968 180 55 0 43438 0
[pid=6974/tid=6982] ppid=6972 vsize=182208 CPUtime=25.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 21317 1252 0 0 2543 4 0 0 25 0 5 0 732207163 186580992 16968 33554432000 4194304 4417452 140733363742160 18446744073709551615 4232677 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=182208 CPUtime=25.16 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 19863 1252 0 0 2512 4 0 0 25 0 5 0 732207163 186580992 16968 33554432000 4194304 4417452 140733363742160 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=182208 CPUtime=25.46 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 22989 1252 0 0 2542 4 0 0 25 0 5 0 732207163 186580992 16968 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=182208 CPUtime=25.46 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 46879 1252 0 0 2538 8 0 0 25 0 5 0 732207163 186580992 16968 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 182208

[startup+51.1003 s]
/proc/loadavg: 7.57 7.85 7.61 9/375 6991
/proc/meminfo: memFree=18057276/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=234164 CPUtime=203.7 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 198836 1252 0 0 20335 35 0 0 25 0 5 0 732207160 239783936 29957 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 58541 29957 180 55 0 56427 0
[pid=6974/tid=6982] ppid=6972 vsize=234164 CPUtime=51.06 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 42440 1252 0 0 5099 7 0 0 25 0 5 0 732207163 239783936 29957 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=234164 CPUtime=50.46 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 37356 1252 0 0 5039 7 0 0 25 0 5 0 732207163 239783936 29957 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=234164 CPUtime=51.06 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 42594 1252 0 0 5099 7 0 0 25 0 5 0 732207163 239783936 29957 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=234164 CPUtime=51.06 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 74994 1252 0 0 5093 13 0 0 25 0 5 0 732207163 239783936 29957 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 234164

[startup+102.314 s]
/proc/loadavg: 7.89 7.90 7.64 9/375 6991
/proc/meminfo: memFree=17962136/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=262480 CPUtime=407.95 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 321125 1252 0 0 40741 54 0 0 25 0 5 0 732207160 268779520 37036 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 65620 37036 180 55 0 63506 0
[pid=6974/tid=6982] ppid=6972 vsize=262480 CPUtime=102.27 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 70949 1252 0 0 10216 11 0 0 25 0 5 0 732207163 268779520 37036 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=262480 CPUtime=101.06 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 68879 1252 0 0 10095 11 0 0 25 0 5 0 732207163 268779520 37036 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=262480 CPUtime=102.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 69517 1252 0 0 10216 11 0 0 25 0 5 0 732207163 268779520 37036 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=262480 CPUtime=102.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 110328 1252 0 0 10209 18 0 0 25 0 5 0 732207163 268779520 37036 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 262480

[startup+162.301 s]
/proc/loadavg: 8.07 7.96 7.67 9/375 6993
/proc/meminfo: memFree=17797904/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=327908 CPUtime=647.19 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 440196 1252 0 0 64646 73 0 0 25 0 5 0 732207160 335777792 53393 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 81977 53393 180 55 0 79863 0
[pid=6974/tid=6982] ppid=6972 vsize=327908 CPUtime=162.26 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 101134 1252 0 0 16210 16 0 0 25 0 5 0 732207163 335777792 53393 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=327908 CPUtime=160.35 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 107130 1252 0 0 16016 19 0 0 25 0 5 0 732207163 335777792 53393 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=327908 CPUtime=162.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 103316 1252 0 0 16211 16 0 0 25 0 5 0 732207163 335777792 53393 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=327908 CPUtime=162.26 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 127164 1252 0 0 16205 21 0 0 25 0 5 0 732207163 335777792 53393 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.19
Current children cumulated vsize (KiB) 327908


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

[pid=6974/tid=6983] ppid=6972 vsize=599692 CPUtime=693.97 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 311164 1252 0 0 69349 48 0 0 25 0 5 0 732207163 614084608 121371 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=599692 CPUtime=702.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 241333 1252 0 0 70191 36 0 0 25 0 5 0 732207163 614084608 121371 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=599692 CPUtime=702.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 281723 1252 0 0 70182 45 0 0 25 0 5 0 732207163 614084608 121371 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2800.03
Current children cumulated vsize (KiB) 599692

[startup+762.314 s]
/proc/loadavg: 8.25 8.14 7.88 9/375 7012
/proc/meminfo: memFree=17069032/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=703432 CPUtime=3039.37 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1175424 1252 0 0 303756 181 0 0 25 0 5 0 732207160 720314368 147306 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 175858 147306 180 55 0 173744 0
[pid=6974/tid=6982] ppid=6972 vsize=703432 CPUtime=761.48 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 286380 1252 0 0 76105 43 0 0 25 0 5 0 732207163 720314368 147306 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=703432 CPUtime=753.27 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 332306 1252 0 0 75276 51 0 0 25 0 5 0 732207163 720314368 147306 33554432000 4194304 4417452 140733363742160 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=703432 CPUtime=762.29 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 263232 1252 0 0 76190 39 0 0 25 0 5 0 732207163 720314368 147306 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=703432 CPUtime=762.29 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 292054 1252 0 0 76182 47 0 0 25 0 5 0 732207163 720314368 147306 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.37
Current children cumulated vsize (KiB) 703432

[startup+822.301 s]
/proc/loadavg: 8.14 8.12 7.89 9/375 7014
/proc/meminfo: memFree=17078156/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=712396 CPUtime=3278.61 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1213218 1252 0 0 327674 187 0 0 25 0 5 0 732207160 729493504 149546 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 178099 149546 180 55 0 175985 0
[pid=6974/tid=6982] ppid=6972 vsize=712396 CPUtime=821.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 303196 1252 0 0 82101 46 0 0 25 0 5 0 732207163 729493504 149546 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=712396 CPUtime=812.55 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 337702 1252 0 0 81203 52 0 0 25 0 5 0 732207163 729493504 149546 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=712396 CPUtime=822.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 271257 1252 0 0 82187 40 0 0 25 0 5 0 732207163 729493504 149546 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=712396 CPUtime=822.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 299611 1252 0 0 82179 48 0 0 25 0 5 0 732207163 729493504 149546 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.61
Current children cumulated vsize (KiB) 712396

[startup+882.301 s]
/proc/loadavg: 8.09 8.11 7.90 9/375 7016
/proc/meminfo: memFree=16952756/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=773196 CPUtime=3517.9 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1249328 1252 0 0 351597 193 0 0 25 0 5 0 732207160 791752704 164746 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 193299 164746 180 55 0 191185 0
[pid=6974/tid=6982] ppid=6972 vsize=773196 CPUtime=881.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 303196 1252 0 0 88101 46 0 0 25 0 5 0 732207163 791752704 164746 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=773196 CPUtime=871.83 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 356255 1252 0 0 87129 54 0 0 25 0 5 0 732207163 791752704 164746 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=773196 CPUtime=882.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 281700 1252 0 0 88185 42 0 0 25 0 5 0 732207163 791752704 164746 33554432000 4194304 4417452 140733363742160 18446744073709551615 4255643 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=773196 CPUtime=882.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 306725 1252 0 0 88178 49 0 0 25 0 5 0 732207163 791752704 164746 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3517.9
Current children cumulated vsize (KiB) 773196

[startup+942.301 s]
/proc/loadavg: 8.08 8.10 7.91 9/375 7016
/proc/meminfo: memFree=16842836/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=868020 CPUtime=3757.2 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1282698 1252 0 0 375520 200 0 0 25 0 5 0 732207160 888852480 188453 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 217005 188453 180 55 0 214891 0
[pid=6974/tid=6982] ppid=6972 vsize=868020 CPUtime=941.46 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 307292 1252 0 0 94100 46 0 0 25 0 5 0 732207163 888852480 188453 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=868020 CPUtime=931.14 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 370448 1252 0 0 93056 58 0 0 25 0 5 0 732207163 888852480 188453 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=868020 CPUtime=942.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 296781 1252 0 0 94182 45 0 0 25 0 5 0 732207163 888852480 188453 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=868020 CPUtime=942.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 306725 1252 0 0 94178 49 0 0 25 0 5 0 732207163 888852480 188453 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.2
Current children cumulated vsize (KiB) 868020

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 7.92 9/375 7018
/proc/meminfo: memFree=16570864/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=899456 CPUtime=3996.5 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1327679 1252 0 0 399440 210 0 0 25 0 5 0 732207160 921042944 196312 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 224864 196312 180 55 0 222750 0
[pid=6974/tid=6982] ppid=6972 vsize=899456 CPUtime=1001.46 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 333062 1252 0 0 100095 51 0 0 25 0 5 0 732207163 921042944 196312 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=899456 CPUtime=990.42 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 374544 1252 0 0 98984 58 0 0 25 0 5 0 732207163 921042944 196312 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=899456 CPUtime=1002.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 296781 1252 0 0 100182 45 0 0 25 0 5 0 732207163 921042944 196312 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=899456 CPUtime=1002.28 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 321840 1252 0 0 100175 53 0 0 25 0 5 0 732207163 921042944 196312 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3996.5
Current children cumulated vsize (KiB) 899456

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 7.93 9/375 7020
/proc/meminfo: memFree=16510296/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=902564 CPUtime=4235.8 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1361099 1252 0 0 423364 216 0 0 25 0 5 0 732207160 924225536 197089 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 225641 197089 180 55 0 223527 0
[pid=6974/tid=6982] ppid=6972 vsize=902564 CPUtime=1061.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 336479 1252 0 0 106095 52 0 0 25 0 5 0 732207163 924225536 197089 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=902564 CPUtime=1049.72 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 382585 1252 0 0 104912 60 0 0 25 0 5 0 732207163 924225536 197089 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=902564 CPUtime=1062.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 318743 1252 0 0 106178 49 0 0 25 0 5 0 732207163 924225536 197089 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=902564 CPUtime=1062.28 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 321840 1252 0 0 106175 53 0 0 25 0 5 0 732207163 924225536 197089 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4235.8
Current children cumulated vsize (KiB) 902564

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 7.95 9/375 7022
/proc/meminfo: memFree=16417628/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=964188 CPUtime=4475.08 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1381831 1252 0 0 447289 219 0 0 25 0 5 0 732207160 987328512 212495 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 241047 212495 180 55 0 238933 0
[pid=6974/tid=6982] ppid=6972 vsize=964188 CPUtime=1121.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 345103 1252 0 0 112093 54 0 0 25 0 5 0 732207163 987328512 212495 33554432000 4194304 4417452 140733363742160 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=964188 CPUtime=1109 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 386971 1252 0 0 110840 60 0 0 25 0 5 0 732207163 987328512 212495 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=964188 CPUtime=1122.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 318743 1252 0 0 112178 49 0 0 25 0 5 0 732207163 987328512 212495 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=964188 CPUtime=1122.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 329562 1252 0 0 112174 53 0 0 25 0 5 0 732207163 987328512 212495 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4475.08
Current children cumulated vsize (KiB) 964188

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 7.96 9/375 7024
/proc/meminfo: memFree=16636684/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=1046024 CPUtime=4714.38 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1461570 1252 0 0 471206 232 0 0 25 0 5 0 732207160 1071128576 232936 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 261506 232936 180 55 0 259392 0
[pid=6974/tid=6982] ppid=6972 vsize=1046024 CPUtime=1181.47 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 361734 1252 0 0 118090 57 0 0 25 0 5 0 732207163 1071128576 232936 33554432000 4194304 4417452 140733363742160 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=1046024 CPUtime=1168.3 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 411916 1252 0 0 116765 65 0 0 25 0 5 0 732207163 1071128576 232936 33554432000 4194304 4417452 140733363742160 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=1046024 CPUtime=1182.27 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 348714 1252 0 0 118173 54 0 0 25 0 5 0 732207163 1071128576 232936 33554432000 4194304 4417452 140733363742160 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=1046024 CPUtime=1182.27 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 337754 1252 0 0 118173 54 0 0 25 0 5 0 732207163 1071128576 232936 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4714.38
Current children cumulated vsize (KiB) 1046024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.17 8.14 7.96 5/370 7025
/proc/meminfo: memFree=17357524/32951124 swapFree=45193364/67111528
[pid=6974] ppid=6972 vsize=1032772 CPUtime=4800.14 cores=1,3,5,7
/proc/6974/stat : 6974 (plingeling) S 6972 6974 6932 0 -1 4202496 1479921 1252 0 0 479778 236 0 0 25 0 5 0 732207160 1057558528 229609 33554432000 4194304 4417452 140733363742160 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6974/statm: 258193 229609 180 55 0 256079 0
[pid=6974/tid=6982] ppid=6972 vsize=1032772 CPUtime=1202.99 cores=1,3,5,7
/proc/6974/task/6982/stat : 6982 (plingeling) R 6972 6974 6932 0 -1 4202560 361734 1252 0 0 120242 57 0 0 25 0 5 0 732207163 1057558528 229609 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6974/tid=6983] ppid=6972 vsize=1032772 CPUtime=1189.54 cores=1,3,5,7
/proc/6974/task/6983/stat : 6983 (plingeling) R 6972 6974 6932 0 -1 4202560 430267 1252 0 0 118886 68 0 0 25 0 5 0 732207163 1057558528 229609 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6974/tid=6984] ppid=6972 vsize=1032772 CPUtime=1203.79 cores=1,3,5,7
/proc/6974/task/6984/stat : 6984 (plingeling) R 6972 6974 6932 0 -1 4202560 348714 1252 0 0 120325 54 0 0 25 0 5 0 732207163 1057558528 229609 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6974/tid=6985] ppid=6972 vsize=1032772 CPUtime=1203.8 cores=1,3,5,7
/proc/6974/task/6985/stat : 6985 (plingeling) R 6972 6974 6932 0 -1 4202560 337754 1252 0 0 120325 55 0 0 25 0 5 0 732207163 1057558528 229609 33554432000 4194304 4417452 140733363742160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1032772

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): 1203.86
CPU time (s): 4800.24
CPU user time (s): 4797.83
CPU system time (s): 2.40064
CPU usage (%): 398.738
Max. virtual memory (cumulated for all children) (KiB): 1060932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.40063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1481173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86
involuntary context switches= 35309

runsolver used 3.99939 second user time and 10.2554 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 02:36:05
IDJOB=3371014
IDBENCH=71487
IDSOLVER=1848
FILE ID=node118/3371014-1305419765
RUNJOBID= node118-1305419765-6951
PBS_JOBID= 13324586
Free space on /tmp= 73048 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g7.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371014-1305419765/watcher-3371014-1305419765 -o /tmp/evaluation-result-3371014-1305419765/solver-3371014-1305419765 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371014-1305419765.cnf

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=702266569

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18280680 kB
Buffers:        279868 kB
Cached:        4389516 kB
SwapCached:      22084 kB
Active:       11777352 kB
Inactive:      2587656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18280680 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            1364 kB
Writeback:           0 kB
AnonPages:     9686872 kB
Mapped:          15376 kB
Slab:           148956 kB
PageTables:      90340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88642196 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= 73048 MiB
End job on node118 at 2011-05-15 02:56:11