Trace number 3262048

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
SArTagnan 2011-03-24? (TO) 4800.2 1201.77

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262048-1304093877/watcher-3262048-1304093877 -o /tmp/evaluation-result-3262048-1304093877/solver-3262048-1304093877 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3262048-1304093877.cnf -threads=4 

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.61 7.98 7.99 1/172 5210
/proc/meminfo: memFree=27109900/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=19928 CPUtime=0 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 687 0 0 0 0 0 0 0 23 0 1 0 520986230 20406272 588 33554432000 4194304 4623224 140737411472512 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5210/statm: 4982 588 297 105 0 486 0

[startup+0.022718 s]
/proc/loadavg: 7.61 7.98 7.99 1/172 5210
/proc/meminfo: memFree=27109900/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=26552 CPUtime=0.02 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 3122 0 0 0 2 0 0 0 23 0 1 0 520986230 27189248 1985 33554432000 4194304 4623224 140737411472512 18446744073709551615 4299041 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5210/statm: 6638 2008 299 105 0 2142 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26552

[startup+0.100673 s]
/proc/loadavg: 7.61 7.98 7.99 1/172 5210
/proc/meminfo: memFree=27109900/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=195056 CPUtime=0.31 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 5748 0 0 0 31 0 0 0 25 0 4 0 520986230 199737344 3448 33554432000 4194304 4623224 140737411472512 18446744073709551615 4511128 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 48764 3449 337 105 0 44268 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 195056

[startup+0.300642 s]
/proc/loadavg: 7.61 7.98 7.99 1/172 5210
/proc/meminfo: memFree=27109900/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=195056 CPUtime=1.12 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 8046 0 0 0 111 1 0 0 25 0 4 0 520986230 199737344 4023 33554432000 4194304 4623224 140737411472512 18446744073709551615 4355888 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 48764 4023 337 105 0 44268 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 195056

[startup+0.700572 s]
/proc/loadavg: 7.61 7.98 7.99 1/172 5210
/proc/meminfo: memFree=27109900/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=195972 CPUtime=2.71 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 12753 0 0 0 269 2 0 0 25 0 4 0 520986230 200675328 4794 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510108 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 48993 4794 337 105 0 44497 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 195972

[startup+1.50041 s]
/proc/loadavg: 7.72 8.00 7.99 10/184 5227
/proc/meminfo: memFree=27076512/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=264108 CPUtime=5.9 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 21356 0 0 0 587 3 0 0 18 0 4 0 520986230 270446592 6509 33554432000 4194304 4623224 140737411472512 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 66027 6509 337 105 0 61531 0
[pid=5210/tid=5212] ppid=5208 vsize=264108 CPUtime=1.47 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 2001 0 0 0 147 0 0 0 25 0 4 0 520986232 270446592 6509 33554432000 4194304 4623224 140737411472512 18446744073709551615 4377957 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=264108 CPUtime=1.47 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 1317 0 0 0 147 0 0 0 25 0 4 0 520986232 270446592 6509 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=264108 CPUtime=1.46 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 14071 0 0 0 144 2 0 0 25 0 4 0 520986233 270446592 6509 33554432000 4194304 4623224 140737411472512 18446744073709551615 4364687 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 264108

[startup+3.10114 s]
/proc/loadavg: 7.72 8.00 7.99 9/184 5227
/proc/meminfo: memFree=27057412/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=267068 CPUtime=12.3 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 36401 0 0 0 1225 5 0 0 20 0 4 0 520986230 273477632 9252 33554432000 4194304 4623224 140737411472512 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 66767 9252 342 105 0 62271 0
[pid=5210/tid=5212] ppid=5208 vsize=267068 CPUtime=3.06 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 4229 0 0 0 306 0 0 0 25 0 4 0 520986232 273477632 9252 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=267068 CPUtime=3.06 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 2862 0 0 0 306 0 0 0 25 0 4 0 520986232 273477632 9253 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=267068 CPUtime=3.06 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 25079 0 0 0 302 4 0 0 25 0 4 0 520986233 273477632 9253 33554432000 4194304 4623224 140737411472512 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 267068

[startup+6.30061 s]
/proc/loadavg: 7.72 8.00 7.99 9/184 5227
/proc/meminfo: memFree=27014884/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=275548 CPUtime=25.08 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 51573 0 0 0 2500 8 0 0 25 0 4 0 520986230 282161152 13779 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510327 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 68887 13779 342 105 0 64391 0
[pid=5210/tid=5212] ppid=5208 vsize=275548 CPUtime=6.27 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 7528 0 0 0 626 1 0 0 25 0 4 0 520986232 282161152 13779 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=275548 CPUtime=6.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 5019 0 0 0 626 1 0 0 25 0 4 0 520986232 282161152 13779 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=275548 CPUtime=6.26 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 34299 0 0 0 621 5 0 0 25 0 4 0 520986233 282161152 13779 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 275548

[startup+12.7005 s]
/proc/loadavg: 7.84 8.01 8.00 9/184 5227
/proc/meminfo: memFree=26949760/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=290480 CPUtime=50.64 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 95895 0 0 0 5050 14 0 0 25 0 4 0 520986230 297451520 21562 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510932 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 72620 21562 363 105 0 68124 0
[pid=5210/tid=5212] ppid=5208 vsize=290480 CPUtime=12.67 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 12218 0 0 0 1265 2 0 0 25 0 4 0 520986232 297451520 21562 33554432000 4194304 4623224 140737411472512 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=290480 CPUtime=12.66 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 7938 0 0 0 1265 1 0 0 25 0 4 0 520986232 297451520 21562 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=290480 CPUtime=12.67 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 69713 0 0 0 1257 10 0 0 25 0 4 0 520986233 297451520 21562 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 290480

[startup+25.5004 s]
/proc/loadavg: 7.94 8.03 8.00 9/184 5227
/proc/meminfo: memFree=26859856/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=311156 CPUtime=101.78 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 168727 0 0 0 10150 28 0 0 25 0 4 0 520986230 318623744 32611 33554432000 4194304 4623224 140737411472512 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 77789 32611 360 105 0 73293 0
[pid=5210/tid=5212] ppid=5208 vsize=311156 CPUtime=25.47 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 18508 0 0 0 2544 3 0 0 25 0 4 0 520986232 318623744 32611 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=311156 CPUtime=25.46 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 13003 0 0 0 2543 3 0 0 25 0 4 0 520986232 318623744 32611 33554432000 4194304 4623224 140737411472512 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=311156 CPUtime=25.46 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 130564 0 0 0 2526 20 0 0 25 0 4 0 520986233 318623744 32611 33554432000 4194304 4623224 140737411472512 18446744073709551615 47178070257241 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 311156

[startup+51.1011 s]
/proc/loadavg: 7.96 8.03 8.00 9/184 5228
/proc/meminfo: memFree=26720456/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=348020 CPUtime=204.04 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 352247 0 0 0 20348 56 0 0 25 0 4 0 520986230 356372480 50187 33554432000 4194304 4623224 140737411472512 18446744073709551615 4517428 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 87005 50187 353 105 0 82509 0
[pid=5210/tid=5212] ppid=5208 vsize=348020 CPUtime=51.07 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 28488 0 0 0 5102 5 0 0 25 0 4 0 520986232 356372480 50187 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=348020 CPUtime=51.06 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 21154 0 0 0 5100 6 0 0 25 0 4 0 520986232 356372480 50187 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=348020 CPUtime=51.06 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 294500 0 0 0 5063 43 0 0 25 0 4 0 520986233 356372480 50187 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 348020

[startup+102.307 s]
/proc/loadavg: 8.08 8.05 8.01 9/184 5229
/proc/meminfo: memFree=26546704/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=459660 CPUtime=408.58 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 680621 0 0 0 40750 108 0 0 25 0 4 0 520986230 470691840 74129 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 114915 74130 358 105 0 110419 0
[pid=5210/tid=5212] ppid=5208 vsize=459660 CPUtime=102.27 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 40567 0 0 0 10220 7 0 0 25 0 4 0 520986232 470691840 74130 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=459660 CPUtime=102.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 30269 0 0 0 10218 9 0 0 25 0 4 0 520986232 470691840 74142 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=459660 CPUtime=102.27 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 594312 0 0 0 10139 88 0 0 25 0 4 0 520986233 470691840 74156 33554432000 4194304 4623224 140737411472512 18446744073709551615 210204344520 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 459660

[startup+162.301 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 5261
/proc/meminfo: memFree=26653292/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=632888 CPUtime=648.22 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 891900 0 0 0 64674 148 0 0 25 0 4 0 520986230 648077312 103159 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 158222 103159 1144 105 0 153726 0
[pid=5210/tid=5212] ppid=5208 vsize=632888 CPUtime=162.27 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 50043 0 0 0 16214 13 0 0 25 0 4 0 520986232 648077312 103159 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=632888 CPUtime=162.26 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 43877 0 0 0 16214 12 0 0 25 0 4 0 520986232 648077312 103159 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=632888 CPUtime=162.26 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 770076 0 0 0 16108 118 0 0 25 0 4 0 520986233 648077312 103159 33554432000 4194304 4623224 140737411472512 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 632888

[startup+222.301 s]
/proc/loadavg: 8.15 8.08 8.02 9/184 5263
/proc/meminfo: memFree=26355504/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=736608 CPUtime=887.89 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 1106712 0 0 0 88601 188 0 0 25 0 4 0 520986230 754286592 132970 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5210/statm: 184152 132970 1993 105 0 179656 0
[pid=5210/tid=5212] ppid=5208 vsize=736608 CPUtime=222.27 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 69458 0 0 0 22208 19 0 0 25 0 4 0 520986232 754286592 132970 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=736608 CPUtime=222.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 62647 0 0 0 22209 18 0 0 25 0 4 0 520986232 754286592 132970 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=736608 CPUtime=222.26 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 926605 0 0 0 22084 142 0 0 25 0 4 0 520986233 754286592 132970 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.89
Current children cumulated vsize (KiB) 736608

[startup+282.301 s]

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

[pid=5210] ppid=5208 vsize=1179424 CPUtime=2805.25 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 2196221 0 0 0 280127 398 0 0 25 0 4 0 520986230 1207730176 228639 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 294856 228639 448 105 0 290360 0
[pid=5210/tid=5212] ppid=5208 vsize=1179424 CPUtime=702.27 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 142256 0 0 0 70190 37 0 0 25 0 4 0 520986232 1207730176 228639 33554432000 4194304 4623224 140737411472512 18446744073709551615 4464402 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1179424 CPUtime=702.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 108513 0 0 0 70184 43 0 0 25 0 4 0 520986232 1207730176 228639 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1179424 CPUtime=700 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 1647720 0 0 0 69736 264 0 0 25 0 4 0 520986233 1207730176 228639 33554432000 4194304 4623224 140737411472512 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.25
Current children cumulated vsize (KiB) 1179424

[startup+762.306 s]
/proc/loadavg: 8.16 8.12 8.04 9/184 5277
/proc/meminfo: memFree=25291688/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1216448 CPUtime=3044.93 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 2231954 0 0 0 304087 406 0 0 25 0 4 0 520986230 1245642752 241328 33554432000 4194304 4623224 140737411472512 18446744073709551615 4414938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 304112 241328 448 105 0 299616 0
[pid=5210/tid=5212] ppid=5208 vsize=1216448 CPUtime=762.29 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 146252 0 0 0 76190 39 0 0 25 0 4 0 520986232 1245642752 241328 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1216448 CPUtime=762.28 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 113314 0 0 0 76183 45 0 0 25 0 4 0 520986232 1245642752 241328 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1216448 CPUtime=759.66 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 1648043 0 0 0 75702 264 0 0 25 0 4 0 520986233 1245642752 241328 33554432000 4194304 4623224 140737411472512 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 1216448

[startup+822.3 s]
/proc/loadavg: 8.15 8.13 8.05 9/184 5279
/proc/meminfo: memFree=25232268/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1245308 CPUtime=3284.58 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 2314728 0 0 0 328036 422 0 0 25 0 4 0 520986230 1275195392 250713 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 311327 250713 372 105 0 306831 0
[pid=5210/tid=5212] ppid=5208 vsize=1245308 CPUtime=822.27 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 150884 0 0 0 82187 40 0 0 25 0 4 0 520986232 1275195392 250713 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1245308 CPUtime=822.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 116490 0 0 0 82179 48 0 0 25 0 4 0 520986232 1275195392 250713 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1245308 CPUtime=819.33 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 1688890 0 0 0 81662 271 0 0 25 0 4 0 520986233 1275195392 250713 33554432000 4194304 4623224 140737411472512 18446744073709551615 4545373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1245308

[startup+882.3 s]
/proc/loadavg: 8.22 8.15 8.06 9/184 5281
/proc/meminfo: memFree=25141472/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1339152 CPUtime=3524.25 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 2712320 0 0 0 351943 482 0 0 25 0 4 0 520986230 1371291648 262596 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 334788 262596 369 105 0 330292 0
[pid=5210/tid=5212] ppid=5208 vsize=1339152 CPUtime=882.28 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 197960 0 0 0 88181 47 0 0 25 0 4 0 520986232 1371291648 262596 33554432000 4194304 4623224 140737411472512 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1339152 CPUtime=882.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 118458 0 0 0 88177 50 0 0 25 0 4 0 520986232 1371291648 262596 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1339152 CPUtime=878.99 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 1985266 0 0 0 87585 314 0 0 25 0 4 0 520986233 1371291648 262596 33554432000 4194304 4623224 140737411472512 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 1339152

[startup+942.3 s]
/proc/loadavg: 8.13 8.13 8.06 9/184 5282
/proc/meminfo: memFree=25070028/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1401404 CPUtime=3763.92 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 3282996 0 0 0 375819 573 0 0 25 0 4 0 520986230 1435037696 274406 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 350351 274406 399 105 0 345855 0
[pid=5210/tid=5212] ppid=5208 vsize=1401404 CPUtime=942.28 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 201747 0 0 0 94179 49 0 0 25 0 4 0 520986232 1435037696 274406 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376806 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1401404 CPUtime=942.26 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 149824 0 0 0 94170 56 0 0 25 0 4 0 520986232 1435037696 274406 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1401404 CPUtime=938.66 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 2505370 0 0 0 93472 394 0 0 25 0 4 0 520986233 1435037696 274406 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1401404

[startup+1002.3 s]
/proc/loadavg: 8.20 8.15 8.07 9/184 5283
/proc/meminfo: memFree=25009112/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1431048 CPUtime=4003.59 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 3836659 0 0 0 399696 663 0 0 25 0 4 0 520986230 1465393152 283978 33554432000 4194304 4623224 140737411472512 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 357762 283978 387 105 0 353266 0
[pid=5210/tid=5212] ppid=5208 vsize=1431048 CPUtime=1002.28 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 203774 0 0 0 100178 50 0 0 25 0 4 0 520986232 1465393152 283978 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1431048 CPUtime=1002.26 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 154006 0 0 0 100167 59 0 0 25 0 4 0 520986232 1465393152 283978 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1431048 CPUtime=998.33 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 3017924 0 0 0 99360 473 0 0 25 0 4 0 520986233 1465393152 283978 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 1431048

[startup+1062.3 s]
/proc/loadavg: 8.15 8.14 8.07 9/184 5285
/proc/meminfo: memFree=24946456/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1486084 CPUtime=4243.26 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 4412539 0 0 0 423570 756 0 0 25 0 4 0 520986230 1521750016 294437 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 371521 294437 394 105 0 367025 0
[pid=5210/tid=5212] ppid=5208 vsize=1486084 CPUtime=1062.28 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 207933 0 0 0 106176 52 0 0 25 0 4 0 520986232 1521750016 294437 33554432000 4194304 4623224 140737411472512 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1486084 CPUtime=1062.26 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 163995 0 0 0 106165 61 0 0 25 0 4 0 520986232 1521750016 294437 33554432000 4194304 4623224 140737411472512 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1486084 CPUtime=1058 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 3517834 0 0 0 105251 549 0 0 25 0 4 0 520986233 1521750016 294437 33554432000 4194304 4623224 140737411472512 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 1486084

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 8.07 9/184 5287
/proc/meminfo: memFree=24874128/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1501032 CPUtime=4482.93 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 4947741 0 0 0 447449 844 0 0 25 0 4 0 520986230 1537056768 303227 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510172 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 375258 303227 361 105 0 370762 0
[pid=5210/tid=5212] ppid=5208 vsize=1501032 CPUtime=1122.28 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 211286 0 0 0 112174 54 0 0 25 0 4 0 520986232 1537056768 303227 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1501032 CPUtime=1122.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 165492 0 0 0 112165 62 0 0 25 0 4 0 520986232 1537056768 303227 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1501032 CPUtime=1117.67 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 3960762 0 0 0 111151 616 0 0 25 0 4 0 520986233 1537056768 303227 33554432000 4194304 4623224 140737411472512 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 1501032

[startup+1182.3 s]
/proc/loadavg: 8.16 8.14 8.08 9/184 5289
/proc/meminfo: memFree=24791000/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1582096 CPUtime=4722.59 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 5145230 0 0 0 471381 878 0 0 25 0 4 0 520986230 1620066304 312459 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510157 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 395524 312459 361 105 0 391028 0
[pid=5210/tid=5212] ppid=5208 vsize=1582096 CPUtime=1182.28 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 213943 0 0 0 118171 57 0 0 25 0 4 0 520986232 1620066304 312459 33554432000 4194304 4623224 140737411472512 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1582096 CPUtime=1182.27 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 166152 0 0 0 118164 63 0 0 25 0 4 0 520986232 1620066304 312459 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1582096 CPUtime=1177.33 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 4119761 0 0 0 117093 640 0 0 25 0 4 0 520986233 1620066304 312459 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 1582096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.15 8.08 9/184 5289
/proc/meminfo: memFree=24773752/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1583792 CPUtime=4800.11 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 5147374 0 0 0 479131 880 0 0 25 0 4 0 520986230 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 395948 314571 361 105 0 391452 0
[pid=5210/tid=5212] ppid=5208 vsize=1583792 CPUtime=1201.69 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 214675 0 0 0 120111 58 0 0 25 0 4 0 520986232 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1583792 CPUtime=1201.67 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 166876 0 0 0 120104 63 0 0 25 0 4 0 520986232 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1583792 CPUtime=1196.63 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 4120300 0 0 0 119023 640 0 0 25 0 4 0 520986233 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1583792

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

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

[startup+1201.7 s]
/proc/loadavg: 8.19 8.15 8.08 9/184 5289
/proc/meminfo: memFree=24773752/32951124 swapFree=67088964/67111528
[pid=5210] ppid=5208 vsize=1583792 CPUtime=4800.11 cores=0,2,4,6
/proc/5210/stat : 5210 (SArTagnan) R 5208 5210 4862 0 -1 4202496 5147374 0 0 0 479131 880 0 0 25 0 4 0 520986230 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 395948 314571 361 105 0 391452 0
[pid=5210/tid=5212] ppid=5208 vsize=1583792 CPUtime=1201.69 cores=0,2,4,6
/proc/5210/task/5212/stat : 5212 (SArTagnan) R 5208 5210 4862 0 -1 4202560 214675 0 0 0 120111 58 0 0 25 0 4 0 520986232 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5210/tid=5213] ppid=5208 vsize=1583792 CPUtime=1201.67 cores=0,2,4,6
/proc/5210/task/5213/stat : 5213 (SArTagnan) R 5208 5210 4862 0 -1 4202560 166876 0 0 0 120104 63 0 0 25 0 4 0 520986232 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5210/tid=5214] ppid=5208 vsize=1583792 CPUtime=1196.63 cores=0,2,4,6
/proc/5210/task/5214/stat : 5214 (SArTagnan) R 5208 5210 4862 0 -1 4202560 4120300 0 0 0 119023 640 0 0 25 0 4 0 520986233 1621803008 314571 33554432000 4194304 4623224 140737411472512 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1583792

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.2
CPU user time (s): 4791.34
CPU system time (s): 8.86765
CPU usage (%): 399.426
Max. virtual memory (cumulated for all children) (KiB): 1583792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.34
system time used= 8.86765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5147374
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= 869
involuntary context switches= 19818

runsolver used 1.88171 second user time and 4.66929 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 18:17:57
IDJOB=3262048
IDBENCH=83269
IDSOLVER=1656
FILE ID=node130/3262048-1304093877
RUNJOBID= node130-1304091463-4880
PBS_JOBID= 13170579
Free space on /tmp= 71996 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262048-1304093877/watcher-3262048-1304093877 -o /tmp/evaluation-result-3262048-1304093877/solver-3262048-1304093877 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3262048-1304093877.cnf -threads=4

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=1640650127

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27110048 kB
Buffers:       1175388 kB
Cached:        4147960 kB
SwapCached:      22432 kB
Active:         492312 kB
Inactive:      4916904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27110048 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:            1272 kB
Writeback:           0 kB
AnonPages:       63020 kB
Mapped:          14624 kB
Slab:           369424 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191508 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= 71992 MiB
End job on node130 at 2011-04-29 18:38:01