Trace number 3262606

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.07 1202.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
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 variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

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-3262606-1304095105/watcher-3262606-1304095105 -o /tmp/evaluation-result-3262606-1304095105/solver-3262606-1304095105 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262606-1304095105.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: 6.27 7.67 7.87 1/170 25445
/proc/meminfo: memFree=30899852/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) R 25443 25445 25415 0 -1 4202496 451 1251 0 0 0 0 0 0 25 0 1 0 521110150 9658368 380 33554432000 4194304 4417332 140735007626496 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25445/statm: 2358 380 147 55 0 244 0

[startup+0.11172 s]
/proc/loadavg: 6.27 7.67 7.87 1/170 25445
/proc/meminfo: memFree=30899852/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=53996 CPUtime=0.38 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1567 1251 0 0 38 0 0 0 25 0 5 0 521110150 55291904 1276 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 13499 1276 179 55 0 11385 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 53996

[startup+0.201051 s]
/proc/loadavg: 6.27 7.67 7.87 1/170 25445
/proc/meminfo: memFree=30899852/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=54732 CPUtime=0.74 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1861 1251 0 0 74 0 0 0 25 0 5 0 521110150 56045568 1469 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 13683 1469 179 55 0 11569 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 54732

[startup+0.301034 s]
/proc/loadavg: 6.27 7.67 7.87 1/170 25445
/proc/meminfo: memFree=30899852/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=56548 CPUtime=1.14 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 2315 1251 0 0 114 0 0 0 25 0 5 0 521110150 57905152 1923 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 14137 1923 179 55 0 12023 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 56548

[startup+0.700965 s]
/proc/loadavg: 6.27 7.67 7.87 1/170 25445
/proc/meminfo: memFree=30899852/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=58972 CPUtime=2.74 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 3198 1251 0 0 274 0 0 0 25 0 5 0 521110150 60387328 2529 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 14743 2529 179 55 0 12629 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 58972

[startup+1.50083 s]
/proc/loadavg: 6.27 7.67 7.87 10/184 25472
/proc/meminfo: memFree=30873324/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=60720 CPUtime=5.93 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 5122 1251 0 0 593 0 0 0 25 0 5 0 521110150 62177280 2966 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 15180 2966 179 55 0 13066 0
[pid=25445/tid=25452] ppid=25443 vsize=60720 CPUtime=1.48 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 880 1251 0 0 148 0 0 0 25 0 5 0 521110152 62177280 2966 33554432000 4194304 4417332 140735007626496 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=60720 CPUtime=1.48 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 763 1251 0 0 148 0 0 0 25 0 5 0 521110152 62177280 2966 33554432000 4194304 4417332 140735007626496 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=60720 CPUtime=1.47 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 741 1251 0 0 147 0 0 0 25 0 5 0 521110152 62177280 2966 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365849 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=60720 CPUtime=1.48 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 1743 1251 0 0 148 0 0 0 25 0 5 0 521110152 62177280 2966 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 60720

[startup+3.10055 s]
/proc/loadavg: 6.27 7.67 7.87 10/184 25472
/proc/meminfo: memFree=30865884/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=64224 CPUtime=12.33 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 9961 1251 0 0 1232 1 0 0 25 0 5 0 521110150 65765376 3860 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 16056 3860 179 55 0 13942 0
[pid=25445/tid=25452] ppid=25443 vsize=64224 CPUtime=3.08 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 1733 1251 0 0 308 0 0 0 25 0 5 0 521110152 65765376 3860 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=64224 CPUtime=3.07 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 1651 1251 0 0 307 0 0 0 25 0 5 0 521110152 65765376 3860 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=64224 CPUtime=3.06 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 2033 1251 0 0 306 0 0 0 25 0 5 0 521110152 65765376 3860 33554432000 4194304 4417332 140735007626496 18446744073709551615 4321373 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=64224 CPUtime=3.07 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 3549 1251 0 0 307 0 0 0 25 0 5 0 521110152 65765376 3860 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 64224

[startup+6.301 s]
/proc/loadavg: 6.65 7.73 7.89 9/184 25472
/proc/meminfo: memFree=30841432/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=69980 CPUtime=24.55 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 23394 1251 0 0 2451 4 0 0 25 0 5 0 521110150 71659520 5299 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 17495 5299 179 55 0 15381 0
[pid=25445/tid=25452] ppid=25443 vsize=69980 CPUtime=6.28 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 5244 1251 0 0 627 1 0 0 25 0 5 0 521110152 71659520 5299 33554432000 4194304 4417332 140735007626496 18446744073709551615 4366185 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=69980 CPUtime=6.27 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 5504 1251 0 0 627 0 0 0 25 0 5 0 521110152 71659520 5299 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=69980 CPUtime=5.81 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 5270 1251 0 0 580 1 0 0 25 0 5 0 521110152 71659520 5299 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=69980 CPUtime=6.15 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 6381 1251 0 0 614 1 0 0 25 0 5 0 521110152 71659520 5299 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364336 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 69980

[startup+12.7009 s]
/proc/loadavg: 6.76 7.73 7.89 9/184 25472
/proc/meminfo: memFree=30820216/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=74936 CPUtime=50.02 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 45846 1251 0 0 4993 9 0 0 25 0 5 0 521110150 76734464 6538 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 18734 6538 179 55 0 16620 0
[pid=25445/tid=25452] ppid=25443 vsize=74936 CPUtime=12.68 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 10755 1251 0 0 1266 2 0 0 25 0 5 0 521110152 76734464 6538 33554432000 4194304 4417332 140735007626496 18446744073709551615 4356907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=74936 CPUtime=12.67 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 11409 1251 0 0 1266 1 0 0 25 0 5 0 521110152 76734464 6538 33554432000 4194304 4417332 140735007626496 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=74936 CPUtime=12.21 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 11291 1251 0 0 1219 2 0 0 25 0 5 0 521110152 76734464 6538 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364618 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=74936 CPUtime=12.42 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 11396 1251 0 0 1239 3 0 0 25 0 5 0 521110152 76734464 6538 33554432000 4194304 4417332 140735007626496 18446744073709551615 4357730 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 74936

[startup+25.5007 s]
/proc/loadavg: 7.03 7.74 7.89 9/184 25473
/proc/meminfo: memFree=30807280/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=81548 CPUtime=101.15 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 87066 1251 0 0 10100 15 0 0 25 0 5 0 521110150 83505152 8191 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 20387 8191 179 55 0 18273 0
[pid=25445/tid=25452] ppid=25443 vsize=81548 CPUtime=25.48 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 20381 1251 0 0 2545 3 0 0 25 0 5 0 521110152 83505152 8191 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=81548 CPUtime=25.47 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 22871 1251 0 0 2544 3 0 0 25 0 5 0 521110152 83505152 8191 33554432000 4194304 4417332 140735007626496 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=81548 CPUtime=25.02 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 20700 1251 0 0 2498 4 0 0 25 0 5 0 521110152 83505152 8191 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=81548 CPUtime=25.15 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 22119 1251 0 0 2511 4 0 0 25 0 5 0 521110152 83505152 8191 33554432000 4194304 4417332 140735007626496 18446744073709551615 4352280 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 81548

[startup+51.1062 s]
/proc/loadavg: 7.43 7.78 7.90 9/184 25474
/proc/meminfo: memFree=30783324/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=93752 CPUtime=203.36 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 166506 1251 0 0 20309 27 0 0 25 0 5 0 521110150 96002048 11224 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 23438 11224 179 55 0 21324 0
[pid=25445/tid=25452] ppid=25443 vsize=93752 CPUtime=51.08 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 37542 1251 0 0 5103 5 0 0 25 0 5 0 521110152 96002048 11224 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=93752 CPUtime=51.08 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 43959 1251 0 0 5102 6 0 0 25 0 5 0 521110152 96002048 11224 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=93752 CPUtime=50.62 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 42550 1251 0 0 5056 6 0 0 25 0 5 0 521110152 96002048 11224 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=93752 CPUtime=50.54 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 41460 1251 0 0 5046 8 0 0 25 0 5 0 521110152 96002048 11224 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364475 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.36
Current children cumulated vsize (KiB) 93752

[startup+102.3 s]
/proc/loadavg: 7.89 7.84 7.91 9/184 25475
/proc/meminfo: memFree=30764960/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=105916 CPUtime=407.83 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 288483 1251 0 0 40737 46 0 0 25 0 5 0 521110150 108457984 14265 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 26479 14265 179 55 0 24365 0
[pid=25445/tid=25452] ppid=25443 vsize=105916 CPUtime=102.28 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 67639 1251 0 0 10219 9 0 0 25 0 5 0 521110152 108457984 14265 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=105916 CPUtime=102.28 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 74448 1251 0 0 10217 11 0 0 25 0 5 0 521110152 108457984 14265 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=105916 CPUtime=101.82 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 72369 1251 0 0 10171 11 0 0 25 0 5 0 521110152 108457984 14265 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364965 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=105916 CPUtime=101.43 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 73032 1251 0 0 10129 14 0 0 25 0 5 0 521110152 108457984 14265 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.83
Current children cumulated vsize (KiB) 105916

[startup+162.301 s]
/proc/loadavg: 8.03 7.88 7.92 9/184 25476
/proc/meminfo: memFree=30717204/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=125048 CPUtime=647.48 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 406847 1251 0 0 64679 69 0 0 25 0 5 0 521110150 128049152 19048 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 31262 19048 179 55 0 29148 0
[pid=25445/tid=25452] ppid=25443 vsize=125048 CPUtime=162.28 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 93918 1251 0 0 16214 14 0 0 25 0 5 0 521110152 128049152 19048 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=125048 CPUtime=162.27 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 101165 1251 0 0 16212 15 0 0 25 0 5 0 521110152 128049152 19048 33554432000 4194304 4417332 140735007626496 18446744073709551615 4366029 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=125048 CPUtime=161.82 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 100354 1251 0 0 16166 16 0 0 25 0 5 0 521110152 128049152 19048 33554432000 4194304 4417332 140735007626496 18446744073709551615 4366725 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=125048 CPUtime=161.07 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 110415 1251 0 0 16084 23 0 0 25 0 5 0 521110152 128049152 19048 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365134 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.48
Current children cumulated vsize (KiB) 125048


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

[pid=25445/tid=25453] ppid=25443 vsize=163244 CPUtime=762.27 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 307059 1251 0 0 76180 47 0 0 25 0 5 0 521110152 167161856 28597 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=163244 CPUtime=761.83 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 324109 1251 0 0 76133 50 0 0 25 0 5 0 521110152 167161856 28597 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=163244 CPUtime=757.43 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 345485 1251 0 0 75676 67 0 0 25 0 5 0 521110152 167161856 28597 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3043.87
Current children cumulated vsize (KiB) 163244

[startup+822.301 s]
/proc/loadavg: 8.01 8.02 7.96 9/184 25494
/proc/meminfo: memFree=30614356/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=182784 CPUtime=3283.5 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1372482 1251 0 0 328121 229 0 0 25 0 5 0 521110150 187170816 33482 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 45696 33482 179 55 0 43582 0
[pid=25445/tid=25452] ppid=25443 vsize=182784 CPUtime=822.29 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 340480 1251 0 0 82176 53 0 0 25 0 5 0 521110152 187170816 33482 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=182784 CPUtime=822.27 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 321075 1251 0 0 82178 49 0 0 25 0 5 0 521110152 187170816 33482 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=182784 CPUtime=821.83 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 340794 1251 0 0 82131 52 0 0 25 0 5 0 521110152 187170816 33482 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=182784 CPUtime=817.07 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 369138 1251 0 0 81634 73 0 0 25 0 5 0 521110152 187170816 33482 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.5
Current children cumulated vsize (KiB) 182784

[startup+882.3 s]
/proc/loadavg: 8.16 8.04 7.97 9/184 25496
/proc/meminfo: memFree=30561020/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=175648 CPUtime=3523.16 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1447961 1251 0 0 352073 243 0 0 25 0 5 0 521110150 179863552 31698 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 43912 31698 179 55 0 41798 0
[pid=25445/tid=25452] ppid=25443 vsize=175648 CPUtime=882.29 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 360208 1251 0 0 88173 56 0 0 25 0 5 0 521110152 179863552 31698 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=175648 CPUtime=882.26 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 335138 1251 0 0 88175 51 0 0 25 0 5 0 521110152 179863552 31698 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=175648 CPUtime=881.83 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 364292 1251 0 0 88126 57 0 0 25 0 5 0 521110152 179863552 31698 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=175648 CPUtime=876.72 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 387328 1251 0 0 87596 76 0 0 25 0 5 0 521110152 179863552 31698 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.16
Current children cumulated vsize (KiB) 175648

[startup+942.301 s]
/proc/loadavg: 8.13 8.05 7.97 9/184 25497
/proc/meminfo: memFree=30575880/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=183528 CPUtime=3762.79 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1502949 1251 0 0 376027 252 0 0 25 0 5 0 521110150 187932672 33668 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 45882 33668 179 55 0 43768 0
[pid=25445/tid=25452] ppid=25443 vsize=183528 CPUtime=942.29 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 370994 1251 0 0 94171 58 0 0 25 0 5 0 521110152 187932672 33668 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=183528 CPUtime=942.26 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 345081 1251 0 0 94173 53 0 0 25 0 5 0 521110152 187932672 33668 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=183528 CPUtime=941.83 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 376666 1251 0 0 94124 59 0 0 25 0 5 0 521110152 187932672 33668 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=183528 CPUtime=936.36 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 409213 1251 0 0 93556 80 0 0 25 0 5 0 521110152 187932672 33668 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.79
Current children cumulated vsize (KiB) 183528

[startup+1002.3 s]
/proc/loadavg: 8.05 8.04 7.97 9/184 25499
/proc/meminfo: memFree=30615540/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=175516 CPUtime=4002.42 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1568936 1251 0 0 399979 263 0 0 25 0 5 0 521110150 179728384 31672 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 43879 31672 179 55 0 41765 0
[pid=25445/tid=25452] ppid=25443 vsize=175516 CPUtime=1002.3 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 385563 1251 0 0 100169 61 0 0 25 0 5 0 521110152 179728384 31672 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=175516 CPUtime=1002.26 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 364405 1251 0 0 100170 56 0 0 25 0 5 0 521110152 179728384 31672 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=175516 CPUtime=1001.84 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 389519 1251 0 0 100122 62 0 0 25 0 5 0 521110152 179728384 31672 33554432000 4194304 4417332 140735007626496 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=175516 CPUtime=996 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 428454 1251 0 0 99517 83 0 0 25 0 5 0 521110152 179728384 31672 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 175516

[startup+1062.3 s]
/proc/loadavg: 8.07 8.04 7.98 9/184 25500
/proc/meminfo: memFree=30601388/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=174180 CPUtime=4242.06 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1626770 1251 0 0 423933 273 0 0 25 0 5 0 521110150 178360320 31338 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 43545 31338 179 55 0 41431 0
[pid=25445/tid=25452] ppid=25443 vsize=174180 CPUtime=1062.3 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 399279 1251 0 0 106167 63 0 0 25 0 5 0 521110152 178360320 31338 33554432000 4194304 4417332 140735007626496 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=174180 CPUtime=1062.26 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 375610 1251 0 0 106169 57 0 0 25 0 5 0 521110152 178360320 31338 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=174180 CPUtime=1061.83 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 404863 1251 0 0 106119 64 0 0 25 0 5 0 521110152 178360320 31338 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=174180 CPUtime=1055.63 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 446023 1251 0 0 105476 87 0 0 25 0 5 0 521110152 178360320 31338 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.06
Current children cumulated vsize (KiB) 174180

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 7.98 9/184 25502
/proc/meminfo: memFree=30592192/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=180024 CPUtime=4481.7 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1684918 1251 0 0 447887 283 0 0 25 0 5 0 521110150 184344576 32806 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 45006 32806 179 55 0 42892 0
[pid=25445/tid=25452] ppid=25443 vsize=180024 CPUtime=1122.3 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 409571 1251 0 0 112165 65 0 0 25 0 5 0 521110152 184344576 32806 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=180024 CPUtime=1122.25 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 389141 1251 0 0 112166 59 0 0 25 0 5 0 521110152 184344576 32806 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=180024 CPUtime=1121.84 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 420401 1251 0 0 112117 67 0 0 25 0 5 0 521110152 184344576 32806 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364336 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=180024 CPUtime=1115.28 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 464810 1251 0 0 111437 91 0 0 25 0 5 0 521110152 184344576 32806 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4481.7
Current children cumulated vsize (KiB) 180024

[startup+1182.3 s]
/proc/loadavg: 8.09 8.05 7.99 9/184 25504
/proc/meminfo: memFree=30522484/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=215464 CPUtime=4721.32 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1746706 1251 0 0 471838 294 0 0 25 0 5 0 521110150 220635136 41652 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 53866 41652 179 55 0 51752 0
[pid=25445/tid=25452] ppid=25443 vsize=215464 CPUtime=1182.3 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 424868 1251 0 0 118163 67 0 0 25 0 5 0 521110152 220635136 41652 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=215464 CPUtime=1182.24 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 403467 1251 0 0 118163 61 0 0 25 0 5 0 521110152 220635136 41652 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=215464 CPUtime=1181.84 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 436923 1251 0 0 118115 69 0 0 25 0 5 0 521110152 220635136 41652 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=215464 CPUtime=1174.91 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 480453 1251 0 0 117396 95 0 0 25 0 5 0 521110152 220635136 41652 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.32
Current children cumulated vsize (KiB) 215464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.06 8.05 7.99 5/178 25505
/proc/meminfo: memFree=30753540/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=193896 CPUtime=4800.03 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1768665 1251 0 0 479705 298 0 0 25 0 5 0 521110150 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 48474 36264 179 55 0 46360 0
[pid=25445/tid=25452] ppid=25443 vsize=193896 CPUtime=1202.01 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 434950 1251 0 0 120132 69 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=193896 CPUtime=1201.94 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 406259 1251 0 0 120132 62 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=193896 CPUtime=1201.54 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 441771 1251 0 0 120084 70 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=193896 CPUtime=1194.49 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 484690 1251 0 0 119354 95 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 193896

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

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

[startup+1202 s]
/proc/loadavg: 8.06 8.05 7.99 5/178 25505
/proc/meminfo: memFree=30753540/32951132 swapFree=67111356/67111528
[pid=25445] ppid=25443 vsize=193896 CPUtime=4800.03 cores=0,2,4,6
/proc/25445/stat : 25445 (plingeling) S 25443 25445 25415 0 -1 4202496 1768665 1251 0 0 479705 298 0 0 25 0 5 0 521110150 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25445/statm: 48474 36264 179 55 0 46360 0
[pid=25445/tid=25452] ppid=25443 vsize=193896 CPUtime=1202.01 cores=0,2,4,6
/proc/25445/task/25452/stat : 25452 (plingeling) R 25443 25445 25415 0 -1 4202560 434950 1251 0 0 120132 69 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25445/tid=25453] ppid=25443 vsize=193896 CPUtime=1201.94 cores=0,2,4,6
/proc/25445/task/25453/stat : 25453 (plingeling) R 25443 25445 25415 0 -1 4202560 406259 1251 0 0 120132 62 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25445/tid=25454] ppid=25443 vsize=193896 CPUtime=1201.54 cores=0,2,4,6
/proc/25445/task/25454/stat : 25454 (plingeling) R 25443 25445 25415 0 -1 4202560 441771 1251 0 0 120084 70 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25445/tid=25455] ppid=25443 vsize=193896 CPUtime=1194.49 cores=0,2,4,6
/proc/25445/task/25455/stat : 25455 (plingeling) R 25443 25445 25415 0 -1 4202560 484690 1251 0 0 119354 95 0 0 25 0 5 0 521110152 198549504 36264 33554432000 4194304 4417332 140735007626496 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 193896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.02
CPU time (s): 4800.07
CPU user time (s): 4797.07
CPU system time (s): 2.99654
CPU usage (%): 399.334
Max. virtual memory (cumulated for all children) (KiB): 235716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.07
system time used= 2.99654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1769916
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= 84
involuntary context switches= 23139

runsolver used 2.01969 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 18:38:25
IDJOB=3262606
IDBENCH=83356
IDSOLVER=1605
FILE ID=node131/3262606-1304095105
RUNJOBID= node131-1304095105-25433
PBS_JOBID= 13170594
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=1197505232

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      30900140 kB
Buffers:        192636 kB
Cached:        1484032 kB
SwapCached:        168 kB
Active:         138128 kB
Inactive:      1604468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30900140 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:             556 kB
Writeback:           0 kB
AnonPages:       65852 kB
Mapped:          14644 kB
Slab:           242684 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-29 18:58:29