Trace number 3250636

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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

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

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


[startup+0 s]
/proc/loadavg: 7.03 7.90 8.02 2/176 23335
/proc/meminfo: memFree=25386544/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=9036 CPUtime=0 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) R 23333 23335 22519 0 -1 4202496 336 1251 0 0 0 0 0 0 24 0 1 0 521048406 9252864 265 33554432000 4194304 4417332 140734417938400 18446744073709551615 232335892224 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23335/statm: 2259 265 147 55 0 145 0

[startup+0.080646 s]
/proc/loadavg: 7.03 7.90 8.02 2/176 23335
/proc/meminfo: memFree=25386544/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=62260 CPUtime=0.19 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 3629 1251 0 0 19 0 0 0 24 0 5 0 521048406 63754240 3346 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 15565 3346 174 55 0 13451 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62260

[startup+0.100597 s]
/proc/loadavg: 7.03 7.90 8.02 2/176 23335
/proc/meminfo: memFree=25386544/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=62260 CPUtime=0.27 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 3633 1251 0 0 27 0 0 0 24 0 5 0 521048406 63754240 3350 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 15565 3350 178 55 0 13451 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 62260

[startup+0.30056 s]
/proc/loadavg: 7.03 7.90 8.02 2/176 23335
/proc/meminfo: memFree=25386544/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=61100 CPUtime=1.07 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 3848 1251 0 0 107 0 0 0 24 0 5 0 521048406 62566400 2997 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 15275 2997 178 55 0 13161 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 61100

[startup+0.700493 s]
/proc/loadavg: 7.03 7.90 8.02 2/176 23335
/proc/meminfo: memFree=25386544/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=128288 CPUtime=2.66 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 4327 1251 0 0 266 0 0 0 24 0 5 0 521048406 131366912 3476 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 32072 3476 178 55 0 29958 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 128288

[startup+1.50035 s]
/proc/loadavg: 7.03 7.90 8.02 9/190 23362
/proc/meminfo: memFree=25355248/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=133012 CPUtime=5.86 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 5508 1251 0 0 586 0 0 0 24 0 5 0 521048406 136204288 4657 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 33253 4657 178 55 0 31139 0
[pid=23335/tid=23355] ppid=23333 vsize=133012 CPUtime=1.45 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 440 1251 0 0 145 0 0 0 25 0 5 0 521048410 136204288 4657 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=133012 CPUtime=1.45 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 507 1251 0 0 145 0 0 0 25 0 5 0 521048410 136204288 4657 33554432000 4194304 4417332 140734417938400 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=133012 CPUtime=1.45 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 528 1251 0 0 145 0 0 0 25 0 5 0 521048410 136204288 4657 33554432000 4194304 4417332 140734417938400 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=133012 CPUtime=1.45 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 1346 1251 0 0 145 0 0 0 25 0 5 0 521048410 136204288 4657 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 133012

[startup+3.10107 s]
/proc/loadavg: 7.03 7.90 8.02 9/190 23362
/proc/meminfo: memFree=25342892/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=138380 CPUtime=12.25 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 6850 1251 0 0 1225 0 0 0 24 0 5 0 521048406 141701120 5999 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 34595 5999 178 55 0 32481 0
[pid=23335/tid=23355] ppid=23333 vsize=138380 CPUtime=3.06 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 440 1251 0 0 306 0 0 0 25 0 5 0 521048410 141701120 5999 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=138380 CPUtime=3.05 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 918 1251 0 0 305 0 0 0 25 0 5 0 521048410 141701120 5999 33554432000 4194304 4417332 140734417938400 18446744073709551615 4357641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=138380 CPUtime=3.04 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 529 1251 0 0 304 0 0 0 25 0 5 0 521048410 141701120 5999 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=138380 CPUtime=3.05 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 2276 1251 0 0 305 0 0 0 25 0 5 0 521048410 141701120 5999 33554432000 4194304 4417332 140734417938400 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 138380

[startup+6.3005 s]
/proc/loadavg: 7.19 7.92 8.03 9/190 23362
/proc/meminfo: memFree=25328644/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=142008 CPUtime=25.04 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 10286 1251 0 0 2503 1 0 0 24 0 5 0 521048406 145416192 6936 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 35502 6936 178 55 0 33388 0
[pid=23335/tid=23355] ppid=23333 vsize=142008 CPUtime=6.25 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 792 1251 0 0 625 0 0 0 25 0 5 0 521048410 145416192 6936 33554432000 4194304 4417332 140734417938400 18446744073709551615 4248962 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=142008 CPUtime=6.25 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 1116 1251 0 0 625 0 0 0 25 0 5 0 521048410 145416192 6936 33554432000 4194304 4417332 140734417938400 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=142008 CPUtime=6.22 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 999 1251 0 0 622 0 0 0 25 0 5 0 521048410 145416192 6936 33554432000 4194304 4417332 140734417938400 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=142008 CPUtime=6.25 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 4692 1251 0 0 625 0 0 0 25 0 5 0 521048410 145416192 6936 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 142008

[startup+12.7004 s]
/proc/loadavg: 7.25 7.92 8.02 9/190 23362
/proc/meminfo: memFree=25303596/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=149920 CPUtime=50.6 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 23625 1251 0 0 5057 3 0 0 24 0 5 0 521048406 153518080 8914 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 37480 8914 178 55 0 35366 0
[pid=23335/tid=23355] ppid=23333 vsize=149920 CPUtime=12.65 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 4919 1251 0 0 1265 0 0 0 25 0 5 0 521048410 153518080 8914 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=149920 CPUtime=12.65 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 3968 1251 0 0 1265 0 0 0 25 0 5 0 521048410 153518080 8914 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=149920 CPUtime=12.59 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 1592 1251 0 0 1259 0 0 0 25 0 5 0 521048410 153518080 8914 33554432000 4194304 4417332 140734417938400 18446744073709551615 4250593 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=149920 CPUtime=12.65 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 10459 1251 0 0 1264 1 0 0 25 0 5 0 521048410 153518080 8914 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 149920

[startup+25.5011 s]
/proc/loadavg: 7.49 7.94 8.03 9/190 23362
/proc/meminfo: memFree=25279548/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=169144 CPUtime=101.73 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 63641 1251 0 0 10163 10 0 0 24 0 5 0 521048406 173203456 13752 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 42286 13752 178 55 0 40172 0
[pid=23335/tid=23355] ppid=23333 vsize=169144 CPUtime=25.45 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 16046 1251 0 0 2543 2 0 0 25 0 5 0 521048410 173203456 13752 33554432000 4194304 4417332 140734417938400 18446744073709551615 4366610 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=169144 CPUtime=25.45 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 13885 1251 0 0 2543 2 0 0 25 0 5 0 521048410 173203456 13752 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=169144 CPUtime=25.31 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 8890 1251 0 0 2531 0 0 0 25 0 5 0 521048410 173203456 13752 33554432000 4194304 4417332 140734417938400 18446744073709551615 4365897 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=169144 CPUtime=25.45 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 22133 1251 0 0 2542 3 0 0 25 0 5 0 521048410 173203456 13752 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 169144

[startup+51.1005 s]
/proc/loadavg: 7.72 7.96 8.03 9/190 23363
/proc/meminfo: memFree=25264880/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=177040 CPUtime=203.99 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 143805 1251 0 0 20377 22 0 0 24 0 5 0 521048406 181288960 15726 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 44260 15726 178 55 0 42146 0
[pid=23335/tid=23355] ppid=23333 vsize=177040 CPUtime=51.06 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 36915 1251 0 0 5100 6 0 0 25 0 5 0 521048410 181288960 15726 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=177040 CPUtime=51.05 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 31915 1251 0 0 5101 4 0 0 25 0 5 0 521048410 181288960 15726 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=177040 CPUtime=50.78 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 29087 1251 0 0 5074 4 0 0 25 0 5 0 521048410 181288960 15726 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=177040 CPUtime=51.05 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 43201 1251 0 0 5098 7 0 0 25 0 5 0 521048410 181288960 15726 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 177040

[startup+102.306 s]
/proc/loadavg: 8.04 8.01 8.04 9/190 23364
/proc/meminfo: memFree=25243672/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=184320 CPUtime=408.54 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 304024 1251 0 0 40804 50 0 0 24 0 5 0 521048406 188743680 17546 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 46080 17546 178 55 0 43966 0
[pid=23335/tid=23355] ppid=23333 vsize=184320 CPUtime=102.26 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 73773 1251 0 0 10214 12 0 0 25 0 5 0 521048410 188743680 17546 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=184320 CPUtime=102.26 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 69810 1251 0 0 10214 12 0 0 25 0 5 0 521048410 188743680 17546 33554432000 4194304 4417332 140734417938400 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=184320 CPUtime=101.69 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 72761 1251 0 0 10159 10 0 0 25 0 5 0 521048410 188743680 17546 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=184320 CPUtime=102.26 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 84993 1251 0 0 10212 14 0 0 25 0 5 0 521048410 188743680 17546 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 184320

[startup+162.301 s]
/proc/loadavg: 8.12 8.04 8.05 9/190 23366
/proc/meminfo: memFree=25204724/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=204800 CPUtime=648.2 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 469907 1251 0 0 64746 74 0 0 24 0 5 0 521048406 209715200 22666 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 51200 22666 178 55 0 49086 0
[pid=23335/tid=23355] ppid=23333 vsize=204800 CPUtime=162.25 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 111783 1251 0 0 16208 17 0 0 25 0 5 0 521048410 209715200 22666 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=204800 CPUtime=162.25 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 110094 1251 0 0 16207 18 0 0 25 0 5 0 521048410 209715200 22666 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=204800 CPUtime=161.37 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 118715 1251 0 0 16120 17 0 0 25 0 5 0 521048410 209715200 22666 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=204800 CPUtime=162.25 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 126628 1251 0 0 16205 20 0 0 25 0 5 0 521048410 209715200 22666 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 204800


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

/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 523940 1251 0 0 76150 78 0 0 25 0 5 0 521048410 277692416 39230 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 271184

[startup+822.301 s]
/proc/loadavg: 8.07 8.13 8.09 9/190 23384
/proc/meminfo: memFree=25018172/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=300912 CPUtime=3284.67 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 1991278 1251 0 0 328168 299 0 0 24 0 5 0 521048406 308133888 46668 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 75228 46668 178 55 0 73114 0
[pid=23335/tid=23355] ppid=23333 vsize=300912 CPUtime=822.27 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 467144 1251 0 0 82155 72 0 0 25 0 5 0 521048410 308133888 46668 33554432000 4194304 4417332 140734417938400 18446744073709551615 4246258 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=300912 CPUtime=822.27 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 463549 1251 0 0 82156 71 0 0 25 0 5 0 521048410 308133888 46668 33554432000 4194304 4417332 140734417938400 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=300912 CPUtime=817.79 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 496726 1251 0 0 81707 72 0 0 25 0 5 0 521048410 308133888 46668 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=300912 CPUtime=822.27 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 561172 1251 0 0 82145 82 0 0 25 0 5 0 521048410 308133888 46668 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 300912

[startup+882.301 s]
/proc/loadavg: 8.12 8.13 8.09 9/190 23385
/proc/meminfo: memFree=25066396/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=285940 CPUtime=3524.34 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2095867 1251 0 0 352120 314 0 0 24 0 5 0 521048406 292802560 42919 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 71485 42919 178 55 0 69371 0
[pid=23335/tid=23355] ppid=23333 vsize=285940 CPUtime=882.27 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 493114 1251 0 0 88151 76 0 0 25 0 5 0 521048410 292802560 42919 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=285940 CPUtime=882.27 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 489552 1251 0 0 88152 75 0 0 25 0 5 0 521048410 292802560 42919 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=285940 CPUtime=877.46 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 523983 1251 0 0 87670 76 0 0 25 0 5 0 521048410 292802560 42919 33554432000 4194304 4417332 140734417938400 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=285940 CPUtime=882.27 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 586531 1251 0 0 88142 85 0 0 25 0 5 0 521048410 292802560 42919 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 285940

[startup+942.3 s]
/proc/loadavg: 8.14 8.13 8.09 9/190 23387
/proc/meminfo: memFree=25013432/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=251820 CPUtime=3764.03 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2213705 1251 0 0 376072 331 0 0 24 0 5 0 521048406 257863680 34389 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 62955 34389 178 55 0 60841 0
[pid=23335/tid=23355] ppid=23333 vsize=251820 CPUtime=942.27 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 524845 1251 0 0 94147 80 0 0 25 0 5 0 521048410 257863680 34389 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=251820 CPUtime=942.28 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 513810 1251 0 0 94149 79 0 0 25 0 5 0 521048410 257863680 34389 33554432000 4194304 4417332 140734417938400 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=251820 CPUtime=937.14 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 549714 1251 0 0 93634 80 0 0 25 0 5 0 521048410 257863680 34389 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=251820 CPUtime=942.27 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 622649 1251 0 0 94137 90 0 0 25 0 5 0 521048410 257863680 34389 33554432000 4194304 4417332 140734417938400 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 251820

[startup+1002.3 s]
/proc/loadavg: 8.19 8.15 8.10 9/190 23388
/proc/meminfo: memFree=25034976/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=289592 CPUtime=4003.7 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2323647 1251 0 0 400025 345 0 0 24 0 5 0 521048406 296542208 43864 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 72398 43864 178 55 0 70284 0
[pid=23335/tid=23355] ppid=23333 vsize=289592 CPUtime=1002.27 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 550212 1251 0 0 100143 84 0 0 25 0 5 0 521048410 296542208 43864 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=289592 CPUtime=1002.27 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 536838 1251 0 0 100146 81 0 0 25 0 5 0 521048410 296542208 43864 33554432000 4194304 4417332 140734417938400 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=289592 CPUtime=996.8 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 579658 1251 0 0 99597 83 0 0 25 0 5 0 521048410 296542208 43864 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=289592 CPUtime=1002.28 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 654252 1251 0 0 100134 94 0 0 25 0 5 0 521048410 296542208 43864 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 289592

[startup+1062.3 s]
/proc/loadavg: 8.20 8.17 8.10 9/190 23390
/proc/meminfo: memFree=25029760/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=267648 CPUtime=4243.38 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2425127 1251 0 0 423977 361 0 0 24 0 5 0 521048406 274071552 38346 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 66912 38346 178 55 0 64798 0
[pid=23335/tid=23355] ppid=23333 vsize=267648 CPUtime=1062.27 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 574045 1251 0 0 106139 88 0 0 25 0 5 0 521048410 274071552 38346 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=267648 CPUtime=1062.28 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 565115 1251 0 0 106142 86 0 0 25 0 5 0 521048410 274071552 38346 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=267648 CPUtime=1056.48 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 600637 1251 0 0 105562 86 0 0 25 0 5 0 521048410 274071552 38346 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=267648 CPUtime=1062.28 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 682643 1251 0 0 106129 99 0 0 25 0 5 0 521048410 274071552 38346 33554432000 4194304 4417332 140734417938400 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 267648

[startup+1122.3 s]
/proc/loadavg: 8.16 8.16 8.10 9/190 23392
/proc/meminfo: memFree=24991176/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=301668 CPUtime=4483.06 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2528881 1251 0 0 447929 377 0 0 24 0 5 0 521048406 308908032 46851 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 75417 46851 178 55 0 73303 0
[pid=23335/tid=23355] ppid=23333 vsize=301668 CPUtime=1122.28 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 597081 1251 0 0 112136 92 0 0 25 0 5 0 521048410 308908032 46851 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=301668 CPUtime=1122.28 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 593531 1251 0 0 112138 90 0 0 25 0 5 0 521048410 308908032 46851 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=301668 CPUtime=1116.16 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 626104 1251 0 0 111525 91 0 0 25 0 5 0 521048410 308908032 46851 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=301668 CPUtime=1122.28 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 709478 1251 0 0 112126 102 0 0 25 0 5 0 521048410 308908032 46851 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 301668

[startup+1182.3 s]
/proc/loadavg: 8.20 8.17 8.10 9/190 23393
/proc/meminfo: memFree=24987820/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=290972 CPUtime=4722.74 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2627520 1251 0 0 471882 392 0 0 24 0 5 0 521048406 297955328 44206 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 72743 44206 178 55 0 70629 0
[pid=23335/tid=23355] ppid=23333 vsize=290972 CPUtime=1182.28 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 619909 1251 0 0 118133 95 0 0 25 0 5 0 521048410 297955328 44206 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=290972 CPUtime=1182.28 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 611767 1251 0 0 118135 93 0 0 25 0 5 0 521048410 297955328 44206 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=290972 CPUtime=1175.83 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 653792 1251 0 0 117487 96 0 0 25 0 5 0 521048410 297955328 44206 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=290972 CPUtime=1182.28 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 739365 1251 0 0 118123 105 0 0 25 0 5 0 521048410 297955328 44206 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 290972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.18 8.11 9/190 23394
/proc/meminfo: memFree=25014972/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=296400 CPUtime=4800.25 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) S 23333 23335 22519 0 -1 4202496 2657908 1251 0 0 479628 397 0 0 24 0 5 0 521048406 303513600 45534 33554432000 4194304 4417332 140734417938400 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 74100 45534 178 55 0 71986 0
[pid=23335/tid=23355] ppid=23333 vsize=296400 CPUtime=1201.68 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (plingeling) R 23333 23335 22519 0 -1 4202560 626658 1251 0 0 120072 96 0 0 25 0 5 0 521048410 303513600 45534 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23335/tid=23356] ppid=23333 vsize=296400 CPUtime=1201.68 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (plingeling) R 23333 23335 22519 0 -1 4202560 618329 1251 0 0 120074 94 0 0 25 0 5 0 521048410 303513600 45534 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=296400 CPUtime=1195.13 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) R 23333 23335 22519 0 -1 4202560 658997 1251 0 0 119416 97 0 0 25 0 5 0 521048410 303513600 45534 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23335/tid=23358] ppid=23333 vsize=296400 CPUtime=1201.68 cores=0,2,4,6
/proc/23335/task/23358/stat : 23358 (plingeling) R 23333 23335 22519 0 -1 4202560 751237 1251 0 0 120061 107 0 0 25 0 5 0 521048410 303513600 45534 33554432000 4194304 4417332 140734417938400 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 296400

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

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

[startup+1201.81 s]
/proc/loadavg: 8.22 8.18 8.11 9/190 23394
/proc/meminfo: memFree=25014972/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=0 CPUtime=4800.27 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) Z 23333 23335 22519 0 -1 4203548 2657909 1251 0 0 479630 397 0 0 18 0 2 0 521048406 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 0 0 0 0 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=0 CPUtime=1195.14 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) S 23333 23335 22519 0 -1 4203588 658997 1251 0 0 119416 98 0 0 25 0 2 0 521048410 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 0

[startup+1201.9 s]
/proc/loadavg: 8.22 8.18 8.11 9/190 23394
/proc/meminfo: memFree=25014972/32951124 swapFree=67111524/67111528
[pid=23335] ppid=23333 vsize=0 CPUtime=4800.27 cores=0,2,4,6
/proc/23335/stat : 23335 (plingeling) Z 23333 23335 22519 0 -1 4203548 2657909 1251 0 0 479630 397 0 0 18 0 2 0 521048406 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23335/statm: 0 0 0 0 0 0 0
[pid=23335/tid=23357] ppid=23333 vsize=0 CPUtime=1195.14 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (plingeling) S 23333 23335 22519 0 -1 4203588 658997 1251 0 0 119416 98 0 0 25 0 2 0 521048410 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.92
CPU time (s): 4800.29
CPU user time (s): 4796.31
CPU system time (s): 3.98039
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 332740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.31
system time used= 3.98039
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2659160
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= 186
involuntary context switches= 75378

runsolver used 1.82672 second user time and 4.73728 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 18:28:22
IDJOB=3250636
IDBENCH=83335
IDSOLVER=1605
FILE ID=node132/3250636-1304094502
RUNJOBID= node132-1304094502-23323
PBS_JOBID= 13170555
Free space on /tmp= 71872 MiB

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

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=989972996

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25386700 kB
Buffers:        773636 kB
Cached:        6228260 kB
SwapCached:          4 kB
Active:        2078836 kB
Inactive:      4987380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25386700 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             988 kB
Writeback:           0 kB
AnonPages:       63616 kB
Mapped:          14508 kB
Slab:           435872 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node132 at 2011-04-29 18:48:26