Trace number 3262034

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.09 1201.92

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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-3262034-1304092642/watcher-3262034-1304092642 -o /tmp/evaluation-result-3262034-1304092642/solver-3262034-1304092642 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262034-1304092642.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: 3.76 5.12 6.67 3/177 26434
/proc/meminfo: memFree=30935664/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 216 0 0 0 0 0 0 0 18 0 1 0 520861310 8937472 147 33554432000 4194304 4417332 140736537214544 18446744073709551615 239476694784 0 0 4096 0 18446744071562362840 0 0 17 2 0 0 0
/proc/26434/statm: 2182 147 122 55 0 68 0

[startup+0.090929 s]
/proc/loadavg: 3.76 5.12 6.67 3/177 26434
/proc/meminfo: memFree=30935664/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=17156 CPUtime=0.02 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) R 26431 26434 25640 0 -1 4202496 2405 1251 0 3 2 0 0 0 18 0 1 0 520861310 17567744 2313 33554432000 4194304 4417332 140736537214544 18446744073709551615 4231569 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26434/statm: 4289 2313 148 55 0 2175 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17156

[startup+0.100959 s]
/proc/loadavg: 3.76 5.12 6.67 3/177 26434
/proc/meminfo: memFree=30935664/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=18128 CPUtime=0.03 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) R 26431 26434 25640 0 -1 4202496 2633 1251 0 3 3 0 0 0 18 0 1 0 520861310 18563072 2542 33554432000 4194304 4417332 140736537214544 18446744073709551615 239476388845 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26434/statm: 4597 2562 148 55 0 2483 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18128

[startup+0.323783 s]
/proc/loadavg: 3.76 5.12 6.67 3/177 26434
/proc/meminfo: memFree=30935664/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=61324 CPUtime=0.9 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 4091 1251 0 3 90 0 0 0 18 0 5 0 520861310 62795776 3056 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 15331 3056 181 55 0 13217 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 61324

[startup+0.700709 s]
/proc/loadavg: 3.76 5.12 6.67 3/177 26434
/proc/meminfo: memFree=30935664/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=61324 CPUtime=2.4 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 4154 1251 0 3 240 0 0 0 18 0 5 0 520861310 62795776 3119 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 15331 3119 181 55 0 13217 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 61324

[startup+1.50056 s]
/proc/loadavg: 3.76 5.12 6.67 10/186 26453
/proc/meminfo: memFree=30909504/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=129872 CPUtime=5.6 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 4965 1251 0 3 560 0 0 0 18 0 5 0 520861310 132988928 3921 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 32468 3921 181 55 0 30354 0
[pid=26434/tid=26450] ppid=26431 vsize=129872 CPUtime=1.39 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 571 1251 0 3 139 0 0 0 23 0 5 0 520861320 132988928 3921 33554432000 4194304 4417332 140736537214544 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=129872 CPUtime=1.38 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 498 1251 0 3 138 0 0 0 23 0 5 0 520861320 132988928 3921 33554432000 4194304 4417332 140736537214544 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=129872 CPUtime=1.38 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 358 1251 0 3 138 0 0 0 23 0 5 0 520861320 132988928 3921 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=129872 CPUtime=1.39 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 813 1251 0 3 139 0 0 0 23 0 5 0 520861320 132988928 3921 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 129872

[startup+3.10025 s]
/proc/loadavg: 4.10 5.17 6.67 10/186 26453
/proc/meminfo: memFree=30901692/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=140716 CPUtime=12 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 7800 1251 0 3 1199 1 0 0 18 0 5 0 520861310 144093184 6657 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 35179 6657 181 55 0 33065 0
[pid=26434/tid=26450] ppid=26431 vsize=140716 CPUtime=2.99 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 1316 1251 0 3 299 0 0 0 25 0 5 0 520861320 144093184 6657 33554432000 4194304 4417332 140736537214544 18446744073709551615 4309888 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=140716 CPUtime=2.97 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 1213 1251 0 3 297 0 0 0 25 0 5 0 520861320 144093184 6657 33554432000 4194304 4417332 140736537214544 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=140716 CPUtime=2.98 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 870 1251 0 3 298 0 0 0 25 0 5 0 520861320 144093184 6657 33554432000 4194304 4417332 140736537214544 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=140716 CPUtime=2.98 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 1676 1251 0 3 298 0 0 0 25 0 5 0 520861320 144093184 6657 33554432000 4194304 4417332 140736537214544 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 140716

[startup+6.30064 s]
/proc/loadavg: 4.10 5.17 6.67 10/186 26453
/proc/meminfo: memFree=30877116/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=143048 CPUtime=24.78 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 10093 1251 0 3 2477 1 0 0 18 0 5 0 520861310 146481152 7222 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 35762 7222 181 55 0 33648 0
[pid=26434/tid=26450] ppid=26431 vsize=143048 CPUtime=6.19 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 1947 1251 0 3 619 0 0 0 25 0 5 0 520861320 146481152 7222 33554432000 4194304 4417332 140736537214544 18446744073709551615 4263027 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=143048 CPUtime=6.16 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 1238 1251 0 3 616 0 0 0 25 0 5 0 520861320 146481152 7222 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=143048 CPUtime=6.19 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 870 1251 0 3 619 0 0 0 25 0 5 0 520861320 146481152 7222 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=143048 CPUtime=6.18 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 3313 1251 0 3 618 0 0 0 25 0 5 0 520861320 146481152 7222 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 143048

[startup+12.7004 s]
/proc/loadavg: 4.70 5.27 6.69 10/186 26453
/proc/meminfo: memFree=30855660/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=152168 CPUtime=50.34 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 17258 1251 0 3 5032 2 0 0 18 0 5 0 520861310 155820032 9569 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 38042 9569 181 55 0 35928 0
[pid=26434/tid=26450] ppid=26431 vsize=152168 CPUtime=12.59 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 3300 1251 0 3 1259 0 0 0 25 0 5 0 520861320 155820032 9569 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=152168 CPUtime=12.52 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 2614 1251 0 3 1252 0 0 0 25 0 5 0 520861320 155820032 9569 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=152168 CPUtime=12.59 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 1191 1251 0 3 1259 0 0 0 25 0 5 0 520861320 155820032 9569 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=152168 CPUtime=12.59 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 7428 1251 0 3 1258 1 0 0 25 0 5 0 520861320 155820032 9569 33554432000 4194304 4417332 140736537214544 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 152168

[startup+25.501 s]
/proc/loadavg: 5.20 5.35 6.70 10/186 26453
/proc/meminfo: memFree=30842648/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=159988 CPUtime=101.47 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 34961 1251 0 3 10142 5 0 0 18 0 5 0 520861310 163827712 11514 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 39997 11514 181 55 0 37883 0
[pid=26434/tid=26450] ppid=26431 vsize=159988 CPUtime=25.39 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 6676 1251 0 3 2538 1 0 0 25 0 5 0 520861320 163827712 11514 33554432000 4194304 4417332 140736537214544 18446744073709551615 4354054 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=159988 CPUtime=25.24 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 6783 1251 0 3 2524 0 0 0 25 0 5 0 520861320 163827712 11514 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=159988 CPUtime=25.38 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 3922 1251 0 3 2538 0 0 0 25 0 5 0 520861320 163827712 11514 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=159988 CPUtime=25.38 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 14855 1251 0 3 2536 2 0 0 25 0 5 0 520861320 163827712 11514 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 159988

[startup+51.1011 s]
/proc/loadavg: 6.16 5.57 6.73 10/186 26454
/proc/meminfo: memFree=30826368/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=164892 CPUtime=203.74 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 76126 1251 0 3 20362 12 0 0 18 0 5 0 520861310 168849408 12687 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 41223 12687 181 55 0 39109 0
[pid=26434/tid=26450] ppid=26431 vsize=164892 CPUtime=50.99 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 18960 1251 0 3 5096 3 0 0 25 0 5 0 520861320 168849408 12687 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=164892 CPUtime=50.71 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 12810 1251 0 3 5070 1 0 0 25 0 5 0 520861320 168849408 12687 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=164892 CPUtime=50.98 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 14110 1251 0 3 5096 2 0 0 25 0 5 0 520861320 168849408 12687 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=164892 CPUtime=50.98 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 27521 1251 0 3 5094 4 0 0 25 0 5 0 520861320 168849408 12687 33554432000 4194304 4417332 140736537214544 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 164892

[startup+102.306 s]
/proc/loadavg: 7.33 6.00 6.81 10/186 26455
/proc/meminfo: memFree=30796700/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=182568 CPUtime=408.28 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 169658 1251 0 3 40802 26 0 0 18 0 5 0 520861310 186949632 17110 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 45642 17110 181 55 0 43528 0
[pid=26434/tid=26450] ppid=26431 vsize=182568 CPUtime=102.19 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 42693 1251 0 3 10213 6 0 0 25 0 5 0 520861320 186949632 17110 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=182568 CPUtime=101.63 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 31042 1251 0 3 10160 3 0 0 25 0 5 0 520861320 186949632 17110 33554432000 4194304 4417332 140736537214544 18446744073709551615 4357618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=182568 CPUtime=102.19 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 36996 1251 0 3 10212 7 0 0 25 0 5 0 520861320 186949632 17110 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=182568 CPUtime=102.2 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 56202 1251 0 3 10211 9 0 0 25 0 5 0 520861320 186949632 17110 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 182568

[startup+162.301 s]
/proc/loadavg: 7.80 6.36 6.89 10/186 26457
/proc/meminfo: memFree=30770860/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=197424 CPUtime=647.95 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 285107 1251 0 3 64751 44 0 0 18 0 5 0 520861310 202162176 20794 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 49356 20794 181 55 0 47242 0
[pid=26434/tid=26450] ppid=26431 vsize=197424 CPUtime=162.19 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 73519 1251 0 3 16208 11 0 0 25 0 5 0 520861320 202162176 20794 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=197424 CPUtime=161.3 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 59026 1251 0 3 16123 7 0 0 25 0 5 0 520861320 202162176 20794 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=197424 CPUtime=162.19 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 65450 1251 0 3 16208 11 0 0 25 0 5 0 520861320 202162176 20794 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=197424 CPUtime=162.19 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 84387 1251 0 3 16206 13 0 0 25 0 5 0 520861320 202162176 20794 33554432000 4194304 4417332 140736537214544 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.95
Current children cumulated vsize (KiB) 197424


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

[pid=26434/tid=26451] ppid=26431 vsize=256548 CPUtime=757.41 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 281475 1251 0 3 75702 39 0 0 25 0 5 0 520861320 262705152 35596 33554432000 4194304 4417332 140736537214544 18446744073709551615 4233987 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=256548 CPUtime=762.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 279660 1251 0 3 76181 41 0 0 25 0 5 0 520861320 262705152 35596 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=256548 CPUtime=762.07 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 328456 1251 0 3 76159 48 0 0 25 0 5 0 520861320 262705152 35596 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.98
Current children cumulated vsize (KiB) 256548

[startup+822.3 s]
/proc/loadavg: 8.12 7.97 7.53 10/186 26487
/proc/meminfo: memFree=30622916/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=281376 CPUtime=3283.64 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1249679 1251 0 3 328182 182 0 0 18 0 5 0 520861310 288129024 41789 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 70344 41789 181 55 0 68230 0
[pid=26434/tid=26450] ppid=26431 vsize=281376 CPUtime=822.21 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 293209 1251 0 3 82178 43 0 0 25 0 5 0 520861320 288129024 41789 33554432000 4194304 4417332 140736537214544 18446744073709551615 4310184 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=281376 CPUtime=817.08 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 301988 1251 0 3 81666 42 0 0 25 0 5 0 520861320 288129024 41789 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=281376 CPUtime=822.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 303419 1251 0 3 82177 45 0 0 25 0 5 0 520861320 288129024 41789 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=281376 CPUtime=822.07 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 348338 1251 0 3 82156 51 0 0 25 0 5 0 520861320 288129024 41789 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.64
Current children cumulated vsize (KiB) 281376

[startup+882.301 s]
/proc/loadavg: 8.08 7.99 7.56 10/186 26488
/proc/meminfo: memFree=30599444/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=282416 CPUtime=3523.32 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1353151 1251 0 3 352133 199 0 0 18 0 5 0 520861310 289193984 42073 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 70604 42073 181 55 0 68490 0
[pid=26434/tid=26450] ppid=26431 vsize=282416 CPUtime=882.21 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 324989 1251 0 3 88172 49 0 0 25 0 5 0 520861320 289193984 42073 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=282416 CPUtime=876.75 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 328160 1251 0 3 87630 45 0 0 25 0 5 0 520861320 289193984 42073 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=282416 CPUtime=882.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 327992 1251 0 3 88173 49 0 0 25 0 5 0 520861320 289193984 42073 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=282416 CPUtime=882.07 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 369285 1251 0 3 88153 54 0 0 25 0 5 0 520861320 289193984 42073 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.32
Current children cumulated vsize (KiB) 282416

[startup+942.3 s]
/proc/loadavg: 8.10 8.02 7.60 10/186 26490
/proc/meminfo: memFree=30619232/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=281936 CPUtime=3763 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1435651 1251 0 3 376090 210 0 0 18 0 5 0 520861310 288702464 41922 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 70484 41922 181 55 0 68370 0
[pid=26434/tid=26450] ppid=26431 vsize=281936 CPUtime=942.21 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 347362 1251 0 3 94169 52 0 0 25 0 5 0 520861320 288702464 41922 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=281936 CPUtime=936.43 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 348660 1251 0 3 93596 47 0 0 25 0 5 0 520861320 288702464 41922 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=281936 CPUtime=942.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 348749 1251 0 3 94171 51 0 0 25 0 5 0 520861320 288702464 41922 33554432000 4194304 4417332 140736537214544 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=281936 CPUtime=942.07 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 388155 1251 0 3 94150 57 0 0 25 0 5 0 520861320 288702464 41922 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763
Current children cumulated vsize (KiB) 281936

[startup+1002.3 s]
/proc/loadavg: 8.11 8.04 7.63 10/186 26491
/proc/meminfo: memFree=30612376/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=263560 CPUtime=4002.68 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1515818 1251 0 3 400046 222 0 0 18 0 5 0 520861310 269885440 37349 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 65890 37349 181 55 0 63776 0
[pid=26434/tid=26450] ppid=26431 vsize=263560 CPUtime=1002.21 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 364966 1251 0 3 100166 55 0 0 25 0 5 0 520861320 269885440 37349 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=263560 CPUtime=996.1 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 371031 1251 0 3 99559 51 0 0 25 0 5 0 520861320 269885440 37349 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=263560 CPUtime=1002.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 365695 1251 0 3 100168 54 0 0 25 0 5 0 520861320 269885440 37349 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=263560 CPUtime=1002.07 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 411401 1251 0 3 100147 60 0 0 25 0 5 0 520861320 269885440 37349 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.68
Current children cumulated vsize (KiB) 263560

[startup+1062.3 s]
/proc/loadavg: 8.11 8.06 7.66 10/186 26493
/proc/meminfo: memFree=30594356/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=279948 CPUtime=4242.37 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1604519 1251 0 3 424002 235 0 0 18 0 5 0 520861310 286666752 41446 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 69987 41446 181 55 0 67873 0
[pid=26434/tid=26450] ppid=26431 vsize=279948 CPUtime=1062.22 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 386105 1251 0 3 106164 58 0 0 25 0 5 0 520861320 286666752 41446 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=279948 CPUtime=1055.78 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 396425 1251 0 3 105524 54 0 0 25 0 5 0 520861320 286666752 41446 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=279948 CPUtime=1062.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 384087 1251 0 3 106165 57 0 0 25 0 5 0 520861320 286666752 41446 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=279948 CPUtime=1062.08 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 435177 1251 0 3 106144 64 0 0 25 0 5 0 520861320 286666752 41446 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 279948

[startup+1122.3 s]
/proc/loadavg: 8.24 8.10 7.70 10/186 26495
/proc/meminfo: memFree=30586876/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=290628 CPUtime=4482.05 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1687175 1251 0 3 447959 246 0 0 18 0 5 0 520861310 297603072 44116 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 72657 44116 181 55 0 70543 0
[pid=26434/tid=26450] ppid=26431 vsize=290628 CPUtime=1122.22 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 403866 1251 0 3 112161 61 0 0 25 0 5 0 520861320 297603072 44116 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=290628 CPUtime=1115.46 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 416371 1251 0 3 111489 57 0 0 25 0 5 0 520861320 297603072 44116 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=290628 CPUtime=1122.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 405818 1251 0 3 112163 59 0 0 25 0 5 0 520861320 297603072 44116 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=290628 CPUtime=1122.08 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 458395 1251 0 3 112141 67 0 0 25 0 5 0 520861320 297603072 44116 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 290628

[startup+1182.3 s]
/proc/loadavg: 8.24 8.12 7.73 10/186 26496
/proc/meminfo: memFree=30538968/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=282716 CPUtime=4721.74 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1770383 1251 0 3 471917 257 0 0 18 0 5 0 520861310 289501184 42117 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 70679 42117 181 55 0 68565 0
[pid=26434/tid=26450] ppid=26431 vsize=282716 CPUtime=1182.22 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 422471 1251 0 3 118159 63 0 0 25 0 5 0 520861320 289501184 42117 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=282716 CPUtime=1175.13 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 439452 1251 0 3 117454 59 0 0 25 0 5 0 520861320 289501184 42117 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=282716 CPUtime=1182.22 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 426744 1251 0 3 118160 62 0 0 25 0 5 0 520861320 289501184 42117 33554432000 4194304 4417332 140736537214544 18446744073709551615 4353886 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=282716 CPUtime=1182.08 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 478991 1251 0 3 118138 70 0 0 25 0 5 0 520861320 289501184 42117 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.74
Current children cumulated vsize (KiB) 282716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.16 8.11 7.73 5/181 26498
/proc/meminfo: memFree=30763800/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=282852 CPUtime=4800.06 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1791982 1251 0 3 479745 261 0 0 18 0 5 0 520861310 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 70713 42151 181 55 0 68599 0
[pid=26434/tid=26450] ppid=26431 vsize=282852 CPUtime=1201.82 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 425691 1251 0 3 120119 63 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4282352 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=282852 CPUtime=1194.63 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 445597 1251 0 3 119402 61 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=282852 CPUtime=1201.83 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 430195 1251 0 3 120120 63 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=282852 CPUtime=1201.68 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 487774 1251 0 3 120097 71 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 282852

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

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

[startup+1201.9 s]
/proc/loadavg: 8.16 8.11 7.73 5/181 26498
/proc/meminfo: memFree=30763800/32950928 swapFree=67086580/67111528
[pid=26434] ppid=26431 vsize=282852 CPUtime=4800.06 cores=0,2,4,6
/proc/26434/stat : 26434 (plingeling) S 26431 26434 25640 0 -1 4202496 1791982 1251 0 3 479745 261 0 0 18 0 5 0 520861310 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26434/statm: 70713 42151 181 55 0 68599 0
[pid=26434/tid=26450] ppid=26431 vsize=282852 CPUtime=1201.82 cores=0,2,4,6
/proc/26434/task/26450/stat : 26450 (plingeling) R 26431 26434 25640 0 -1 4202560 425691 1251 0 3 120119 63 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4282352 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26434/tid=26451] ppid=26431 vsize=282852 CPUtime=1194.63 cores=0,2,4,6
/proc/26434/task/26451/stat : 26451 (plingeling) R 26431 26434 25640 0 -1 4202560 445597 1251 0 3 119402 61 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26434/tid=26452] ppid=26431 vsize=282852 CPUtime=1201.83 cores=0,2,4,6
/proc/26434/task/26452/stat : 26452 (plingeling) R 26431 26434 25640 0 -1 4202560 430195 1251 0 3 120120 63 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26434/tid=26453] ppid=26431 vsize=282852 CPUtime=1201.68 cores=0,2,4,6
/proc/26434/task/26453/stat : 26453 (plingeling) R 26431 26434 25640 0 -1 4202560 487774 1251 0 3 120097 71 0 0 25 0 5 0 520861320 289640448 42151 33554432000 4194304 4417332 140736537214544 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 282852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.92
CPU time (s): 4800.09
CPU user time (s): 4797.47
CPU system time (s): 2.6216
CPU usage (%): 399.369
Max. virtual memory (cumulated for all children) (KiB): 336852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.47
system time used= 2.6216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1793233
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141
involuntary context switches= 26177

runsolver used 1.9787 second user time and 4.5683 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 17:57:22
IDJOB=3262034
IDBENCH=83269
IDSOLVER=1605
FILE ID=node148/3262034-1304092642
RUNJOBID= node148-1304092642-26414
PBS_JOBID= 13170546
Free space on /tmp= 71432 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262034-1304092642/watcher-3262034-1304092642 -o /tmp/evaluation-result-3262034-1304092642/solver-3262034-1304092642 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262034-1304092642.cnf

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=1859004005

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30936084 kB
Buffers:        688704 kB
Cached:         920764 kB
SwapCached:       3724 kB
Active:         104756 kB
Inactive:      1546736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30936084 kB
SwapTotal:    67111528 kB
SwapFree:     67086580 kB
Dirty:            1180 kB
Writeback:           0 kB
AnonPages:       40192 kB
Mapped:          13480 kB
Slab:           300140 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185072 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= 71432 MiB
End job on node148 at 2011-04-29 18:17:26