Trace number 3385984

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) 3883.09 1300.05

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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

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

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


[startup+0 s]
/proc/loadavg: 8.70 4.65 5.13 8/393 7669
/proc/meminfo: memFree=23032584/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=20604 CPUtime=0 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 748455437 21098496 565 33554432000 4194304 4625164 140734409735728 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7669/statm: 5151 565 296 106 0 654 0

[startup+0.0225501 s]
/proc/loadavg: 8.70 4.65 5.13 8/393 7669
/proc/meminfo: memFree=23032584/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=23080 CPUtime=0.01 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 1934 0 0 0 1 0 0 0 25 0 1 0 748455437 23633920 1161 33554432000 4194304 4625164 140734409735728 18446744073709551615 4585887 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7669/statm: 5770 1163 296 106 0 1273 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23080

[startup+0.104475 s]
/proc/loadavg: 8.70 4.65 5.13 8/393 7669
/proc/meminfo: memFree=23032584/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=140660 CPUtime=0.14 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 9887 0 0 0 14 0 0 0 25 0 4 0 748455437 144035840 6708 33554432000 4194304 4625164 140734409735728 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 35165 6708 385 106 0 30668 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 140660

[startup+0.300503 s]
/proc/loadavg: 8.70 4.65 5.13 8/393 7669
/proc/meminfo: memFree=23032584/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=221392 CPUtime=0.73 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 15701 0 0 0 72 1 0 0 25 0 4 0 748455437 226705408 9982 33554432000 4194304 4625164 140734409735728 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 55348 9982 428 106 0 50851 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 221392

[startup+0.700428 s]
/proc/loadavg: 8.70 4.65 5.13 8/393 7669
/proc/meminfo: memFree=23032584/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=229100 CPUtime=1.93 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 21101 0 0 0 191 2 0 0 25 0 4 0 748455437 234598400 12142 33554432000 4194304 4625164 140734409735728 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 57275 12142 427 106 0 52778 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 229100

[startup+1.50028 s]
/proc/loadavg: 8.70 4.65 5.13 12/397 7673
/proc/meminfo: memFree=22980968/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=231976 CPUtime=4.3 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 27274 0 0 0 427 3 0 0 25 0 4 0 748455437 237543424 13365 33554432000 4194304 4625164 140734409735728 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 57994 13365 406 106 0 53497 0
[pid=7669/tid=7671] ppid=7667 vsize=231976 CPUtime=1.4 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 2622 0 0 0 140 0 0 0 25 0 4 0 748455445 237543424 13365 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=231976 CPUtime=1.39 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 4984 0 0 0 139 0 0 0 25 0 4 0 748455445 237543424 13365 33554432000 4194304 4625164 140734409735728 18446744073709551615 4353343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=231976 CPUtime=0.69 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 8693 0 0 0 68 1 0 0 25 0 4 0 748455445 237543424 13365 33554432000 4194304 4625164 140734409735728 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 231976

[startup+3.10098 s]
/proc/loadavg: 8.70 4.65 5.13 11/397 7673
/proc/meminfo: memFree=22966744/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=234904 CPUtime=9.1 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 39899 0 0 0 904 6 0 0 25 0 4 0 748455437 240541696 15093 33554432000 4194304 4625164 140734409735728 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 58726 15093 374 106 0 54229 0
[pid=7669/tid=7671] ppid=7667 vsize=234904 CPUtime=3.01 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 4982 0 0 0 300 1 0 0 25 0 4 0 748455445 240541696 15093 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=234904 CPUtime=2.98 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 5379 0 0 0 298 0 0 0 25 0 4 0 748455445 240541696 15093 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=234904 CPUtime=1.49 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 18364 0 0 0 147 2 0 0 25 0 4 0 748455445 240541696 15093 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 234904

[startup+6.30038 s]
/proc/loadavg: 8.81 4.74 5.15 11/397 7673
/proc/meminfo: memFree=22949384/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=246588 CPUtime=18.65 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 73228 0 0 0 1854 11 0 0 25 0 4 0 748455437 252506112 17919 33554432000 4194304 4625164 140734409735728 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 61647 17919 366 106 0 57150 0
[pid=7669/tid=7671] ppid=7667 vsize=246588 CPUtime=6.2 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 8477 0 0 0 619 1 0 0 25 0 4 0 748455445 252506112 17919 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=246588 CPUtime=6.14 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 8169 0 0 0 613 1 0 0 25 0 4 0 748455445 252506112 17919 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=246588 CPUtime=3.1 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 43656 0 0 0 303 7 0 0 25 0 4 0 748455445 252506112 17919 33554432000 4194304 4625164 140734409735728 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 246588

[startup+12.7012 s]
/proc/loadavg: 8.98 4.85 5.18 11/397 7673
/proc/meminfo: memFree=22921352/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=315288 CPUtime=37.75 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 104419 0 0 0 3758 17 0 0 25 0 4 0 748455437 322854912 22161 33554432000 4194304 4625164 140734409735728 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 78822 22161 340 106 0 74325 0
[pid=7669/tid=7671] ppid=7667 vsize=315288 CPUtime=11.5 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 10076 0 0 0 1148 2 0 0 25 0 4 0 748455445 322854912 22161 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=315288 CPUtime=11.18 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 9469 0 0 0 1117 1 0 0 25 0 4 0 748455445 322854912 22161 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=315288 CPUtime=7.46 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 71474 0 0 0 735 11 0 0 25 0 4 0 748455445 322854912 22161 33554432000 4194304 4625164 140734409735728 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.75
Current children cumulated vsize (KiB) 315288

[startup+25.5008 s]
/proc/loadavg: 9.21 5.10 5.26 11/397 7674
/proc/meminfo: memFree=22876216/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=332624 CPUtime=76 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 178185 0 0 0 7571 29 0 0 25 0 4 0 748455437 340606976 28035 33554432000 4194304 4625164 140734409735728 18446744073709551615 4329147 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 83156 28035 341 106 0 78659 0
[pid=7669/tid=7671] ppid=7667 vsize=332624 CPUtime=17.99 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 16146 0 0 0 1795 4 0 0 25 0 4 0 748455445 340606976 28035 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=332624 CPUtime=17.49 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 13895 0 0 0 1747 2 0 0 25 0 4 0 748455445 340606976 28035 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=332624 CPUtime=20.09 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 130475 0 0 0 1990 19 0 0 25 0 4 0 748455445 340606976 28035 33554432000 4194304 4625164 140734409735728 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76
Current children cumulated vsize (KiB) 332624

[startup+51.101 s]
/proc/loadavg: 9.48 5.49 5.39 11/397 7674
/proc/meminfo: memFree=22813804/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=342896 CPUtime=152.46 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 277460 0 0 0 15202 44 0 0 25 0 4 0 748455437 351125504 32815 33554432000 4194304 4625164 140734409735728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 85724 32815 340 106 0 81227 0
[pid=7669/tid=7671] ppid=7667 vsize=342896 CPUtime=38.26 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 23460 0 0 0 3821 5 0 0 25 0 4 0 748455445 351125504 32815 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=342896 CPUtime=34.1 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 15826 0 0 0 3407 3 0 0 25 0 4 0 748455445 351125504 32815 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=342896 CPUtime=34.09 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 220430 0 0 0 3376 33 0 0 25 0 4 0 748455445 351125504 32815 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 152.46
Current children cumulated vsize (KiB) 342896

[startup+102.314 s]
/proc/loadavg: 9.86 6.21 5.64 11/397 7676
/proc/meminfo: memFree=22627772/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=341348 CPUtime=305.3 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 526759 0 0 0 30447 83 0 0 25 0 4 0 748455437 349540352 47553 33554432000 4194304 4625164 140734409735728 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 85337 47553 344 106 0 80840 0
[pid=7669/tid=7671] ppid=7667 vsize=341348 CPUtime=79.2 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 39778 0 0 0 7911 9 0 0 25 0 4 0 748455445 349540352 47553 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=341348 CPUtime=69.98 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 23714 0 0 0 6993 5 0 0 25 0 4 0 748455445 349540352 47553 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=341348 CPUtime=58.91 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 445323 0 0 0 5825 66 0 0 25 0 4 0 748455445 349540352 47553 33554432000 4194304 4625164 140734409735728 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 305.3
Current children cumulated vsize (KiB) 341348

[startup+162.301 s]
/proc/loadavg: 9.98 6.91 5.91 11/397 7677
/proc/meminfo: memFree=22495880/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=427680 CPUtime=484.5 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 812127 0 0 0 48323 127 0 0 25 0 4 0 748455437 437944320 59146 33554432000 4194304 4625164 140734409735728 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 106920 59146 538 106 0 102423 0
[pid=7669/tid=7671] ppid=7667 vsize=427680 CPUtime=108.79 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 55934 0 0 0 10867 12 0 0 25 0 4 0 748455445 437944320 59146 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=427680 CPUtime=129.96 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 25955 0 0 0 12990 6 0 0 25 0 4 0 748455445 437944320 59146 33554432000 4194304 4625164 140734409735728 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=427680 CPUtime=90.84 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 710088 0 0 0 8978 106 0 0 25 0 4 0 748455445 437944320 59146 33554432000 4194304 4625164 140734409735728 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 484.5
Current children cumulated vsize (KiB) 427680

[startup+222.301 s]
/proc/loadavg: 10.07 7.50 6.17 11/397 7679
/proc/meminfo: memFree=22376780/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=471992 CPUtime=663.73 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 1202429 0 0 0 66189 184 0 0 25 0 4 0 748455437 483319808 71877 33554432000 4194304 4625164 140734409735728 18446744073709551615 4512035 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 117998 71877 1068 106 0 113501 0
[pid=7669/tid=7671] ppid=7667 vsize=471992 CPUtime=138.97 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 58053 0 0 0 13884 13 0 0 25 0 4 0 748455445 483319808 71877 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=471992 CPUtime=168.08 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 34274 0 0 0 16801 7 0 0 25 0 4 0 748455445 483319808 71877 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=471992 CPUtime=141.77 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 1089463 0 0 0 14016 161 0 0 25 0 4 0 748455445 483319808 71877 33554432000 4194304 4625164 140734409735728 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 663.73
Current children cumulated vsize (KiB) 471992

[startup+282.301 s]

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

[pid=7669] ppid=7667 vsize=742164 CPUtime=2097.56 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3478701 0 0 0 209249 507 0 0 25 0 4 0 748455437 759975936 143490 33554432000 4194304 4625164 140734409735728 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 185541 143490 648 106 0 181044 0
[pid=7669/tid=7671] ppid=7667 vsize=742164 CPUtime=379.15 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 122402 0 0 0 37894 21 0 0 25 0 4 0 748455445 759975936 143490 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=742164 CPUtime=416.21 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 37221 0 0 0 41614 7 0 0 25 0 4 0 748455445 759975936 143490 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=742164 CPUtime=607.28 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3226996 0 0 0 60266 462 0 0 25 0 4 0 748455445 759975936 143490 33554432000 4194304 4625164 140734409735728 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2097.56
Current children cumulated vsize (KiB) 742164

[startup+762.315 s]
/proc/loadavg: 10.17 9.72 7.92 11/397 7693
/proc/meminfo: memFree=21440304/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=828788 CPUtime=2276.83 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3532452 0 0 0 227167 516 0 0 25 0 4 0 748455437 848678912 148914 33554432000 4194304 4625164 140734409735728 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 207197 148914 591 106 0 202700 0
[pid=7669/tid=7671] ppid=7667 vsize=828788 CPUtime=409.34 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 123475 0 0 0 40913 21 0 0 25 0 4 0 748455445 848678912 148914 33554432000 4194304 4625164 140734409735728 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=828788 CPUtime=446.04 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 39799 0 0 0 44596 8 0 0 25 0 4 0 748455445 848678912 148914 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=828788 CPUtime=666.51 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3262984 0 0 0 66183 468 0 0 25 0 4 0 748455445 848678912 148914 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2276.83
Current children cumulated vsize (KiB) 828788

[startup+822.301 s]
/proc/loadavg: 10.16 9.80 8.06 11/397 7695
/proc/meminfo: memFree=21337452/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=876996 CPUtime=2456.02 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3543373 0 0 0 245084 518 0 0 25 0 4 0 748455437 898043904 159762 33554432000 4194304 4625164 140734409735728 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 219249 159762 628 106 0 214752 0
[pid=7669/tid=7671] ppid=7667 vsize=876996 CPUtime=439.34 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 123847 0 0 0 43912 22 0 0 25 0 4 0 748455445 898043904 159762 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=876996 CPUtime=476.03 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 40464 0 0 0 47595 8 0 0 25 0 4 0 748455445 898043904 159762 33554432000 4194304 4625164 140734409735728 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=876996 CPUtime=725.73 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3271796 0 0 0 72104 469 0 0 25 0 4 0 748455445 898043904 159762 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2456.02
Current children cumulated vsize (KiB) 876996

[startup+882.301 s]
/proc/loadavg: 10.16 9.86 8.18 11/397 7697
/proc/meminfo: memFree=21269664/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=881232 CPUtime=2635.24 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3548111 0 0 0 263005 519 0 0 25 0 4 0 748455437 902381568 164457 33554432000 4194304 4625164 140734409735728 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 220308 164457 628 106 0 215811 0
[pid=7669/tid=7671] ppid=7667 vsize=881232 CPUtime=469.34 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 125629 0 0 0 46912 22 0 0 25 0 4 0 748455445 902381568 164457 33554432000 4194304 4625164 140734409735728 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=881232 CPUtime=506.04 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 41120 0 0 0 50595 9 0 0 25 0 4 0 748455445 902381568 164457 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=881232 CPUtime=784.95 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3273035 0 0 0 78026 469 0 0 25 0 4 0 748455445 902381568 164457 33554432000 4194304 4625164 140734409735728 18446744073709551615 4579343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2635.24
Current children cumulated vsize (KiB) 881232

[startup+942.301 s]
/proc/loadavg: 10.15 9.91 8.31 11/397 7698
/proc/meminfo: memFree=21189008/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=974096 CPUtime=2814.48 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3564722 0 0 0 280923 525 0 0 25 0 4 0 748455437 997474304 169961 33554432000 4194304 4625164 140734409735728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 243524 169961 628 106 0 239027 0
[pid=7669/tid=7671] ppid=7667 vsize=974096 CPUtime=499.23 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 127443 0 0 0 49899 24 0 0 25 0 4 0 748455445 997474304 169961 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=974096 CPUtime=545.25 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 53619 0 0 0 54515 10 0 0 25 0 4 0 748455445 997474304 169961 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=974096 CPUtime=835.07 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3274500 0 0 0 83037 470 0 0 25 0 4 0 748455445 997474304 169961 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2814.48
Current children cumulated vsize (KiB) 974096

[startup+1002.3 s]
/proc/loadavg: 10.14 9.95 8.42 11/397 7700
/proc/meminfo: memFree=21105372/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=980352 CPUtime=2993.71 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3570194 0 0 0 298842 529 0 0 25 0 4 0 748455437 1003880448 175360 33554432000 4194304 4625164 140734409735728 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 245088 175360 628 106 0 240591 0
[pid=7669/tid=7671] ppid=7667 vsize=980352 CPUtime=529.17 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 128794 0 0 0 52891 26 0 0 25 0 4 0 748455445 1003880448 175360 33554432000 4194304 4625164 140734409735728 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=980352 CPUtime=578.71 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 54405 0 0 0 57860 11 0 0 25 0 4 0 748455445 1003880448 175360 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=980352 CPUtime=890.91 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3276346 0 0 0 88620 471 0 0 25 0 4 0 748455445 1003880448 175360 33554432000 4194304 4625164 140734409735728 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2993.71
Current children cumulated vsize (KiB) 980352

[startup+1062.3 s]
/proc/loadavg: 10.13 9.99 8.53 11/397 7710
/proc/meminfo: memFree=21002220/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=1018684 CPUtime=3172.92 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3591738 0 0 0 316757 535 0 0 25 0 4 0 748455437 1043132416 180196 33554432000 4194304 4625164 140734409735728 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 254671 180196 628 106 0 250174 0
[pid=7669/tid=7671] ppid=7667 vsize=1018684 CPUtime=564.25 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 130068 0 0 0 56397 28 0 0 25 0 4 0 748455445 1043132416 180196 33554432000 4194304 4625164 140734409735728 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=1018684 CPUtime=608.97 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 55006 0 0 0 60885 12 0 0 25 0 4 0 748455445 1043132416 180196 33554432000 4194304 4625164 140734409735728 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=1018684 CPUtime=950.15 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3277528 0 0 0 94544 471 0 0 25 0 4 0 748455445 1043132416 180196 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3172.92
Current children cumulated vsize (KiB) 1018684

[startup+1122.3 s]
/proc/loadavg: 10.12 10.02 8.62 11/397 7712
/proc/meminfo: memFree=20943156/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=1023440 CPUtime=3352.15 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3597243 0 0 0 334676 539 0 0 25 0 4 0 748455437 1048002560 185594 33554432000 4194304 4625164 140734409735728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 255860 185594 628 106 0 251363 0
[pid=7669/tid=7671] ppid=7667 vsize=1023440 CPUtime=624.25 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 132552 0 0 0 62394 31 0 0 25 0 4 0 748455445 1048002560 185594 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=1023440 CPUtime=638.98 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 55383 0 0 0 63885 13 0 0 25 0 4 0 748455445 1048002560 185594 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=1023440 CPUtime=1009.38 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3279239 0 0 0 100466 472 0 0 25 0 4 0 748455445 1048002560 185594 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3352.15
Current children cumulated vsize (KiB) 1023440

[startup+1182.3 s]
/proc/loadavg: 10.20 10.06 8.72 11/397 7714
/proc/meminfo: memFree=20847732/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=1028972 CPUtime=3531.39 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3604912 0 0 0 352597 542 0 0 25 0 4 0 748455437 1053667328 193147 33554432000 4194304 4625164 140734409735728 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 257243 193147 628 106 0 252746 0
[pid=7669/tid=7671] ppid=7667 vsize=1028972 CPUtime=663 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 137031 0 0 0 66267 33 0 0 25 0 4 0 748455445 1053667328 193147 33554432000 4194304 4625164 140734409735728 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=1028972 CPUtime=668.95 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 55944 0 0 0 66882 13 0 0 25 0 4 0 748455445 1053667328 193147 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=1028972 CPUtime=1068.63 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3280621 0 0 0 106391 472 0 0 25 0 4 0 748455445 1053667328 193147 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3531.39
Current children cumulated vsize (KiB) 1028972

[startup+1242.3 s]
/proc/loadavg: 10.01 10.00 8.79 11/397 7776
/proc/meminfo: memFree=22319572/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=1035256 CPUtime=3710.63 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3609216 0 0 0 370518 545 0 0 25 0 4 0 748455437 1060102144 197326 33554432000 4194304 4625164 140734409735728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 258814 197326 628 106 0 254317 0
[pid=7669/tid=7671] ppid=7667 vsize=1035256 CPUtime=693 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 138370 0 0 0 69265 35 0 0 25 0 4 0 748455445 1060102144 197326 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=1035256 CPUtime=698.95 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 56391 0 0 0 69882 13 0 0 25 0 4 0 748455445 1060102144 197326 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=1035256 CPUtime=1127.86 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3282414 0 0 0 112313 473 0 0 25 0 4 0 748455445 1060102144 197326 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3710.63
Current children cumulated vsize (KiB) 1035256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.14 10.03 8.87 11/397 7778
/proc/meminfo: memFree=22202836/32950928 swapFree=60044328/67111528
[pid=7669] ppid=7667 vsize=1071124 CPUtime=3883.02 cores=0,2,4,6
/proc/7669/stat : 7669 (SArTagnan) R 7667 7669 7595 0 -1 4202496 3630849 0 0 0 387753 549 0 0 25 0 4 0 748455437 1096830976 203221 33554432000 4194304 4625164 140734409735728 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7669/statm: 267781 203221 628 106 0 263284 0
[pid=7669/tid=7671] ppid=7667 vsize=1071124 CPUtime=721.88 cores=0,2,4,6
/proc/7669/task/7671/stat : 7671 (SArTagnan) R 7667 7669 7595 0 -1 4202560 139980 0 0 0 72152 36 0 0 25 0 4 0 748455445 1096830976 203222 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=1071124 CPUtime=727.79 cores=0,2,4,6
/proc/7669/task/7672/stat : 7672 (SArTagnan) R 7667 7669 7595 0 -1 4202560 56847 0 0 0 72765 14 0 0 25 0 4 0 748455445 1096830976 203222 33554432000 4194304 4625164 140734409735728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=1071124 CPUtime=1184.83 cores=0,2,4,6
/proc/7669/task/7673/stat : 7673 (SArTagnan) R 7667 7669 7595 0 -1 4202560 3283355 0 0 0 118010 473 0 0 25 0 4 0 748455445 1096830976 203222 33554432000 4194304 4625164 140734409735728 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3883.02
Current children cumulated vsize (KiB) 1071124

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.05
CPU time (s): 3883.09
CPU user time (s): 3877.56
CPU system time (s): 5.53016
CPU usage (%): 298.688
Max. virtual memory (cumulated for all children) (KiB): 1131136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3877.56
system time used= 5.53016
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3630850
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= 1060
involuntary context switches= 33632

runsolver used 4.6033 second user time and 11.9732 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-16 23:44:08
IDJOB=3385984
IDBENCH=83965
IDSOLVER=1871
FILE ID=node114/3385984-1305582247
RUNJOBID= node114-1305582131-7613
PBS_JOBID= 13350302
Free space on /tmp= 72936 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385984-1305582247/watcher-3385984-1305582247 -o /tmp/evaluation-result-3385984-1305582247/solver-3385984-1305582247 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385984-1305582247.cnf -threads=4

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=734584341

node114.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.848
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.69
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      23032616 kB
Buffers:         74340 kB
Cached:         510256 kB
SwapCached:      48520 kB
Active:        1482960 kB
Inactive:      8238200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23032616 kB
SwapTotal:    67111528 kB
SwapFree:     60044328 kB
Dirty:            2848 kB
Writeback:           0 kB
AnonPages:     9094516 kB
Mapped:          23392 kB
Slab:            77228 kB
PageTables:      55148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81883784 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= 72936 MiB
End job on node114 at 2011-05-17 00:05:50