Trace number 3385847

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-05-15 (fixed)? (TO) 4049.81 1300.11

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
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: 961)

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-3385847-1305583664/watcher-3385847-1305583664 -o /tmp/evaluation-result-3385847-1305583664/solver-3385847-1305583664 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385847-1305583664.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: 9.16 9.10 8.38 6/462 17505
/proc/meminfo: memFree=13839188/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=27768 CPUtime=0.01 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 960 0 0 0 1 0 0 0 25 0 1 0 650782585 28434432 593 33554432000 4194304 4625164 140733244352512 18446744073709551615 255106768640 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17505/statm: 6942 594 296 106 0 2445 0

[startup+0.0296411 s]
/proc/loadavg: 9.16 9.10 8.38 6/462 17505
/proc/meminfo: memFree=13839188/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=28644 CPUtime=0.02 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 1616 0 0 0 2 0 0 0 25 0 1 0 650782585 29331456 811 33554432000 4194304 4625164 140733244352512 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/17505/statm: 7161 811 296 106 0 2664 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28644

[startup+0.100955 s]
/proc/loadavg: 9.16 9.10 8.38 6/462 17505
/proc/meminfo: memFree=13839188/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=210464 CPUtime=0.11 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) D 17503 17505 16929 0 -1 4202496 7784 0 0 0 10 1 0 0 25 0 4 0 650782585 215515136 5105 33554432000 4194304 4625164 140733244352512 18446744073709551615 4433568 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17505/statm: 52616 5105 318 106 0 48119 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 210464

[startup+0.300561 s]
/proc/loadavg: 9.16 9.10 8.38 6/462 17505
/proc/meminfo: memFree=13839188/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=287220 CPUtime=0.7 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 15737 0 0 0 68 2 0 0 25 0 4 0 650782585 294113280 10055 33554432000 4194304 4625164 140733244352512 18446744073709551615 4521565 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17505/statm: 71805 10055 343 106 0 67308 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 287220

[startup+0.700493 s]
/proc/loadavg: 9.16 9.10 8.38 6/462 17505
/proc/meminfo: memFree=13839188/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=288976 CPUtime=1.89 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 18221 0 0 0 187 2 0 0 25 0 4 0 650782585 295911424 12538 33554432000 4194304 4625164 140733244352512 18446744073709551615 4512115 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17505/statm: 72244 12538 343 106 0 67747 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 288976

[startup+1.50035 s]
/proc/loadavg: 9.16 9.10 8.38 10/466 17509
/proc/meminfo: memFree=13776060/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=302820 CPUtime=4.27 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 24515 0 0 0 423 4 0 0 25 0 4 0 650782585 310087680 16943 33554432000 4194304 4625164 140733244352512 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17505/statm: 75705 16943 343 106 0 71208 0
[pid=17505/tid=17507] ppid=17503 vsize=302820 CPUtime=1.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 2712 0 0 0 103 0 0 0 25 0 4 0 650782594 310087680 16943 33554432000 4194304 4625164 140733244352512 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=302820 CPUtime=0.71 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 3850 0 0 0 70 1 0 0 25 0 4 0 650782594 310087680 16943 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=302820 CPUtime=1.27 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 1326 0 0 0 127 0 0 0 25 0 4 0 650782594 310087680 16943 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 302820

[startup+3.10107 s]
/proc/loadavg: 9.14 9.10 8.38 10/466 17510
/proc/meminfo: memFree=13750764/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=308852 CPUtime=9.67 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 37703 0 0 0 960 7 0 0 25 0 4 0 650782585 316264448 25647 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17505/statm: 77213 25648 359 106 0 72716 0
[pid=17505/tid=17507] ppid=17503 vsize=308852 CPUtime=2.55 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 5625 0 0 0 254 1 0 0 18 0 4 0 650782594 316264448 25648 33554432000 4194304 4625164 140733244352512 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=308852 CPUtime=2.23 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 7359 0 0 0 222 1 0 0 25 0 4 0 650782594 316264448 25648 33554432000 4194304 4625164 140733244352512 18446744073709551615 255106429637 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=308852 CPUtime=2.85 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 7018 0 0 0 285 0 0 0 18 0 4 0 650782594 316264448 25648 33554432000 4194304 4625164 140733244352512 18446744073709551615 4339432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 308852

[startup+6.30051 s]
/proc/loadavg: 9.14 9.10 8.38 10/466 17510
/proc/meminfo: memFree=13681384/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=332440 CPUtime=20.92 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 52440 0 0 0 2082 10 0 0 25 0 4 0 650782585 340418560 35633 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17505/statm: 83110 35633 399 106 0 78613 0
[pid=17505/tid=17507] ppid=17503 vsize=332440 CPUtime=4.24 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 7356 0 0 0 423 1 0 0 21 0 4 0 650782594 340418560 35633 33554432000 4194304 4625164 140733244352512 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=332440 CPUtime=5.43 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 13002 0 0 0 540 3 0 0 25 0 4 0 650782594 340418560 35633 33554432000 4194304 4625164 140733244352512 18446744073709551615 47499082608724 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=332440 CPUtime=6.06 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 10806 0 0 0 605 1 0 0 25 0 4 0 650782594 340418560 35633 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 332440

[startup+12.7004 s]
/proc/loadavg: 9.12 9.09 8.39 10/466 17510
/proc/meminfo: memFree=13585772/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=368920 CPUtime=40.63 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 78324 0 0 0 4048 15 0 0 25 0 4 0 650782585 377774080 53696 33554432000 4194304 4625164 140733244352512 18446744073709551615 4512278 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 92230 53696 483 106 0 87733 0
[pid=17505/tid=17507] ppid=17503 vsize=368920 CPUtime=8.66 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 14134 0 0 0 863 3 0 0 19 0 4 0 650782594 377774080 53696 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=368920 CPUtime=8.81 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 19241 0 0 0 876 5 0 0 25 0 4 0 650782594 377774080 53696 33554432000 4194304 4625164 140733244352512 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=368920 CPUtime=11.68 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 20926 0 0 0 1165 3 0 0 19 0 4 0 650782594 377774080 53696 33554432000 4194304 4625164 140733244352512 18446744073709551615 4288765 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.63
Current children cumulated vsize (KiB) 368920

[startup+25.5011 s]
/proc/loadavg: 9.10 9.09 8.39 10/466 17510
/proc/meminfo: memFree=13429548/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=383792 CPUtime=78.79 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 107508 0 0 0 7853 26 0 0 25 0 4 0 650782585 393003008 69225 33554432000 4194304 4625164 140733244352512 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17505/statm: 95948 69225 348 106 0 91451 0
[pid=17505/tid=17507] ppid=17503 vsize=383792 CPUtime=16.22 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 17871 0 0 0 1616 6 0 0 20 0 4 0 650782594 393003008 69225 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=383792 CPUtime=16.15 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 30473 0 0 0 1605 10 0 0 25 0 4 0 650782594 393003008 69225 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=383792 CPUtime=24.2 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 29958 0 0 0 2415 5 0 0 25 0 4 0 650782594 393003008 69225 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 78.79
Current children cumulated vsize (KiB) 383792

[startup+51.1006 s]
/proc/loadavg: 9.07 9.08 8.41 10/466 17511
/proc/meminfo: memFree=13135640/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=598784 CPUtime=155.14 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 251329 0 0 0 15460 54 0 0 25 0 4 0 650782585 613154816 104273 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17505/statm: 149696 104273 347 106 0 145199 0
[pid=17505/tid=17507] ppid=17503 vsize=598784 CPUtime=30.81 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 28310 0 0 0 3072 9 0 0 25 0 4 0 650782594 613154816 104273 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351860 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=598784 CPUtime=34.54 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 46698 0 0 0 3437 17 0 0 25 0 4 0 650782594 613154816 104273 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=598784 CPUtime=44 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 120884 0 0 0 4382 18 0 0 21 0 4 0 650782594 613154816 104273 33554432000 4194304 4625164 140733244352512 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 155.14
Current children cumulated vsize (KiB) 598784

[startup+102.318 s]
/proc/loadavg: 9.02 9.06 8.44 10/466 17512
/proc/meminfo: memFree=12488844/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=1104952 CPUtime=308.33 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 714524 0 0 0 30697 136 0 0 25 0 4 0 650782585 1131470848 196400 33554432000 4194304 4625164 140733244352512 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17505/statm: 276238 196400 347 106 0 271741 0
[pid=17505/tid=17507] ppid=17503 vsize=1104952 CPUtime=70.21 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 56094 0 0 0 7002 19 0 0 25 0 4 0 650782594 1131470848 196400 33554432000 4194304 4625164 140733244352512 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1104952 CPUtime=70.76 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 73374 0 0 0 7047 29 0 0 25 0 4 0 650782594 1131470848 196400 33554432000 4194304 4625164 140733244352512 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1104952 CPUtime=73.29 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 361620 0 0 0 7273 56 0 0 25 0 4 0 650782594 1131470848 196400 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331424 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 308.33
Current children cumulated vsize (KiB) 1104952

[startup+162.301 s]
/proc/loadavg: 9.14 9.08 8.48 10/466 17514
/proc/meminfo: memFree=11971876/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=1420992 CPUtime=487.27 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 1135394 0 0 0 48519 208 0 0 25 0 4 0 650782585 1455095808 271047 33554432000 4194304 4625164 140733244352512 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 355248 271047 493 106 0 350751 0
[pid=17505/tid=17507] ppid=17503 vsize=1420992 CPUtime=106.38 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 65835 0 0 0 10607 31 0 0 25 0 4 0 650782594 1455095808 271047 33554432000 4194304 4625164 140733244352512 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1420992 CPUtime=124.41 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 100400 0 0 0 12406 35 0 0 25 0 4 0 650782594 1455095808 271047 33554432000 4194304 4625164 140733244352512 18446744073709551615 4464380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1420992 CPUtime=106.08 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 632894 0 0 0 10513 95 0 0 25 0 4 0 650782594 1455095808 271047 33554432000 4194304 4625164 140733244352512 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 487.27
Current children cumulated vsize (KiB) 1420992

[startup+222.301 s]
/proc/loadavg: 9.10 9.08 8.52 10/466 17515
/proc/meminfo: memFree=11562672/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=1546192 CPUtime=666.18 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 1356095 0 0 0 66361 257 0 0 25 0 4 0 650782585 1583300608 321861 33554432000 4194304 4625164 140733244352512 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 386548 321861 519 106 0 382051 0
[pid=17505/tid=17507] ppid=17503 vsize=1546192 CPUtime=155.01 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 70473 0 0 0 15466 35 0 0 25 0 4 0 650782594 1583300608 321861 33554432000 4194304 4625164 140733244352512 18446744073709551615 4488020 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1546192 CPUtime=166.16 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 110888 0 0 0 16572 44 0 0 25 0 4 0 650782594 1583300608 321861 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1546192 CPUtime=146.67 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 802236 0 0 0 14545 122 0 0 25 0 4 0 650782594 1583300608 321861 33554432000 4194304 4625164 140733244352512 18446744073709551615 4579356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 666.18
Current children cumulated vsize (KiB) 1546192

[startup+282.301 s]

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

[pid=17505] ppid=17503 vsize=1964460 CPUtime=2098.8 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 2971289 0 0 0 209340 540 0 0 25 0 4 0 650782585 2011607040 417590 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 491115 417590 507 106 0 486618 0
[pid=17505/tid=17507] ppid=17503 vsize=1964460 CPUtime=635.02 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84335 0 0 0 63465 37 0 0 25 0 4 0 650782594 2011607040 417590 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1964460 CPUtime=638.76 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 111844 0 0 0 63831 45 0 0 25 0 4 0 650782594 2011607040 417590 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1964460 CPUtime=386.74 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 2098797 0 0 0 38324 350 0 0 25 0 4 0 650782594 2011607040 417590 33554432000 4194304 4625164 140733244352512 18446744073709551615 4559961 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2098.8
Current children cumulated vsize (KiB) 1964460

[startup+762.319 s]
/proc/loadavg: 9.20 9.15 8.79 10/466 17530
/proc/meminfo: memFree=10004976/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=1964460 CPUtime=2277.92 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 3221741 0 0 0 227208 584 0 0 25 0 4 0 650782585 2011607040 424417 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 491115 424417 505 106 0 486618 0
[pid=17505/tid=17507] ppid=17503 vsize=1964460 CPUtime=695.04 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84377 0 0 0 69467 37 0 0 25 0 4 0 650782594 2011607040 424417 33554432000 4194304 4625164 140733244352512 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1964460 CPUtime=697.84 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 111945 0 0 0 69739 45 0 0 25 0 4 0 650782594 2011607040 424417 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1964460 CPUtime=416.74 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 2314277 0 0 0 41289 385 0 0 25 0 4 0 650782594 2011607040 424417 33554432000 4194304 4625164 140733244352512 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2277.92
Current children cumulated vsize (KiB) 1964460

[startup+822.301 s]
/proc/loadavg: 9.15 9.14 8.80 10/466 17531
/proc/meminfo: memFree=9877376/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=1987720 CPUtime=2456.95 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 3521215 0 0 0 245060 635 0 0 25 0 4 0 650782585 2035425280 430961 33554432000 4194304 4625164 140733244352512 18446744073709551615 4512060 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 496930 430961 505 106 0 492433 0
[pid=17505/tid=17507] ppid=17503 vsize=1987720 CPUtime=755.02 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84384 0 0 0 75465 37 0 0 25 0 4 0 650782594 2035425280 430961 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1987720 CPUtime=756.91 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 112035 0 0 0 75646 45 0 0 25 0 4 0 650782594 2035425280 430961 33554432000 4194304 4625164 140733244352512 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1987720 CPUtime=446.73 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 2568924 0 0 0 44245 428 0 0 25 0 4 0 650782594 2035425280 430961 33554432000 4194304 4625164 140733244352512 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2456.95
Current children cumulated vsize (KiB) 1987720

[startup+882.301 s]
/proc/loadavg: 9.17 9.14 8.82 10/466 17533
/proc/meminfo: memFree=9751628/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=1987720 CPUtime=2636.03 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 3758923 0 0 0 262923 680 0 0 25 0 4 0 650782585 2035425280 435570 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 496930 435570 505 106 0 492433 0
[pid=17505/tid=17507] ppid=17503 vsize=1987720 CPUtime=815.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84709 0 0 0 81465 38 0 0 25 0 4 0 650782594 2035425280 435570 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=1987720 CPUtime=815.98 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 112078 0 0 0 81553 45 0 0 25 0 4 0 650782594 2035425280 435570 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=1987720 CPUtime=476.72 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 2769721 0 0 0 47208 464 0 0 25 0 4 0 650782594 2035425280 435570 33554432000 4194304 4625164 140733244352512 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2636.03
Current children cumulated vsize (KiB) 1987720

[startup+942.301 s]
/proc/loadavg: 9.18 9.15 8.84 10/466 17535
/proc/meminfo: memFree=9380360/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2443564 CPUtime=2815.11 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 4233829 0 0 0 280752 759 0 0 25 0 4 0 650782585 2502209536 463629 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 610891 463629 505 106 0 606394 0
[pid=17505/tid=17507] ppid=17503 vsize=2443564 CPUtime=875.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84837 0 0 0 87465 38 0 0 25 0 4 0 650782594 2502209536 463629 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2443564 CPUtime=875.06 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 112134 0 0 0 87461 45 0 0 25 0 4 0 650782594 2502209536 463629 33554432000 4194304 4625164 140733244352512 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2443564 CPUtime=506.72 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 3031665 0 0 0 50159 513 0 0 25 0 4 0 650782594 2502209536 463629 33554432000 4194304 4625164 140733244352512 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2815.11
Current children cumulated vsize (KiB) 2443564

[startup+1002.3 s]
/proc/loadavg: 9.11 9.13 8.85 10/466 17536
/proc/meminfo: memFree=9262172/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2476400 CPUtime=2994.18 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 4499038 0 0 0 298613 805 0 0 25 0 4 0 650782585 2535833600 471524 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 619100 471524 438 106 0 614603 0
[pid=17505/tid=17507] ppid=17503 vsize=2476400 CPUtime=935.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84847 0 0 0 93465 38 0 0 25 0 4 0 650782594 2535833600 471524 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2476400 CPUtime=934.13 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 130054 0 0 0 93365 48 0 0 25 0 4 0 650782594 2535833600 471524 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2476400 CPUtime=536.72 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 3243533 0 0 0 53122 550 0 0 25 0 4 0 650782594 2535833600 471524 33554432000 4194304 4625164 140733244352512 18446744073709551615 4547365 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2994.18
Current children cumulated vsize (KiB) 2476400

[startup+1062.3 s]
/proc/loadavg: 9.38 9.19 8.88 10/466 17541
/proc/meminfo: memFree=9146140/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2476400 CPUtime=3173.27 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 4820406 0 0 0 316466 861 0 0 25 0 4 0 650782585 2535833600 476284 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 619100 476284 436 106 0 614603 0
[pid=17505/tid=17507] ppid=17503 vsize=2476400 CPUtime=995.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 84922 0 0 0 99465 38 0 0 25 0 4 0 650782594 2535833600 476284 33554432000 4194304 4625164 140733244352512 18446744073709551615 4330704 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2476400 CPUtime=993.21 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 130114 0 0 0 99273 48 0 0 25 0 4 0 650782594 2535833600 476284 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2476400 CPUtime=566.71 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 3527050 0 0 0 56072 599 0 0 25 0 4 0 650782594 2535833600 476284 33554432000 4194304 4625164 140733244352512 18446744073709551615 4547375 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3173.27
Current children cumulated vsize (KiB) 2476400

[startup+1122.3 s]
/proc/loadavg: 9.22 9.18 8.90 10/466 17542
/proc/meminfo: memFree=9064244/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2499672 CPUtime=3352.34 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 5095989 0 0 0 334321 913 0 0 25 0 4 0 650782585 2559664128 482851 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 624918 482851 432 106 0 620421 0
[pid=17505/tid=17507] ppid=17503 vsize=2499672 CPUtime=1055.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 85101 0 0 0 105465 38 0 0 25 0 4 0 650782594 2559664128 482851 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2499672 CPUtime=1052.27 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 130482 0 0 0 105179 48 0 0 25 0 4 0 650782594 2559664128 482851 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2499672 CPUtime=596.71 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 3764951 0 0 0 59028 643 0 0 25 0 4 0 650782594 2559664128 482851 33554432000 4194304 4625164 140733244352512 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3352.34
Current children cumulated vsize (KiB) 2499672

[startup+1182.3 s]
/proc/loadavg: 7.02 8.60 8.72 6/457 17562
/proc/meminfo: memFree=12465980/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2499672 CPUtime=3580.65 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 5582530 0 0 0 357064 1001 0 0 25 0 4 0 650782585 2559664128 492304 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 624918 492304 426 106 0 620421 0
[pid=17505/tid=17507] ppid=17503 vsize=2499672 CPUtime=1115.03 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 85335 0 0 0 111465 38 0 0 25 0 4 0 650782594 2559664128 492304 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2499672 CPUtime=1111.35 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 130952 0 0 0 111087 48 0 0 25 0 4 0 650782594 2559664128 492304 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2499672 CPUtime=651.34 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 4182274 0 0 0 64419 715 0 0 25 0 4 0 650782594 2559664128 492304 33554432000 4194304 4625164 140733244352512 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3580.65
Current children cumulated vsize (KiB) 2499672

[startup+1242.3 s]
/proc/loadavg: 5.68 7.89 8.47 6/457 17564
/proc/meminfo: memFree=12420716/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2565208 CPUtime=3819.72 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 6106101 0 0 0 380880 1092 0 0 25 0 4 0 650782585 2626772992 502980 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 641302 502980 420 106 0 636805 0
[pid=17505/tid=17507] ppid=17503 vsize=2565208 CPUtime=1175.04 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 85556 0 0 0 117466 38 0 0 25 0 4 0 650782594 2626772992 502980 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2565208 CPUtime=1170.42 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 131394 0 0 0 116993 49 0 0 25 0 4 0 650782594 2626772992 502980 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2565208 CPUtime=711.33 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 4626481 0 0 0 70343 790 0 0 25 0 4 0 650782594 2626772992 502980 33554432000 4194304 4625164 140733244352512 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3819.72
Current children cumulated vsize (KiB) 2565208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.31 7.42 8.27 6/457 17565
/proc/meminfo: memFree=12337756/32951124 swapFree=67111348/67111528
[pid=17505] ppid=17503 vsize=2630744 CPUtime=4049.69 cores=1,3,5,7
/proc/17505/stat : 17505 (SArTagnan) R 17503 17505 16929 0 -1 4202496 6565655 0 0 0 403795 1174 0 0 25 0 4 0 650782585 2693881856 524335 33554432000 4194304 4625164 140733244352512 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17505/statm: 657686 524335 401 106 0 653189 0
[pid=17505/tid=17507] ppid=17503 vsize=2630744 CPUtime=1232.75 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (SArTagnan) R 17503 17505 16929 0 -1 4202560 85578 0 0 0 123237 38 0 0 25 0 4 0 650782594 2693881856 524335 33554432000 4194304 4625164 140733244352512 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17505/tid=17508] ppid=17503 vsize=2630744 CPUtime=1227.24 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (SArTagnan) R 17503 17505 16929 0 -1 4202560 131898 0 0 0 122674 50 0 0 25 0 4 0 650782594 2693881856 524335 33554432000 4194304 4625164 140733244352512 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17505/tid=17509] ppid=17503 vsize=2630744 CPUtime=769.05 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (SArTagnan) R 17503 17505 16929 0 -1 4202560 5033132 0 0 0 76045 860 0 0 25 0 4 0 650782594 2693881856 524335 33554432000 4194304 4625164 140733244352512 18446744073709551615 4552377 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4049.69
Current children cumulated vsize (KiB) 2630744

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 4049.81
CPU user time (s): 4037.98
CPU system time (s): 11.8222
CPU usage (%): 311.498
Max. virtual memory (cumulated for all children) (KiB): 2961572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4037.98
system time used= 11.8222
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6565656
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= 9279
involuntary context switches= 41724

runsolver used 5.30019 second user time and 14.8307 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-17 00:07:45
IDJOB=3385847
IDBENCH=88216
IDSOLVER=1871
FILE ID=node144/3385847-1305583664
RUNJOBID= node144-1305582362-17378
PBS_JOBID= 13350220
Free space on /tmp= 73260 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385847-1305583664/watcher-3385847-1305583664 -o /tmp/evaluation-result-3385847-1305583664/solver-3385847-1305583664 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385847-1305583664.cnf -threads=4

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=1319173960

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13839228 kB
Buffers:        331372 kB
Cached:        4130700 kB
SwapCached:          0 kB
Active:       15871216 kB
Inactive:      2865772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13839228 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:    14274372 kB
Mapped:          38400 kB
Slab:           246196 kB
PageTables:      62520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137479596 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= 73264 MiB
End job on node144 at 2011-05-17 00:29:27