Trace number 3251398

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.21 1201.81

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3251398-1304123390/watcher-3251398-1304123390 -o /tmp/evaluation-result-3251398-1304123390/solver-3251398-1304123390 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3251398-1304123390.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 3.41 4.37 5.97 5/180 20817
/proc/meminfo: memFree=21148144/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=26712 CPUtime=0 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 575 0 0 0 0 0 0 0 21 0 1 0 504754641 27353088 487 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20817/statm: 6678 487 297 105 0 2182 0

[startup+0.0310081 s]
/proc/loadavg: 3.41 4.37 5.97 5/180 20817
/proc/meminfo: memFree=21148144/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=28752 CPUtime=0.02 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 1922 0 0 0 2 0 0 0 21 0 1 0 504754641 29442048 814 33554432000 4194304 4623224 140736303794864 18446744073709551615 264726404864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20817/statm: 7188 814 297 105 0 2692 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28752

[startup+0.101528 s]
/proc/loadavg: 3.41 4.37 5.97 5/180 20817
/proc/meminfo: memFree=21148144/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=209284 CPUtime=0.14 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 7525 0 0 0 13 1 0 0 23 0 4 0 504754641 214306816 5018 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 52321 5018 331 105 0 47825 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 209284

[startup+0.300926 s]
/proc/loadavg: 3.41 4.37 5.97 5/180 20817
/proc/meminfo: memFree=21148144/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=285316 CPUtime=0.93 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 13390 0 0 0 92 1 0 0 23 0 4 0 504754641 292163584 9363 33554432000 4194304 4623224 140736303794864 18446744073709551615 4513524 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 71329 9363 344 105 0 66833 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 285316

[startup+0.700852 s]
/proc/loadavg: 3.41 4.37 5.97 5/180 20817
/proc/meminfo: memFree=21148144/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=295356 CPUtime=2.53 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 19283 0 0 0 251 2 0 0 25 0 4 0 504754641 302444544 14001 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 73839 14001 341 105 0 69343 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 295356

[startup+1.5007 s]
/proc/loadavg: 3.41 4.37 5.97 9/184 20821
/proc/meminfo: memFree=21064544/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=307136 CPUtime=5.73 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 25165 0 0 0 570 3 0 0 25 0 4 0 504754641 314507264 19542 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 76784 19542 342 105 0 72288 0
[pid=20817/tid=20819] ppid=20815 vsize=307136 CPUtime=1.41 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 3064 0 0 0 141 0 0 0 25 0 4 0 504754649 314507264 19542 33554432000 4194304 4623224 140736303794864 18446744073709551615 264726448311 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=307136 CPUtime=1.4 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 5974 0 0 0 140 0 0 0 25 0 4 0 504754649 314507264 19542 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=307136 CPUtime=1.41 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 2215 0 0 0 141 0 0 0 25 0 4 0 504754649 314507264 19542 33554432000 4194304 4623224 140736303794864 18446744073709551615 4354519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 307136

[startup+3.1004 s]
/proc/loadavg: 3.41 4.37 5.97 9/184 20821
/proc/meminfo: memFree=21026644/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=322784 CPUtime=12.12 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 35449 0 0 0 1207 5 0 0 25 0 4 0 504754641 330530816 26991 33554432000 4194304 4623224 140736303794864 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 80696 26991 342 105 0 76200 0
[pid=20817/tid=20819] ppid=20815 vsize=322784 CPUtime=3 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 5405 0 0 0 300 0 0 0 25 0 4 0 504754649 330530816 26991 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=322784 CPUtime=3 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 8829 0 0 0 300 0 0 0 25 0 4 0 504754649 330530816 26992 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=322784 CPUtime=3 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 4248 0 0 0 300 0 0 0 25 0 4 0 504754649 330530816 26992 33554432000 4194304 4623224 140736303794864 18446744073709551615 4552746 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 322784

[startup+6.3008 s]
/proc/loadavg: 3.77 4.43 5.98 9/184 20821
/proc/meminfo: memFree=20940600/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=351444 CPUtime=24.9 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 60973 0 0 0 2482 8 0 0 25 0 4 0 504754641 359878656 40387 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510604 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 87861 40387 409 105 0 83365 0
[pid=20817/tid=20819] ppid=20815 vsize=351444 CPUtime=6.21 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 9945 0 0 0 620 1 0 0 25 0 4 0 504754649 359878656 40387 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=351444 CPUtime=6.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 14123 0 0 0 619 1 0 0 25 0 4 0 504754649 359878656 40387 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=351444 CPUtime=6.21 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 18488 0 0 0 619 2 0 0 25 0 4 0 504754649 359878656 40387 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 351444

[startup+12.7006 s]
/proc/loadavg: 4.11 4.49 5.99 9/184 20821
/proc/meminfo: memFree=20824732/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=374224 CPUtime=50.46 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 125597 0 0 0 5027 19 0 0 25 0 4 0 504754641 383205376 56924 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510358 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 93556 56924 409 105 0 89060 0
[pid=20817/tid=20819] ppid=20815 vsize=374224 CPUtime=12.61 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 15274 0 0 0 1259 2 0 0 18 0 4 0 504754649 383205376 56924 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=374224 CPUtime=12.6 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 23824 0 0 0 1256 4 0 0 25 0 4 0 504754649 383205376 56924 33554432000 4194304 4623224 140736303794864 18446744073709551615 4373096 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=374224 CPUtime=12.6 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 62752 0 0 0 1252 8 0 0 25 0 4 0 504754649 383205376 56924 33554432000 4194304 4623224 140736303794864 18446744073709551615 4278501 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 374224

[startup+25.5012 s]
/proc/loadavg: 4.97 4.66 6.02 9/184 20822
/proc/meminfo: memFree=20628572/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=558184 CPUtime=101.59 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 220610 0 0 0 10118 41 0 0 25 0 4 0 504754641 571580416 89382 33554432000 4194304 4623224 140736303794864 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 139546 89382 345 105 0 135050 0
[pid=20817/tid=20819] ppid=20815 vsize=558184 CPUtime=25.4 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 25217 0 0 0 2536 4 0 0 25 0 4 0 504754649 571580416 89382 33554432000 4194304 4623224 140736303794864 18446744073709551615 4377038 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=558184 CPUtime=25.4 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 38980 0 0 0 2528 12 0 0 25 0 4 0 504754649 571580416 89382 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=558184 CPUtime=25.4 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 101760 0 0 0 2525 15 0 0 25 0 4 0 504754649 571580416 89382 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 558184

[startup+51.1003 s]
/proc/loadavg: 6.00 4.93 6.07 9/184 20822
/proc/meminfo: memFree=20115044/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=1110176 CPUtime=203.82 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 570903 0 0 0 20285 97 0 0 25 0 4 0 504754641 1136820224 206287 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 277544 206287 564 105 0 273048 0
[pid=20817/tid=20819] ppid=20815 vsize=1110176 CPUtime=50.99 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 39290 0 0 0 5089 10 0 0 25 0 4 0 504754649 1136820224 206287 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=1110176 CPUtime=50.98 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 71375 0 0 0 5078 20 0 0 25 0 4 0 504754649 1136820224 206287 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=1110176 CPUtime=51 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 211285 0 0 0 5070 30 0 0 25 0 4 0 504754649 1136820224 206287 33554432000 4194304 4623224 140736303794864 18446744073709551615 4545884 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 1110176

[startup+102.307 s]
/proc/loadavg: 7.17 5.42 6.18 9/184 20824
/proc/meminfo: memFree=19504940/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=1649392 CPUtime=408.34 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 896636 0 0 0 40676 158 0 0 25 0 4 0 504754641 1688977408 317741 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 412348 317741 352 105 0 407852 0
[pid=20817/tid=20819] ppid=20815 vsize=1649392 CPUtime=102.18 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 55500 0 0 0 10203 15 0 0 25 0 4 0 504754649 1688977408 317741 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=1649392 CPUtime=102.17 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 106411 0 0 0 10181 36 0 0 25 0 4 0 504754649 1688977408 317741 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=1649392 CPUtime=102.22 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 223076 0 0 0 10189 33 0 0 25 0 4 0 504754649 1688977408 317741 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 1649392

[startup+162.3 s]
/proc/loadavg: 7.73 5.90 6.29 9/184 20825
/proc/meminfo: memFree=19140356/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=1892252 CPUtime=647.99 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 985660 0 0 0 64607 192 0 0 25 0 4 0 504754641 1937666048 374490 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510066 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 473063 374490 500 105 0 468567 0
[pid=20817/tid=20819] ppid=20815 vsize=1892252 CPUtime=162.17 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 76453 0 0 0 16192 25 0 0 25 0 4 0 504754649 1937666048 374490 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=1892252 CPUtime=162.17 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 121603 0 0 0 16167 50 0 0 25 0 4 0 504754649 1937666048 374490 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=1892252 CPUtime=162.21 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 237585 0 0 0 16186 35 0 0 25 0 4 0 504754649 1937666048 374490 33554432000 4194304 4623224 140736303794864 18446744073709551615 4545910 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.99
Current children cumulated vsize (KiB) 1892252

[startup+222.301 s]
/proc/loadavg: 8.01 6.31 6.41 9/184 20827
/proc/meminfo: memFree=18968712/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=1919056 CPUtime=887.67 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 1002691 0 0 0 88570 197 0 0 25 0 4 0 504754641 1965113344 390368 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 479764 390368 500 105 0 475268 0
[pid=20817/tid=20819] ppid=20815 vsize=1919056 CPUtime=222.17 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 76651 0 0 0 22192 25 0 0 25 0 4 0 504754649 1965113344 390368 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=1919056 CPUtime=222.17 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 122067 0 0 0 22167 50 0 0 25 0 4 0 504754649 1965113344 390368 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=1919056 CPUtime=222.21 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 245264 0 0 0 22183 38 0 0 25 0 4 0 504754649 1965113344 390368 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.67
Current children cumulated vsize (KiB) 1919056

[startup+282.301 s]

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

[pid=20817] ppid=20815 vsize=2513920 CPUtime=2805.12 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 2322553 0 0 0 280074 438 0 0 25 0 4 0 504754641 2574254080 492973 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 628480 492973 342 105 0 623984 0
[pid=20817/tid=20819] ppid=20815 vsize=2513920 CPUtime=702.2 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 81707 0 0 0 70193 27 0 0 25 0 4 0 504754649 2574254080 492973 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2513920 CPUtime=702.19 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 124515 0 0 0 70166 53 0 0 25 0 4 0 504754649 2574254080 492973 33554432000 4194304 4623224 140736303794864 18446744073709551615 4485442 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2513920 CPUtime=702.22 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 1316636 0 0 0 69987 235 0 0 25 0 4 0 504754649 2574254080 492973 33554432000 4194304 4623224 140736303794864 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.12
Current children cumulated vsize (KiB) 2513920

[startup+762.307 s]
/proc/loadavg: 8.16 7.83 7.15 9/184 20841
/proc/meminfo: memFree=17950168/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2513920 CPUtime=3044.81 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 2811362 0 0 0 303961 520 0 0 25 0 4 0 504754641 2574254080 502391 33554432000 4194304 4623224 140736303794864 18446744073709551615 4356025 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 628480 502391 342 105 0 623984 0
[pid=20817/tid=20819] ppid=20815 vsize=2513920 CPUtime=762.2 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 81932 0 0 0 76193 27 0 0 25 0 4 0 504754649 2574254080 502391 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2513920 CPUtime=762.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 124625 0 0 0 76167 53 0 0 25 0 4 0 504754649 2574254080 502391 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2513920 CPUtime=762.24 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 1802741 0 0 0 75907 317 0 0 25 0 4 0 504754649 2574254080 502391 33554432000 4194304 4623224 140736303794864 18446744073709551615 4550498 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.81
Current children cumulated vsize (KiB) 2513920

[startup+822.301 s]
/proc/loadavg: 8.15 7.89 7.21 9/184 20843
/proc/meminfo: memFree=17848068/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2513920 CPUtime=3284.48 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 3303446 0 0 0 327838 610 0 0 25 0 4 0 504754641 2574254080 509828 33554432000 4194304 4623224 140736303794864 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 628480 509828 342 105 0 623984 0
[pid=20817/tid=20819] ppid=20815 vsize=2513920 CPUtime=822.2 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 82107 0 0 0 82193 27 0 0 25 0 4 0 504754649 2574254080 509828 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2513920 CPUtime=822.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 124778 0 0 0 82167 53 0 0 25 0 4 0 504754649 2574254080 509828 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2513920 CPUtime=822.23 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 2291347 0 0 0 81818 405 0 0 25 0 4 0 504754649 2574254080 509828 33554432000 4194304 4623224 140736303794864 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.48
Current children cumulated vsize (KiB) 2513920

[startup+882.3 s]
/proc/loadavg: 8.15 7.94 7.27 9/184 20845
/proc/meminfo: memFree=17780588/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2513920 CPUtime=3524.15 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 3793976 0 0 0 351718 697 0 0 25 0 4 0 504754641 2574254080 516652 33554432000 4194304 4623224 140736303794864 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 628480 516652 342 105 0 623984 0
[pid=20817/tid=20819] ppid=20815 vsize=2513920 CPUtime=882.2 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 82249 0 0 0 88193 27 0 0 25 0 4 0 504754649 2574254080 516652 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2513920 CPUtime=882.19 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 125036 0 0 0 88166 53 0 0 25 0 4 0 504754649 2574254080 516652 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2513920 CPUtime=882.24 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 2778877 0 0 0 87732 492 0 0 25 0 4 0 504754649 2574254080 516652 33554432000 4194304 4623224 140736303794864 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.15
Current children cumulated vsize (KiB) 2513920

[startup+942.301 s]
/proc/loadavg: 8.10 7.96 7.31 9/184 20846
/proc/meminfo: memFree=17688552/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2579456 CPUtime=3763.84 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 4278618 0 0 0 375599 785 0 0 25 0 4 0 504754641 2641362944 522954 33554432000 4194304 4623224 140736303794864 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 644864 522954 342 105 0 640368 0
[pid=20817/tid=20819] ppid=20815 vsize=2579456 CPUtime=942.2 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 83426 0 0 0 94193 27 0 0 25 0 4 0 504754649 2641362944 522954 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357881 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2579456 CPUtime=942.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 125177 0 0 0 94167 53 0 0 25 0 4 0 504754649 2641362944 522954 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2579456 CPUtime=942.23 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 3259236 0 0 0 93645 578 0 0 25 0 4 0 504754649 2641362944 522954 33554432000 4194304 4623224 140736303794864 18446744073709551615 4365911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 2579456

[startup+1002.3 s]
/proc/loadavg: 8.08 7.98 7.36 9/184 20848
/proc/meminfo: memFree=17598880/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2579456 CPUtime=4003.52 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 4780213 0 0 0 399472 880 0 0 25 0 4 0 504754641 2641362944 532703 33554432000 4194304 4623224 140736303794864 18446744073709551615 4414959 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 644864 532703 342 105 0 640368 0
[pid=20817/tid=20819] ppid=20815 vsize=2579456 CPUtime=1002.2 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 83571 0 0 0 100193 27 0 0 25 0 4 0 504754649 2641362944 532703 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2579456 CPUtime=1002.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 125359 0 0 0 100167 53 0 0 25 0 4 0 504754649 2641362944 532703 33554432000 4194304 4623224 140736303794864 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2579456 CPUtime=1002.24 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 3756246 0 0 0 99552 672 0 0 25 0 4 0 504754649 2641362944 532703 33554432000 4194304 4623224 140736303794864 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 2579456

[startup+1062.3 s]
/proc/loadavg: 8.07 8.00 7.40 9/184 20849
/proc/meminfo: memFree=17538708/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2579456 CPUtime=4243.2 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 5258874 0 0 0 423356 964 0 0 25 0 4 0 504754641 2641362944 539581 33554432000 4194304 4623224 140736303794864 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 644864 539581 342 105 0 640368 0
[pid=20817/tid=20819] ppid=20815 vsize=2579456 CPUtime=1062.21 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 83702 0 0 0 106193 28 0 0 25 0 4 0 504754649 2641362944 539581 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2579456 CPUtime=1062.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 125473 0 0 0 106167 53 0 0 25 0 4 0 504754649 2641362944 539581 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2579456 CPUtime=1062.24 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 4231530 0 0 0 105470 754 0 0 25 0 4 0 504754649 2641362944 539581 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 2579456

[startup+1122.3 s]
/proc/loadavg: 8.06 8.01 7.44 9/184 20851
/proc/meminfo: memFree=17483384/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2615628 CPUtime=4482.89 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 5813361 0 0 0 447221 1068 0 0 25 0 4 0 504754641 2678403072 548710 33554432000 4194304 4623224 140736303794864 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 653907 548710 342 105 0 649411 0
[pid=20817/tid=20819] ppid=20815 vsize=2615628 CPUtime=1122.21 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 83828 0 0 0 112193 28 0 0 25 0 4 0 504754649 2678403072 548710 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2615628 CPUtime=1122.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 144875 0 0 0 112164 56 0 0 25 0 4 0 504754649 2678403072 548710 33554432000 4194304 4623224 140736303794864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2615628 CPUtime=1122.24 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 4762410 0 0 0 111370 854 0 0 25 0 4 0 504754649 2678403072 548710 33554432000 4194304 4623224 140736303794864 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.89
Current children cumulated vsize (KiB) 2615628

[startup+1182.3 s]
/proc/loadavg: 8.06 8.02 7.48 9/184 20853
/proc/meminfo: memFree=17407956/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2681164 CPUtime=4722.57 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 6267867 0 0 0 471106 1151 0 0 25 0 4 0 504754641 2745511936 556740 33554432000 4194304 4623224 140736303794864 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 670291 556741 342 105 0 665795 0
[pid=20817/tid=20819] ppid=20815 vsize=2681164 CPUtime=1182.21 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 83996 0 0 0 118193 28 0 0 25 0 4 0 504754649 2745511936 556741 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2681164 CPUtime=1182.2 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 145067 0 0 0 118164 56 0 0 25 0 4 0 504754649 2745511936 556741 33554432000 4194304 4623224 140736303794864 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2681164 CPUtime=1182.25 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 5212820 0 0 0 117288 937 0 0 25 0 4 0 504754649 2745511936 556742 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 2681164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.03 7.49 5/179 20854
/proc/meminfo: memFree=18923400/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2681164 CPUtime=4800.08 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 6405062 0 0 0 478833 1175 0 0 25 0 4 0 504754641 2745511936 556593 33554432000 4194304 4623224 140736303794864 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 670291 556593 342 105 0 665795 0
[pid=20817/tid=20819] ppid=20815 vsize=2681164 CPUtime=1201.62 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 84034 0 0 0 120134 28 0 0 25 0 4 0 504754649 2745511936 556595 33554432000 4194304 4623224 140736303794864 18446744073709551615 4486256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2681164 CPUtime=1201.61 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 145148 0 0 0 120105 56 0 0 25 0 4 0 504754649 2745511936 556596 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2681164 CPUtime=1201.65 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 5349182 0 0 0 119204 961 0 0 25 0 4 0 504754649 2745511936 556596 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 2681164

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.10 8.03 7.49 5/179 20854
/proc/meminfo: memFree=18923400/32951124 swapFree=67111524/67111528
[pid=20817] ppid=20815 vsize=2681164 CPUtime=4800.08 cores=1,3,5,7
/proc/20817/stat : 20817 (SArTagnan) R 20815 20817 20447 0 -1 4202496 6405062 0 0 0 478833 1175 0 0 25 0 4 0 504754641 2745511936 556593 33554432000 4194304 4623224 140736303794864 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20817/statm: 670291 556593 342 105 0 665795 0
[pid=20817/tid=20819] ppid=20815 vsize=2681164 CPUtime=1201.62 cores=1,3,5,7
/proc/20817/task/20819/stat : 20819 (SArTagnan) R 20815 20817 20447 0 -1 4202560 84034 0 0 0 120134 28 0 0 25 0 4 0 504754649 2745511936 556595 33554432000 4194304 4623224 140736303794864 18446744073709551615 4486256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20817/tid=20820] ppid=20815 vsize=2681164 CPUtime=1201.61 cores=1,3,5,7
/proc/20817/task/20820/stat : 20820 (SArTagnan) R 20815 20817 20447 0 -1 4202560 145148 0 0 0 120105 56 0 0 25 0 4 0 504754649 2745511936 556596 33554432000 4194304 4623224 140736303794864 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20817/tid=20821] ppid=20815 vsize=2681164 CPUtime=1201.65 cores=1,3,5,7
/proc/20817/task/20821/stat : 20821 (SArTagnan) R 20815 20817 20447 0 -1 4202560 5349182 0 0 0 119204 961 0 0 25 0 4 0 504754649 2745511936 556596 33554432000 4194304 4623224 140736303794864 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 2681164

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.81
CPU time (s): 4800.21
CPU user time (s): 4788.35
CPU system time (s): 11.8542
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 2945676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.35
system time used= 11.8542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6405338
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= 1613
involuntary context switches= 30721

runsolver used 1.70074 second user time and 4.86326 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 02:29:50
IDJOB=3251398
IDBENCH=88221
IDSOLVER=1656
FILE ID=node141/3251398-1304123390
RUNJOBID= node141-1304123390-20795
PBS_JOBID= 13170729
Free space on /tmp= 71420 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251398-1304123390/watcher-3251398-1304123390 -o /tmp/evaluation-result-3251398-1304123390/solver-3251398-1304123390 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251398-1304123390.cnf -threads=4

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=1778002974

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      21148300 kB
Buffers:       1400480 kB
Cached:        9755976 kB
SwapCached:          4 kB
Active:        3019756 kB
Inactive:      8207944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21148300 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5552 kB
Writeback:           0 kB
AnonPages:       71176 kB
Mapped:          15648 kB
Slab:           512016 kB
PageTables:       4352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240444 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= 71420 MiB
End job on node141 at 2011-04-30 02:49:54