Trace number 3262562

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.37 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262562-1304094378/watcher-3262562-1304094378 -o /tmp/evaluation-result-3262562-1304094378/solver-3262562-1304094378 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262562-1304094378.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.95 8.05 7.97 5/181 18980
/proc/meminfo: memFree=30090276/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) R 18978 18980 18710 0 -1 4202496 452 1259 0 0 0 0 0 0 25 0 1 0 521040157 9658368 381 33554432000 4194304 4417332 140733494935056 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/18980/statm: 2358 381 147 55 0 244 0

[startup+0.12857 s]
/proc/loadavg: 7.95 8.05 7.97 5/181 18980
/proc/meminfo: memFree=30090276/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=53084 CPUtime=0.46 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1305 1259 0 0 46 0 0 0 25 0 5 0 521040157 54358016 1057 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 13271 1057 178 55 0 11157 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 53084

[startup+0.200556 s]
/proc/loadavg: 7.95 8.05 7.97 5/181 18980
/proc/meminfo: memFree=30090276/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=53872 CPUtime=0.75 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1502 1259 0 0 75 0 0 0 25 0 5 0 521040157 55164928 1254 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 13468 1254 178 55 0 11354 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 53872

[startup+0.300538 s]
/proc/loadavg: 7.95 8.05 7.97 5/181 18980
/proc/meminfo: memFree=30090276/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=55416 CPUtime=1.15 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1940 1259 0 0 115 0 0 0 25 0 5 0 521040157 56745984 1640 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 13854 1640 178 55 0 11740 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 55416

[startup+0.700462 s]
/proc/loadavg: 7.95 8.05 7.97 5/181 18980
/proc/meminfo: memFree=30090276/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=124468 CPUtime=2.74 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 3317 1259 0 0 274 0 0 0 25 0 5 0 521040157 127455232 2560 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 31117 2560 179 55 0 29003 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 124468

[startup+1.50031 s]
/proc/loadavg: 7.95 8.05 7.97 9/186 18990
/proc/meminfo: memFree=30115416/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=125224 CPUtime=5.94 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 6287 1259 0 0 593 1 0 0 25 0 5 0 521040157 128229376 2749 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 31306 2749 179 55 0 29192 0
[pid=18980/tid=18987] ppid=18978 vsize=125224 CPUtime=1.48 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 867 1259 0 0 148 0 0 0 25 0 5 0 521040159 128229376 2749 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=125224 CPUtime=1.47 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 1414 1259 0 0 147 0 0 0 25 0 5 0 521040159 128229376 2749 33554432000 4194304 4417332 140733494935056 18446744073709551615 4366002 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=125224 CPUtime=1.47 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 1152 1259 0 0 147 0 0 0 25 0 5 0 521040159 128229376 2749 33554432000 4194304 4417332 140733494935056 18446744073709551615 4352306 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=125224 CPUtime=1.48 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 1939 1259 0 0 148 0 0 0 25 0 5 0 521040159 128229376 2749 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 125224

[startup+3.10101 s]
/proc/loadavg: 7.95 8.05 7.97 9/186 18990
/proc/meminfo: memFree=30107348/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=126956 CPUtime=12.34 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 12341 1259 0 0 1232 2 0 0 25 0 5 0 521040157 130002944 3182 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 31739 3182 179 55 0 29625 0
[pid=18980/tid=18987] ppid=18978 vsize=126956 CPUtime=3.08 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 2310 1259 0 0 308 0 0 0 25 0 5 0 521040159 130002944 3182 33554432000 4194304 4417332 140733494935056 18446744073709551615 4353734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=126956 CPUtime=3.07 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 2908 1259 0 0 307 0 0 0 25 0 5 0 521040159 130002944 3182 33554432000 4194304 4417332 140733494935056 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=126956 CPUtime=3.06 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 2498 1259 0 0 306 0 0 0 25 0 5 0 521040159 130002944 3182 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=126956 CPUtime=3.08 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 3710 1259 0 0 308 0 0 0 25 0 5 0 521040159 130002944 3182 33554432000 4194304 4417332 140733494935056 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 126956

[startup+6.3004 s]
/proc/loadavg: 7.95 8.05 7.97 9/186 18990
/proc/meminfo: memFree=30116620/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=132260 CPUtime=25.11 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 28391 1259 0 0 2507 4 0 0 25 0 5 0 521040157 135434240 4501 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 33065 4501 179 55 0 30951 0
[pid=18980/tid=18987] ppid=18978 vsize=132260 CPUtime=6.28 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 6143 1259 0 0 627 1 0 0 25 0 5 0 521040159 135434240 4501 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=132260 CPUtime=6.28 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 7173 1259 0 0 627 1 0 0 25 0 5 0 521040159 135434240 4501 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=132260 CPUtime=6.24 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 6573 1259 0 0 624 0 0 0 25 0 5 0 521040159 135434240 4501 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=132260 CPUtime=6.28 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 7587 1259 0 0 627 1 0 0 25 0 5 0 521040159 135434240 4501 33554432000 4194304 4417332 140733494935056 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 132260

[startup+12.7012 s]
/proc/loadavg: 8.03 8.07 7.97 9/186 18990
/proc/meminfo: memFree=30110076/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=139428 CPUtime=50.69 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 51042 1259 0 0 5061 8 0 0 25 0 5 0 521040157 142774272 6325 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 34857 6325 179 55 0 32743 0
[pid=18980/tid=18987] ppid=18978 vsize=139428 CPUtime=12.68 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 11894 1259 0 0 1266 2 0 0 25 0 5 0 521040159 142774272 6325 33554432000 4194304 4417332 140733494935056 18446744073709551615 4354362 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=139428 CPUtime=12.68 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 12986 1259 0 0 1266 2 0 0 25 0 5 0 521040159 142774272 6325 33554432000 4194304 4417332 140733494935056 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=139428 CPUtime=12.62 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 12846 1259 0 0 1261 1 0 0 25 0 5 0 521040159 142774272 6325 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=139428 CPUtime=12.68 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 12401 1259 0 0 1266 2 0 0 25 0 5 0 521040159 142774272 6325 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 139428

[startup+25.5008 s]
/proc/loadavg: 8.09 8.08 7.98 9/186 18991
/proc/meminfo: memFree=30094820/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=146564 CPUtime=101.82 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 90308 1259 0 0 10168 14 0 0 25 0 5 0 521040157 150081536 8077 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 36641 8077 179 55 0 34527 0
[pid=18980/tid=18987] ppid=18978 vsize=146564 CPUtime=25.47 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 20304 1259 0 0 2545 2 0 0 25 0 5 0 521040159 150081536 8077 33554432000 4194304 4417332 140733494935056 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=146564 CPUtime=25.48 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 21776 1259 0 0 2545 3 0 0 25 0 5 0 521040159 150081536 8077 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=146564 CPUtime=25.35 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 22589 1259 0 0 2532 3 0 0 25 0 5 0 521040159 150081536 8077 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=146564 CPUtime=25.48 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 24724 1259 0 0 2544 4 0 0 25 0 5 0 521040159 150081536 8077 33554432000 4194304 4417332 140733494935056 18446744073709551615 4236852 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 146564

[startup+51.1009 s]
/proc/loadavg: 8.06 8.07 7.98 9/186 18991
/proc/meminfo: memFree=30091068/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=156652 CPUtime=204.09 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 169821 1259 0 0 20381 28 0 0 25 0 5 0 521040157 160411648 10599 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 39163 10599 179 55 0 37049 0
[pid=18980/tid=18987] ppid=18978 vsize=156652 CPUtime=51.08 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 40855 1259 0 0 5101 7 0 0 25 0 5 0 521040159 160411648 10599 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=156652 CPUtime=51.07 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 42720 1259 0 0 5101 6 0 0 25 0 5 0 521040159 160411648 10599 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=156652 CPUtime=50.81 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 42797 1259 0 0 5075 6 0 0 25 0 5 0 521040159 160411648 10599 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=156652 CPUtime=51.08 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 42534 1259 0 0 5101 7 0 0 25 0 5 0 521040159 160411648 10599 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 156652

[startup+102.301 s]
/proc/loadavg: 8.08 8.07 7.98 9/186 18993
/proc/meminfo: memFree=30047268/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=166480 CPUtime=408.64 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 271583 1259 0 0 40821 43 0 0 25 0 5 0 521040157 170475520 13056 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 41620 13056 179 55 0 39506 0
[pid=18980/tid=18987] ppid=18978 vsize=166480 CPUtime=102.29 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 66712 1259 0 0 10219 10 0 0 25 0 5 0 521040159 170475520 13056 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=166480 CPUtime=102.27 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 67519 1259 0 0 10217 10 0 0 25 0 5 0 521040159 170475520 13056 33554432000 4194304 4417332 140733494935056 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=166480 CPUtime=101.75 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 69242 1259 0 0 10165 10 0 0 25 0 5 0 521040159 170475520 13056 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=166480 CPUtime=102.29 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 67195 1259 0 0 10218 11 0 0 25 0 5 0 521040159 170475520 13056 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 166480

[startup+162.301 s]
/proc/loadavg: 8.08 8.07 7.99 9/186 18994
/proc/meminfo: memFree=30009792/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=175192 CPUtime=648.31 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 363466 1259 0 0 64775 56 0 0 25 0 5 0 521040157 179396608 15241 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 43798 15241 179 55 0 41684 0
[pid=18980/tid=18987] ppid=18978 vsize=175192 CPUtime=162.29 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 89404 1259 0 0 16215 14 0 0 25 0 5 0 521040159 179396608 15241 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=175192 CPUtime=162.26 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 85720 1259 0 0 16213 13 0 0 25 0 5 0 521040159 179396608 15241 33554432000 4194304 4417332 140733494935056 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=175192 CPUtime=161.42 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 93091 1259 0 0 16130 12 0 0 25 0 5 0 521040159 179396608 15241 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=175192 CPUtime=162.28 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 94336 1259 0 0 16214 14 0 0 25 0 5 0 521040159 179396608 15241 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 175192


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

[pid=18980/tid=18988] ppid=18978 vsize=223680 CPUtime=702.24 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 238343 1259 0 0 70187 37 0 0 25 0 5 0 521040159 229048320 27357 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=223680 CPUtime=698.51 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 249695 1259 0 0 69815 36 0 0 25 0 5 0 521040159 229048320 27357 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=223680 CPUtime=702.31 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 255622 1259 0 0 70192 39 0 0 25 0 5 0 521040159 229048320 27357 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 223680

[startup+762.301 s]
/proc/loadavg: 8.17 8.11 8.02 9/186 19047
/proc/meminfo: memFree=30053528/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=225124 CPUtime=3045.09 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1040106 1259 0 0 304352 157 0 0 25 0 5 0 521040157 230526976 27718 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 56281 27718 180 55 0 54167 0
[pid=18980/tid=18987] ppid=18978 vsize=225124 CPUtime=762.31 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 253841 1259 0 0 76193 38 0 0 25 0 5 0 521040159 230526976 27718 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=225124 CPUtime=762.24 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 250876 1259 0 0 76186 38 0 0 25 0 5 0 521040159 230526976 27718 33554432000 4194304 4417332 140733494935056 18446744073709551615 4250882 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=225124 CPUtime=758.19 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 260993 1259 0 0 75781 38 0 0 25 0 5 0 521040159 230526976 27718 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=225124 CPUtime=762.32 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 273481 1259 0 0 76191 41 0 0 25 0 5 0 521040159 230526976 27718 33554432000 4194304 4417332 140733494935056 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 225124

[startup+822.3 s]
/proc/loadavg: 8.16 8.12 8.03 9/186 19049
/proc/meminfo: memFree=30050020/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=234116 CPUtime=3284.75 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1079553 1259 0 0 328312 163 0 0 25 0 5 0 521040157 239734784 29979 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 58529 29979 180 55 0 56415 0
[pid=18980/tid=18987] ppid=18978 vsize=234116 CPUtime=822.31 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 261318 1259 0 0 82191 40 0 0 25 0 5 0 521040159 239734784 29979 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=234116 CPUtime=822.23 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 257789 1259 0 0 82184 39 0 0 25 0 5 0 521040159 239734784 29979 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=234116 CPUtime=817.86 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 269300 1259 0 0 81747 39 0 0 25 0 5 0 521040159 239734784 29979 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=234116 CPUtime=822.31 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 290231 1259 0 0 82188 43 0 0 25 0 5 0 521040159 239734784 29979 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 234116

[startup+882.307 s]
/proc/loadavg: 8.15 8.12 8.03 9/186 19050
/proc/meminfo: memFree=30037716/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=229668 CPUtime=3524.46 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1151011 1259 0 0 352271 175 0 0 25 0 5 0 521040157 235180032 28854 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 57417 28854 180 55 0 55303 0
[pid=18980/tid=18987] ppid=18978 vsize=229668 CPUtime=882.32 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 277960 1259 0 0 88189 43 0 0 25 0 5 0 521040159 235180032 28854 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=229668 CPUtime=882.24 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 275845 1259 0 0 88182 42 0 0 25 0 5 0 521040159 235180032 28854 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=229668 CPUtime=877.55 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 284158 1259 0 0 87713 42 0 0 25 0 5 0 521040159 235180032 28854 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=229668 CPUtime=882.31 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 312133 1259 0 0 88185 46 0 0 25 0 5 0 521040159 235180032 28854 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 229668

[startup+942.301 s]
/proc/loadavg: 8.13 8.13 8.04 9/186 19052
/proc/meminfo: memFree=30015864/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=247008 CPUtime=3764.11 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1227887 1259 0 0 376223 188 0 0 25 0 5 0 521040157 252936192 33189 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 61752 33189 180 55 0 59638 0
[pid=18980/tid=18987] ppid=18978 vsize=247008 CPUtime=942.31 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 296282 1259 0 0 94185 46 0 0 25 0 5 0 521040159 252936192 33189 33554432000 4194304 4417332 140733494935056 18446744073709551615 4262479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=247008 CPUtime=942.23 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 295427 1259 0 0 94177 46 0 0 25 0 5 0 521040159 252936192 33189 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=247008 CPUtime=937.22 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 304095 1259 0 0 93677 45 0 0 25 0 5 0 521040159 252936192 33189 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364529 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=247008 CPUtime=942.31 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 331168 1259 0 0 94182 49 0 0 25 0 5 0 521040159 252936192 33189 33554432000 4194304 4417332 140733494935056 18446744073709551615 4365477 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 247008

[startup+1002.3 s]
/proc/loadavg: 8.12 8.13 8.04 9/186 19054
/proc/meminfo: memFree=30026128/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=232144 CPUtime=4003.79 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1289917 1259 0 0 400181 198 0 0 25 0 5 0 521040157 237715456 29504 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 58036 29504 180 55 0 55922 0
[pid=18980/tid=18987] ppid=18978 vsize=232144 CPUtime=1002.31 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 310270 1259 0 0 100183 48 0 0 25 0 5 0 521040159 237715456 29504 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=232144 CPUtime=1002.22 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 307602 1259 0 0 100174 48 0 0 25 0 5 0 521040159 237715456 29504 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=232144 CPUtime=996.89 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 318869 1259 0 0 99641 48 0 0 25 0 5 0 521040159 237715456 29504 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=232144 CPUtime=1002.31 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 352261 1259 0 0 100179 52 0 0 25 0 5 0 521040159 237715456 29504 33554432000 4194304 4417332 140733494935056 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 232144

[startup+1062.3 s]
/proc/loadavg: 8.04 8.10 8.04 10/186 19055
/proc/meminfo: memFree=30008996/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=249912 CPUtime=4243.46 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1334629 1259 0 0 424143 203 0 0 25 0 5 0 521040157 255909888 33946 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 62478 33946 180 55 0 60364 0
[pid=18980/tid=18987] ppid=18978 vsize=249912 CPUtime=1062.32 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 315673 1259 0 0 106183 49 0 0 25 0 5 0 521040159 255909888 33946 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=249912 CPUtime=1062.22 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 318511 1259 0 0 106173 49 0 0 25 0 5 0 521040159 255909888 33946 33554432000 4194304 4417332 140733494935056 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=249912 CPUtime=1056.56 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 329419 1259 0 0 105607 49 0 0 25 0 5 0 521040159 255909888 33946 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=249912 CPUtime=1062.32 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 370111 1259 0 0 106177 55 0 0 25 0 5 0 521040159 255909888 33946 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 249912

[startup+1122.3 s]
/proc/loadavg: 8.01 8.08 8.03 9/186 19057
/proc/meminfo: memFree=30013536/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=249104 CPUtime=4483.13 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1397886 1259 0 0 448100 213 0 0 25 0 5 0 521040157 255082496 33744 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 62276 33744 180 55 0 60162 0
[pid=18980/tid=18987] ppid=18978 vsize=249104 CPUtime=1122.32 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 329874 1259 0 0 112181 51 0 0 25 0 5 0 521040159 255082496 33744 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=249104 CPUtime=1122.21 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 341034 1259 0 0 112169 52 0 0 25 0 5 0 521040159 255082496 33744 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=249104 CPUtime=1116.24 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 339373 1259 0 0 111573 51 0 0 25 0 5 0 521040159 255082496 33744 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=249104 CPUtime=1122.32 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 386690 1259 0 0 112175 57 0 0 25 0 5 0 521040159 255082496 33744 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 249104

[startup+1182.3 s]
/proc/loadavg: 8.00 8.06 8.02 9/186 19058
/proc/meminfo: memFree=29994792/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=243672 CPUtime=4722.81 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1449460 1259 0 0 472061 220 0 0 25 0 5 0 521040157 249520128 32355 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 60918 32355 180 55 0 58804 0
[pid=18980/tid=18987] ppid=18978 vsize=243672 CPUtime=1182.32 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 343380 1259 0 0 118179 53 0 0 25 0 5 0 521040159 249520128 32355 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=243672 CPUtime=1182.21 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 352762 1259 0 0 118168 53 0 0 25 0 5 0 521040159 249520128 32355 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=243672 CPUtime=1175.92 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 350220 1259 0 0 117540 52 0 0 25 0 5 0 521040159 249520128 32355 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=243672 CPUtime=1182.32 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 402183 1259 0 0 118172 60 0 0 25 0 5 0 521040159 249520128 32355 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 243672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.06 8.02 9/186 19059
/proc/meminfo: memFree=29989448/32951124 swapFree=67111416/67111528
[pid=18980] ppid=18978 vsize=243632 CPUtime=4800.33 cores=0,2,4,6
/proc/18980/stat : 18980 (plingeling) S 18978 18980 18710 0 -1 4202496 1462793 1259 0 0 479810 223 0 0 25 0 5 0 521040157 249479168 32345 33554432000 4194304 4417332 140733494935056 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18980/statm: 60908 32345 180 55 0 58794 0
[pid=18980/tid=18987] ppid=18978 vsize=243632 CPUtime=1201.73 cores=0,2,4,6
/proc/18980/task/18987/stat : 18987 (plingeling) R 18978 18980 18710 0 -1 4202560 343926 1259 0 0 120120 53 0 0 25 0 5 0 521040159 249479168 32345 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364608 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18980/tid=18988] ppid=18978 vsize=243632 CPUtime=1201.61 cores=0,2,4,6
/proc/18980/task/18988/stat : 18988 (plingeling) R 18978 18980 18710 0 -1 4202560 354087 1259 0 0 120108 53 0 0 25 0 5 0 521040159 249479168 32345 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18980/tid=18989] ppid=18978 vsize=243632 CPUtime=1195.21 cores=0,2,4,6
/proc/18980/task/18989/stat : 18989 (plingeling) R 18978 18980 18710 0 -1 4202560 353101 1259 0 0 119468 53 0 0 25 0 5 0 521040159 249479168 32345 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18980/tid=18990] ppid=18978 vsize=243632 CPUtime=1201.73 cores=0,2,4,6
/proc/18980/task/18990/stat : 18990 (plingeling) R 18978 18980 18710 0 -1 4202560 410764 1259 0 0 120112 61 0 0 25 0 5 0 521040159 249479168 32345 33554432000 4194304 4417332 140733494935056 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 243632

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): 1201.72
CPU time (s): 4800.37
CPU user time (s): 4798.13
CPU system time (s): 2.23666
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 280208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.13
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1464052
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= 97
involuntary context switches= 34530

runsolver used 1.92871 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:26:18
IDJOB=3262562
IDBENCH=83323
IDSOLVER=1605
FILE ID=node102/3262562-1304094378
RUNJOBID= node102-1304092886-18728
PBS_JOBID= 13170584
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262562-1304094378/watcher-3262562-1304094378 -o /tmp/evaluation-result-3262562-1304094378/solver-3262562-1304094378 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262562-1304094378.cnf

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=278160422

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      30090308 kB
Buffers:        653440 kB
Cached:        1545692 kB
SwapCached:          8 kB
Active:         431336 kB
Inactive:      2004924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30090308 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:      237484 kB
Mapped:          15492 kB
Slab:           360028 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   421488 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= 71560 MiB
End job on node102 at 2011-04-29 18:46:22