Trace number 3250812

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
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 variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

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

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

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


[startup+0 s]
/proc/loadavg: 7.75 7.99 7.98 7/181 3588
/proc/meminfo: memFree=30654240/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=9432 CPUtime=0 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) R 3586 3588 2974 0 -1 4202496 452 1259 0 0 0 0 0 0 25 0 1 0 253702070 9658368 380 33554432000 4194304 4417332 140733710840800 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3588/statm: 2358 380 147 55 0 244 0

[startup+0.0834541 s]
/proc/loadavg: 7.75 7.99 7.98 7/181 3588
/proc/meminfo: memFree=30654240/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=56288 CPUtime=0.25 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 2026 1259 0 0 25 0 0 0 25 0 5 0 253702070 57638912 1857 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 14072 1857 178 55 0 11958 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 56288

[startup+0.10045 s]
/proc/loadavg: 7.75 7.99 7.98 7/181 3588
/proc/meminfo: memFree=30654240/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=56532 CPUtime=0.32 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 2087 1259 0 0 32 0 0 0 25 0 5 0 253702070 57888768 1918 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 14133 1918 178 55 0 12019 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56532

[startup+0.300415 s]
/proc/loadavg: 7.75 7.99 7.98 7/181 3588
/proc/meminfo: memFree=30654240/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=121464 CPUtime=1.12 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 2293 1259 0 0 112 0 0 0 25 0 5 0 253702070 124379136 1794 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 30366 1794 178 55 0 28252 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 121464

[startup+0.700346 s]
/proc/loadavg: 7.75 7.99 7.98 7/181 3588
/proc/meminfo: memFree=30654240/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=125160 CPUtime=2.72 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 3217 1259 0 0 272 0 0 0 25 0 5 0 253702070 128163840 2718 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 31290 2718 178 55 0 29176 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 125160

[startup+1.50021 s]
/proc/loadavg: 7.75 7.99 7.98 9/186 3598
/proc/meminfo: memFree=30641100/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=129036 CPUtime=5.91 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 4187 1259 0 0 591 0 0 0 25 0 5 0 253702070 132132864 3688 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 32259 3688 179 55 0 30145 0
[pid=3588/tid=3595] ppid=3586 vsize=129036 CPUtime=1.47 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 594 1259 0 0 147 0 0 0 25 0 5 0 253702072 132132864 3688 33554432000 4194304 4417332 140733710840800 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=129036 CPUtime=1.47 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 442 1259 0 0 147 0 0 0 25 0 5 0 253702072 132132864 3688 33554432000 4194304 4417332 140733710840800 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=129036 CPUtime=1.47 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 617 1259 0 0 147 0 0 0 25 0 5 0 253702072 132132864 3688 33554432000 4194304 4417332 140733710840800 18446744073709551615 4365872 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=129036 CPUtime=1.46 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 1026 1259 0 0 146 0 0 0 25 0 5 0 253702072 132132864 3688 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366362 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 129036

[startup+3.10093 s]
/proc/loadavg: 7.75 7.99 7.98 9/186 3598
/proc/meminfo: memFree=30631800/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=136076 CPUtime=12.3 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 7218 1259 0 0 1230 0 0 0 25 0 5 0 253702070 139341824 5448 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 34019 5448 179 55 0 31905 0
[pid=3588/tid=3595] ppid=3586 vsize=136076 CPUtime=3.07 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 1471 1259 0 0 307 0 0 0 25 0 5 0 253702072 139341824 5448 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=136076 CPUtime=3.07 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 900 1259 0 0 307 0 0 0 25 0 5 0 253702072 139341824 5448 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=136076 CPUtime=3.07 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 619 1259 0 0 307 0 0 0 25 0 5 0 253702072 139341824 5448 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=136076 CPUtime=3.06 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 2720 1259 0 0 306 0 0 0 25 0 5 0 253702072 139341824 5448 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 136076

[startup+6.30036 s]
/proc/loadavg: 7.77 7.99 7.98 9/186 3598
/proc/meminfo: memFree=30619260/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=142288 CPUtime=25.08 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 13811 1259 0 0 2507 1 0 0 25 0 5 0 253702070 145702912 7026 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 35572 7026 179 55 0 33458 0
[pid=3588/tid=3595] ppid=3586 vsize=142288 CPUtime=6.27 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 2743 1259 0 0 627 0 0 0 25 0 5 0 253702072 145702912 7026 33554432000 4194304 4417332 140733710840800 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=142288 CPUtime=6.26 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 2039 1259 0 0 626 0 0 0 25 0 5 0 253702072 145702912 7026 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=142288 CPUtime=6.27 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 1982 1259 0 0 627 0 0 0 25 0 5 0 253702072 145702912 7026 33554432000 4194304 4417332 140733710840800 18446744073709551615 4255645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=142288 CPUtime=6.24 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 5539 1259 0 0 624 0 0 0 25 0 5 0 253702072 145702912 7026 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 142288

[startup+12.7002 s]
/proc/loadavg: 7.78 7.99 7.98 9/186 3598
/proc/meminfo: memFree=30609260/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=144296 CPUtime=50.64 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 32349 1259 0 0 5060 4 0 0 25 0 5 0 253702070 147759104 7528 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 36074 7528 179 55 0 33960 0
[pid=3588/tid=3595] ppid=3586 vsize=144296 CPUtime=12.67 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 6824 1259 0 0 1267 0 0 0 25 0 5 0 253702072 147759104 7528 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=144296 CPUtime=12.67 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 5888 1259 0 0 1266 1 0 0 25 0 5 0 253702072 147759104 7528 33554432000 4194304 4417332 140733710840800 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=144296 CPUtime=12.66 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 7851 1259 0 0 1266 0 0 0 25 0 5 0 253702072 147759104 7528 33554432000 4194304 4417332 140733710840800 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=144296 CPUtime=12.6 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 10278 1259 0 0 1259 1 0 0 25 0 5 0 253702072 147759104 7528 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 144296

[startup+25.501 s]
/proc/loadavg: 7.83 7.99 7.98 9/186 3599
/proc/meminfo: memFree=30599456/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=148724 CPUtime=101.78 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 72004 1259 0 0 10167 11 0 0 25 0 5 0 253702070 152293376 8635 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 37181 8635 179 55 0 35067 0
[pid=3588/tid=3595] ppid=3586 vsize=148724 CPUtime=25.47 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 15131 1259 0 0 2545 2 0 0 25 0 5 0 253702072 152293376 8635 33554432000 4194304 4417332 140733710840800 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=148724 CPUtime=25.46 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 14028 1259 0 0 2544 2 0 0 25 0 5 0 253702072 152293376 8635 33554432000 4194304 4417332 140733710840800 18446744073709551615 4248816 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=148724 CPUtime=25.46 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 20004 1259 0 0 2544 2 0 0 25 0 5 0 253702072 152293376 8635 33554432000 4194304 4417332 140733710840800 18446744073709551615 4353489 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=148724 CPUtime=25.33 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 21333 1259 0 0 2530 3 0 0 25 0 5 0 253702072 152293376 8635 33554432000 4194304 4417332 140733710840800 18446744073709551615 4321565 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 148724

[startup+51.1005 s]
/proc/loadavg: 7.89 7.99 7.98 9/186 3600
/proc/meminfo: memFree=30574756/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=166016 CPUtime=204.04 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 151137 1259 0 0 20381 23 0 0 25 0 5 0 253702070 170000384 12958 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 41504 12958 179 55 0 39390 0
[pid=3588/tid=3595] ppid=3586 vsize=166016 CPUtime=51.07 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 34232 1259 0 0 5102 5 0 0 25 0 5 0 253702072 170000384 12958 33554432000 4194304 4417332 140733710840800 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=166016 CPUtime=51.06 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 34129 1259 0 0 5101 5 0 0 25 0 5 0 253702072 170000384 12958 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=166016 CPUtime=51.07 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 44211 1259 0 0 5101 6 0 0 25 0 5 0 253702072 170000384 12958 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=166016 CPUtime=50.79 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 37057 1259 0 0 5074 5 0 0 25 0 5 0 253702072 170000384 12958 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 166016

[startup+102.307 s]
/proc/loadavg: 7.99 8.01 7.99 9/186 3601
/proc/meminfo: memFree=30547680/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=181276 CPUtime=408.58 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 279864 1259 0 0 40814 44 0 0 25 0 5 0 253702070 185626624 16780 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 45319 16780 179 55 0 43205 0
[pid=3588/tid=3595] ppid=3586 vsize=181276 CPUtime=102.28 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 63588 1259 0 0 10218 10 0 0 25 0 5 0 253702072 185626624 16780 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=181276 CPUtime=102.27 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 63299 1259 0 0 10217 10 0 0 25 0 5 0 253702072 185626624 16780 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=181276 CPUtime=102.27 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 83252 1259 0 0 10215 12 0 0 25 0 5 0 253702072 185626624 16780 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=181276 CPUtime=101.71 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 68217 1259 0 0 10161 10 0 0 25 0 5 0 253702072 185626624 16780 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 181276

[startup+162.301 s]
/proc/loadavg: 8.03 8.02 8.00 9/186 3602
/proc/meminfo: memFree=30516872/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=197464 CPUtime=648.24 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 416987 1259 0 0 64758 66 0 0 25 0 5 0 253702070 202203136 20693 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 49366 20693 179 55 0 47252 0
[pid=3588/tid=3595] ppid=3586 vsize=197464 CPUtime=162.27 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 91434 1259 0 0 16213 14 0 0 25 0 5 0 253702072 202203136 20693 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=197464 CPUtime=162.26 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 100421 1259 0 0 16209 17 0 0 25 0 5 0 253702072 202203136 20693 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=197464 CPUtime=162.27 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 118526 1259 0 0 16210 17 0 0 25 0 5 0 253702072 202203136 20693 33554432000 4194304 4417332 140733710840800 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=197464 CPUtime=161.39 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 105098 1259 0 0 16122 17 0 0 25 0 5 0 253702072 202203136 20693 33554432000 4194304 4417332 140733710840800 18446744073709551615 268660356159 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 197464


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

[pid=3588/tid=3596] ppid=3586 vsize=255280 CPUtime=762.26 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 387547 1259 0 0 76163 63 0 0 25 0 5 0 253702072 261406720 35265 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=255280 CPUtime=762.28 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 411811 1259 0 0 76164 64 0 0 25 0 5 0 253702072 261406720 35265 33554432000 4194304 4417332 140733710840800 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=255280 CPUtime=758.13 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 355902 1259 0 0 75757 56 0 0 25 0 5 0 253702072 261406720 35265 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 255280

[startup+822.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/186 3656
/proc/meminfo: memFree=30313628/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=259724 CPUtime=3284.67 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 1591722 1259 0 0 328211 256 0 0 25 0 5 0 253702070 265957376 36377 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 64931 36377 179 55 0 62817 0
[pid=3588/tid=3595] ppid=3586 vsize=259724 CPUtime=822.29 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 365670 1259 0 0 82169 60 0 0 25 0 5 0 253702072 265957376 36377 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=259724 CPUtime=822.25 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 413110 1259 0 0 82157 68 0 0 25 0 5 0 253702072 265957376 36377 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=259724 CPUtime=822.28 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 434668 1259 0 0 82160 68 0 0 25 0 5 0 253702072 265957376 36377 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=259724 CPUtime=817.8 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 376766 1259 0 0 81721 59 0 0 25 0 5 0 253702072 265957376 36377 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 259724

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.02 9/186 3658
/proc/meminfo: memFree=30282932/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=261144 CPUtime=3524.35 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 1669689 1259 0 0 352166 269 0 0 25 0 5 0 253702070 267411456 36715 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 65286 36715 179 55 0 63172 0
[pid=3588/tid=3595] ppid=3586 vsize=261144 CPUtime=882.29 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 382922 1259 0 0 88167 62 0 0 25 0 5 0 253702072 267411456 36715 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=261144 CPUtime=882.24 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 430222 1259 0 0 88153 71 0 0 25 0 5 0 253702072 267411456 36715 33554432000 4194304 4417332 140733710840800 18446744073709551615 4353472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=261144 CPUtime=882.29 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 455287 1259 0 0 88157 72 0 0 25 0 5 0 253702072 267411456 36715 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=261144 CPUtime=877.47 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 399750 1259 0 0 87685 62 0 0 25 0 5 0 253702072 267411456 36715 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 261144

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.02 9/186 3659
/proc/meminfo: memFree=30208816/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=295344 CPUtime=3764.02 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 1741899 1259 0 0 376123 279 0 0 25 0 5 0 253702070 302432256 45274 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 73836 45274 179 55 0 71722 0
[pid=3588/tid=3595] ppid=3586 vsize=295344 CPUtime=942.29 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 397086 1259 0 0 94165 64 0 0 25 0 5 0 253702072 302432256 45274 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=295344 CPUtime=942.25 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 449973 1259 0 0 94151 74 0 0 25 0 5 0 253702072 302432256 45274 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=295344 CPUtime=942.28 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 471724 1259 0 0 94154 74 0 0 25 0 5 0 253702072 302432256 45274 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=295344 CPUtime=937.15 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 421608 1259 0 0 93650 65 0 0 25 0 5 0 253702072 302432256 45274 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 295344

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/186 3661
/proc/meminfo: memFree=30220892/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=261660 CPUtime=4003.7 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 1822872 1259 0 0 400079 291 0 0 25 0 5 0 253702070 267939840 36855 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 65415 36855 179 55 0 63301 0
[pid=3588/tid=3595] ppid=3586 vsize=261660 CPUtime=1002.29 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 415206 1259 0 0 100162 67 0 0 25 0 5 0 253702072 267939840 36855 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=261660 CPUtime=1002.25 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 468107 1259 0 0 100148 77 0 0 25 0 5 0 253702072 267939840 36855 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=261660 CPUtime=1002.29 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 488925 1259 0 0 100152 77 0 0 25 0 5 0 253702072 267939840 36855 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=261660 CPUtime=996.82 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 449126 1259 0 0 99614 68 0 0 25 0 5 0 253702072 267939840 36855 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 261660

[startup+1062.3 s]
/proc/loadavg: 8.34 8.14 8.04 9/186 3665
/proc/meminfo: memFree=30205684/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=270632 CPUtime=4242.56 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 1895877 1259 0 0 423953 303 0 0 25 0 5 0 253702070 277127168 39087 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 67658 39087 179 55 0 65544 0
[pid=3588/tid=3595] ppid=3586 vsize=270632 CPUtime=1062.29 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 431641 1259 0 0 106159 70 0 0 25 0 5 0 253702072 277127168 39087 33554432000 4194304 4417332 140733710840800 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=270632 CPUtime=1061.44 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 485224 1259 0 0 106064 80 0 0 25 0 5 0 253702072 277127168 39087 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=270632 CPUtime=1062.29 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 504806 1259 0 0 106149 80 0 0 25 0 5 0 253702072 277127168 39087 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=270632 CPUtime=1056.5 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 472698 1259 0 0 105578 72 0 0 25 0 5 0 253702072 277127168 39087 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.56
Current children cumulated vsize (KiB) 270632

[startup+1122.3 s]
/proc/loadavg: 8.20 8.13 8.04 9/186 3667
/proc/meminfo: memFree=30181408/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=284776 CPUtime=4482.24 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 1974609 1259 0 0 447910 314 0 0 25 0 5 0 253702070 291610624 42654 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 71194 42654 179 55 0 69080 0
[pid=3588/tid=3595] ppid=3586 vsize=284776 CPUtime=1122.29 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 452290 1259 0 0 112156 73 0 0 25 0 5 0 253702072 291610624 42654 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=284776 CPUtime=1121.44 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 500335 1259 0 0 112062 82 0 0 25 0 5 0 253702072 291610624 42654 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=284776 CPUtime=1122.29 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 525807 1259 0 0 112147 82 0 0 25 0 5 0 253702072 291610624 42654 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=284776 CPUtime=1116.17 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 494669 1259 0 0 111542 75 0 0 25 0 5 0 253702072 291610624 42654 33554432000 4194304 4417332 140733710840800 18446744073709551615 4250517 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 284776

[startup+1182.3 s]
/proc/loadavg: 8.14 8.12 8.04 9/186 3669
/proc/meminfo: memFree=30133828/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=283252 CPUtime=4721.92 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 2047848 1259 0 0 471866 326 0 0 25 0 5 0 253702070 290050048 42242 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 70813 42242 179 55 0 68699 0
[pid=3588/tid=3595] ppid=3586 vsize=283252 CPUtime=1182.3 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 470797 1259 0 0 118153 77 0 0 25 0 5 0 253702072 290050048 42242 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=283252 CPUtime=1181.43 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 516214 1259 0 0 118059 84 0 0 25 0 5 0 253702072 290050048 42242 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=283252 CPUtime=1182.29 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 541724 1259 0 0 118144 85 0 0 25 0 5 0 253702072 290050048 42242 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=283252 CPUtime=1175.84 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 517605 1259 0 0 117506 78 0 0 25 0 5 0 253702072 290050048 42242 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.92
Current children cumulated vsize (KiB) 283252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.10 8.11 8.04 9/186 3669
/proc/meminfo: memFree=30151896/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=292804 CPUtime=4800.23 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 2067679 1259 0 0 479694 329 0 0 25 0 5 0 253702070 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 73201 44630 179 55 0 71087 0
[pid=3588/tid=3595] ppid=3586 vsize=292804 CPUtime=1201.9 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 472836 1259 0 0 120113 77 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=292804 CPUtime=1201.04 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 520943 1259 0 0 120019 85 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=292804 CPUtime=1201.9 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 551875 1259 0 0 120103 87 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=292804 CPUtime=1195.34 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 520517 1259 0 0 119455 79 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 292804

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.10 8.11 8.04 9/186 3669
/proc/meminfo: memFree=30151896/32951124 swapFree=67111524/67111528
[pid=3588] ppid=3586 vsize=292804 CPUtime=4800.23 cores=1,3,5,7
/proc/3588/stat : 3588 (plingeling) S 3586 3588 2974 0 -1 4202496 2067679 1259 0 0 479694 329 0 0 25 0 5 0 253702070 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3588/statm: 73201 44630 179 55 0 71087 0
[pid=3588/tid=3595] ppid=3586 vsize=292804 CPUtime=1201.9 cores=1,3,5,7
/proc/3588/task/3595/stat : 3595 (plingeling) R 3586 3588 2974 0 -1 4202560 472836 1259 0 0 120113 77 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3588/tid=3596] ppid=3586 vsize=292804 CPUtime=1201.04 cores=1,3,5,7
/proc/3588/task/3596/stat : 3596 (plingeling) R 3586 3588 2974 0 -1 4202560 520943 1259 0 0 120019 85 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3588/tid=3597] ppid=3586 vsize=292804 CPUtime=1201.9 cores=1,3,5,7
/proc/3588/task/3597/stat : 3597 (plingeling) R 3586 3588 2974 0 -1 4202560 551875 1259 0 0 120103 87 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3588/tid=3598] ppid=3586 vsize=292804 CPUtime=1195.34 cores=1,3,5,7
/proc/3588/task/3598/stat : 3598 (plingeling) R 3586 3588 2974 0 -1 4202560 520517 1259 0 0 119455 79 0 0 25 0 5 0 253702072 299831296 44630 33554432000 4194304 4417332 140733710840800 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 292804

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.92
CPU time (s): 4800.27
CPU user time (s): 4796.97
CPU system time (s): 3.3075
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 328192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.97
system time used= 3.3075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2068938
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= 168
involuntary context switches= 32206

runsolver used 1.9497 second user time and 4.6143 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 18:38:28
IDJOB=3250812
IDBENCH=83365
IDSOLVER=1605
FILE ID=node107/3250812-1304095108
RUNJOBID= node107-1304093900-3440
PBS_JOBID= 13170575
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=1289744504

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30654396 kB
Buffers:        646096 kB
Cached:        1215400 kB
SwapCached:          4 kB
Active:         145768 kB
Inactive:      1787792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30654396 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:       71496 kB
Mapped:          15076 kB
Slab:           300508 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253564 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= 71800 MiB
End job on node107 at 2011-04-29 18:58:32