Trace number 3386082

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) 4800.2 1204.3

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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

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

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


[startup+0 s]
/proc/loadavg: 3.74 4.86 6.42 5/427 5991
/proc/meminfo: memFree=20118528/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=21972 CPUtime=0 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 591 0 0 0 0 0 0 0 25 0 1 0 748506049 22499328 476 33554432000 4194304 4625164 140735763330352 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5991/statm: 5493 476 296 106 0 996 0

[startup+0.0809731 s]
/proc/loadavg: 3.74 4.86 6.42 5/427 5991
/proc/meminfo: memFree=20118528/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=258328 CPUtime=0.2 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 4310 0 0 0 20 0 0 0 25 0 4 0 748506049 264527872 3362 33554432000 4194304 4625164 140735763330352 18446744073709551615 260905499167 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 64582 3362 344 106 0 60085 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 258328

[startup+0.152689 s]
/proc/loadavg: 3.74 4.86 6.42 5/427 5991
/proc/meminfo: memFree=20118528/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=260968 CPUtime=0.49 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 5173 0 0 0 49 0 0 0 25 0 4 0 748506049 267231232 4206 33554432000 4194304 4625164 140735763330352 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 65242 4206 345 106 0 60745 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 260968

[startup+0.300662 s]
/proc/loadavg: 3.74 4.86 6.42 5/427 5991
/proc/meminfo: memFree=20118528/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=260968 CPUtime=1.08 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 6006 0 0 0 108 0 0 0 25 0 4 0 748506049 267231232 5039 33554432000 4194304 4625164 140735763330352 18446744073709551615 4528661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 65242 5039 345 106 0 60745 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 260968

[startup+0.700589 s]
/proc/loadavg: 3.74 4.86 6.42 5/427 5991
/proc/meminfo: memFree=20118528/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=266928 CPUtime=2.69 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 9498 0 0 0 268 1 0 0 25 0 4 0 748506049 273334272 7586 33554432000 4194304 4625164 140735763330352 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 66732 7586 345 106 0 62235 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 266928

[startup+1.50044 s]
/proc/loadavg: 3.92 4.88 6.42 10/431 5995
/proc/meminfo: memFree=20060068/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=274272 CPUtime=5.87 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 15053 0 0 0 585 2 0 0 25 0 4 0 748506049 280854528 10456 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 68568 10456 346 106 0 64071 0
[pid=5991/tid=5993] ppid=5989 vsize=274272 CPUtime=1.45 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 1875 0 0 0 145 0 0 0 25 0 4 0 748506053 280854528 10456 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=274272 CPUtime=1.44 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 3485 0 0 0 144 0 0 0 25 0 4 0 748506053 280854528 10456 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=274272 CPUtime=1.46 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 2083 0 0 0 146 0 0 0 25 0 4 0 748506053 280854528 10456 33554432000 4194304 4625164 140735763330352 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 274272

[startup+3.10115 s]
/proc/loadavg: 3.92 4.88 6.42 10/431 5995
/proc/meminfo: memFree=20032416/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=280488 CPUtime=12.26 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 20465 0 0 0 1223 3 0 0 25 0 4 0 748506049 287219712 14406 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511860 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 70122 14406 346 106 0 65625 0
[pid=5991/tid=5993] ppid=5989 vsize=280488 CPUtime=3.05 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 3631 0 0 0 305 0 0 0 25 0 4 0 748506053 287219712 14406 33554432000 4194304 4625164 140735763330352 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=280488 CPUtime=3.02 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 5121 0 0 0 302 0 0 0 25 0 4 0 748506053 287219712 14406 33554432000 4194304 4625164 140735763330352 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=280488 CPUtime=3.06 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 3072 0 0 0 306 0 0 0 25 0 4 0 748506053 287219712 14406 33554432000 4194304 4625164 140735763330352 18446744073709551615 4570717 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 280488

[startup+6.30057 s]
/proc/loadavg: 4.25 4.93 6.42 9/431 5995
/proc/meminfo: memFree=19977148/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=292848 CPUtime=25 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 35264 0 0 0 2494 6 0 0 25 0 4 0 748506049 299876352 19431 33554432000 4194304 4625164 140735763330352 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 73212 19431 346 106 0 68715 0
[pid=5991/tid=5993] ppid=5989 vsize=292848 CPUtime=6.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 5504 0 0 0 624 1 0 0 25 0 4 0 748506053 299876352 19431 33554432000 4194304 4625164 140735763330352 18446744073709551615 260905043148 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=292848 CPUtime=6.18 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 7823 0 0 0 617 1 0 0 25 0 4 0 748506053 299876352 19431 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=292848 CPUtime=6.25 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 11067 0 0 0 623 2 0 0 25 0 4 0 748506053 299876352 19431 33554432000 4194304 4625164 140735763330352 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 292848

[startup+12.7004 s]
/proc/loadavg: 4.55 4.98 6.43 9/431 5995
/proc/meminfo: memFree=19907372/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=304448 CPUtime=50.52 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 79980 0 0 0 5039 13 0 0 25 0 4 0 748506049 311754752 27096 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 76112 27097 346 106 0 71615 0
[pid=5991/tid=5993] ppid=5989 vsize=304448 CPUtime=12.65 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 9264 0 0 0 1263 2 0 0 25 0 4 0 748506053 311754752 27097 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=304448 CPUtime=12.49 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 12813 0 0 0 1247 2 0 0 25 0 4 0 748506053 311754752 27097 33554432000 4194304 4625164 140735763330352 18446744073709551615 260905052288 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=304448 CPUtime=12.66 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 46516 0 0 0 1259 7 0 0 25 0 4 0 748506053 311754752 27098 33554432000 4194304 4625164 140735763330352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 304448

[startup+25.5011 s]
/proc/loadavg: 5.31 5.13 6.46 9/431 5995
/proc/meminfo: memFree=19796524/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=330988 CPUtime=101.53 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 106677 0 0 0 10134 19 0 0 25 0 4 0 748506049 338931712 37073 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 82747 37073 347 106 0 78250 0
[pid=5991/tid=5993] ppid=5989 vsize=330988 CPUtime=25.46 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 13710 0 0 0 2542 4 0 0 25 0 4 0 748506053 338931712 37073 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=330988 CPUtime=25.11 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 15768 0 0 0 2507 4 0 0 25 0 4 0 748506053 338931712 37073 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=330988 CPUtime=25.46 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 61632 0 0 0 2537 9 0 0 25 0 4 0 748506053 338931712 37073 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 330988

[startup+51.1004 s]
/proc/loadavg: 6.30 5.37 6.50 9/431 5996
/proc/meminfo: memFree=19598928/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=442568 CPUtime=203.59 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 231637 0 0 0 20314 45 0 0 25 0 4 0 748506049 453189632 60085 33554432000 4194304 4625164 140735763330352 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 110642 60085 346 106 0 106145 0
[pid=5991/tid=5993] ppid=5989 vsize=442568 CPUtime=51.05 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 20464 0 0 0 5099 6 0 0 25 0 4 0 748506053 453189632 60085 33554432000 4194304 4625164 140735763330352 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=442568 CPUtime=50.36 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 23475 0 0 0 5027 9 0 0 25 0 4 0 748506053 453189632 60085 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=442568 CPUtime=51.06 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 135288 0 0 0 5085 21 0 0 25 0 4 0 748506053 453189632 60085 33554432000 4194304 4625164 140735763330352 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 442568

[startup+102.316 s]
/proc/loadavg: 7.30 5.79 6.58 9/431 5997
/proc/meminfo: memFree=19261240/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=611156 CPUtime=407.75 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 329931 0 0 0 40702 73 0 0 25 0 4 0 748506049 625823744 102787 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511959 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 152789 102787 356 106 0 148292 0
[pid=5991/tid=5993] ppid=5989 vsize=611156 CPUtime=102.27 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 31039 0 0 0 10216 11 0 0 25 0 4 0 748506053 625823744 102787 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=611156 CPUtime=100.87 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 32125 0 0 0 10068 19 0 0 25 0 4 0 748506053 625823744 102787 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=611156 CPUtime=102.27 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 155382 0 0 0 10203 24 0 0 25 0 4 0 748506053 625823744 102787 33554432000 4194304 4625164 140735763330352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 611156

[startup+162.301 s]
/proc/loadavg: 7.81 6.21 6.67 9/431 5999
/proc/meminfo: memFree=18941292/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=795108 CPUtime=646.87 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 400232 0 0 0 64601 86 0 0 25 0 4 0 748506049 814190592 133752 33554432000 4194304 4625164 140735763330352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 198777 133752 613 106 0 194280 0
[pid=5991/tid=5993] ppid=5989 vsize=795108 CPUtime=162.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 42401 0 0 0 16210 15 0 0 25 0 4 0 748506053 814190592 133752 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=795108 CPUtime=160.05 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 38059 0 0 0 15984 21 0 0 25 0 4 0 748506053 814190592 133752 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=795108 CPUtime=162.26 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 158951 0 0 0 16200 26 0 0 25 0 4 0 748506053 814190592 133752 33554432000 4194304 4625164 140735763330352 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.87
Current children cumulated vsize (KiB) 795108

[startup+222.301 s]
/proc/loadavg: 8.03 6.56 6.76 9/431 6001
/proc/meminfo: memFree=18436328/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=849992 CPUtime=886.06 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 434342 0 0 0 88507 99 0 0 25 0 4 0 748506049 870391808 156497 33554432000 4194304 4625164 140735763330352 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 212498 156497 579 106 0 208001 0
[pid=5991/tid=5993] ppid=5989 vsize=849992 CPUtime=222.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 57219 0 0 0 22205 20 0 0 25 0 4 0 748506053 870391808 156497 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=849992 CPUtime=219.23 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 41885 0 0 0 21897 26 0 0 25 0 4 0 748506053 870391808 156497 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=849992 CPUtime=222.26 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 166027 0 0 0 22199 27 0 0 25 0 4 0 748506053 870391808 156497 33554432000 4194304 4625164 140735763330352 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.06
Current children cumulated vsize (KiB) 849992

[startup+282.301 s]

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

[pid=5991] ppid=5989 vsize=1872332 CPUtime=2560.34 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 3203265 0 0 0 255479 555 0 0 25 0 4 0 748506049 1917267968 358956 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 468083 358956 346 106 0 463586 0
[pid=5991/tid=5993] ppid=5989 vsize=1872332 CPUtime=642.26 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 90895 0 0 0 64190 36 0 0 25 0 4 0 748506053 1917267968 358956 33554432000 4194304 4625164 140735763330352 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=1872332 CPUtime=633.47 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 87934 0 0 0 63291 56 0 0 25 0 4 0 748506053 1917267968 358956 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=1872332 CPUtime=642.27 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 2373009 0 0 0 63867 360 0 0 25 0 4 0 748506053 1917267968 358956 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2560.34
Current children cumulated vsize (KiB) 1872332

[startup+702.301 s]
/proc/loadavg: 8.06 7.81 7.31 9/431 6022
/proc/meminfo: memFree=17222304/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=1905408 CPUtime=2799.47 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 3633140 0 0 0 279321 626 0 0 25 0 4 0 748506049 1951137792 374875 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 476352 374875 346 106 0 471855 0
[pid=5991/tid=5993] ppid=5989 vsize=1905408 CPUtime=702.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 91328 0 0 0 70189 36 0 0 25 0 4 0 748506053 1951137792 374875 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=1905408 CPUtime=692.62 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 88869 0 0 0 69204 58 0 0 25 0 4 0 748506053 1951137792 374875 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=1905408 CPUtime=702.26 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 2786065 0 0 0 69799 427 0 0 25 0 4 0 748506053 1951137792 374875 33554432000 4194304 4625164 140735763330352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2799.47
Current children cumulated vsize (KiB) 1905408

[startup+762.316 s]
/proc/loadavg: 8.10 7.87 7.36 9/431 6024
/proc/meminfo: memFree=17090952/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=1905408 CPUtime=3038.7 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 4066809 0 0 0 303175 695 0 0 25 0 4 0 748506049 1951137792 388833 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 476352 388833 346 106 0 471855 0
[pid=5991/tid=5993] ppid=5989 vsize=1905408 CPUtime=762.26 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 91666 0 0 0 76190 36 0 0 25 0 4 0 748506053 1951137792 388833 33554432000 4194304 4625164 140735763330352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=1905408 CPUtime=751.79 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 90894 0 0 0 75118 61 0 0 25 0 4 0 748506053 1951137792 388833 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=1905408 CPUtime=762.28 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 3210446 0 0 0 75738 490 0 0 25 0 4 0 748506053 1951137792 388833 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3038.7
Current children cumulated vsize (KiB) 1905408

[startup+822.301 s]
/proc/loadavg: 8.07 7.90 7.40 9/431 6026
/proc/meminfo: memFree=16986760/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=1970944 CPUtime=3277.81 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 4492867 0 0 0 327018 763 0 0 25 0 4 0 748506049 2018246656 400644 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 492736 400644 346 106 0 488239 0
[pid=5991/tid=5993] ppid=5989 vsize=1970944 CPUtime=822.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 91955 0 0 0 82189 36 0 0 25 0 4 0 748506053 2018246656 400644 33554432000 4194304 4625164 140735763330352 18446744073709551615 4488068 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=1970944 CPUtime=810.96 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 92190 0 0 0 81033 63 0 0 25 0 4 0 748506053 2018246656 400644 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=1970944 CPUtime=822.27 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 3625624 0 0 0 81672 555 0 0 25 0 4 0 748506053 2018246656 400644 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.81
Current children cumulated vsize (KiB) 1970944

[startup+882.301 s]
/proc/loadavg: 8.17 7.96 7.45 9/431 6027
/proc/meminfo: memFree=16830980/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=1970944 CPUtime=3516.96 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 4944985 0 0 0 350859 837 0 0 25 0 4 0 748506049 2018246656 410733 33554432000 4194304 4625164 140735763330352 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 492736 410734 346 106 0 488239 0
[pid=5991/tid=5993] ppid=5989 vsize=1970944 CPUtime=882.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 92324 0 0 0 88189 36 0 0 25 0 4 0 748506053 2018246656 410734 33554432000 4194304 4625164 140735763330352 18446744073709551615 4330886 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=1970944 CPUtime=870.11 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 92783 0 0 0 86947 64 0 0 25 0 4 0 748506053 2018246656 410734 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=1970944 CPUtime=882.27 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 4047589 0 0 0 87604 623 0 0 25 0 4 0 748506053 2018246656 410735 33554432000 4194304 4625164 140735763330352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3516.96
Current children cumulated vsize (KiB) 1970944

[startup+942.301 s]
/proc/loadavg: 8.24 8.01 7.50 9/431 6029
/proc/meminfo: memFree=16575004/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=2294092 CPUtime=3756.13 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 5600362 0 0 0 374676 937 0 0 25 0 4 0 748506049 2349150208 444650 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 573523 444650 346 106 0 569026 0
[pid=5991/tid=5993] ppid=5989 vsize=2294092 CPUtime=942.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 92638 0 0 0 94188 37 0 0 25 0 4 0 748506053 2349150208 444650 33554432000 4194304 4625164 140735763330352 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=2294092 CPUtime=929.27 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 93457 0 0 0 92863 64 0 0 25 0 4 0 748506053 2349150208 444650 33554432000 4194304 4625164 140735763330352 18446744073709551615 4352800 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=2294092 CPUtime=942.26 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 4468471 0 0 0 93538 688 0 0 25 0 4 0 748506053 2349150208 444650 33554432000 4194304 4625164 140735763330352 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.13
Current children cumulated vsize (KiB) 2294092

[startup+1002.3 s]
/proc/loadavg: 8.20 8.04 7.54 9/431 6030
/proc/meminfo: memFree=16470928/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=2359628 CPUtime=3995.27 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 6063056 0 0 0 398508 1019 0 0 25 0 4 0 748506049 2416259072 454346 33554432000 4194304 4625164 140735763330352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 589907 454346 346 106 0 585410 0
[pid=5991/tid=5993] ppid=5989 vsize=2359628 CPUtime=1002.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 92964 0 0 0 100188 37 0 0 25 0 4 0 748506053 2416259072 454346 33554432000 4194304 4625164 140735763330352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=2359628 CPUtime=988.41 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 94468 0 0 0 98776 65 0 0 25 0 4 0 748506053 2416259072 454346 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=2359628 CPUtime=1002.26 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 4883852 0 0 0 99465 761 0 0 25 0 4 0 748506053 2416259072 454346 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.27
Current children cumulated vsize (KiB) 2359628

[startup+1062.3 s]
/proc/loadavg: 8.14 8.04 7.57 9/431 6032
/proc/meminfo: memFree=16382240/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=2359628 CPUtime=4234.43 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 6546923 0 0 0 422348 1095 0 0 25 0 4 0 748506049 2416259072 468008 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 589907 468008 346 106 0 585410 0
[pid=5991/tid=5993] ppid=5989 vsize=2359628 CPUtime=1062.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 93340 0 0 0 106188 37 0 0 25 0 4 0 748506053 2416259072 468009 33554432000 4194304 4625164 140735763330352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=2359628 CPUtime=1047.58 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 95663 0 0 0 104692 66 0 0 25 0 4 0 748506053 2416259072 468010 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=2359628 CPUtime=1062.26 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 5323071 0 0 0 105398 828 0 0 25 0 4 0 748506053 2416259072 468010 33554432000 4194304 4625164 140735763330352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.43
Current children cumulated vsize (KiB) 2359628

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 7.60 10/431 6034
/proc/meminfo: memFree=16277920/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=2407632 CPUtime=4473.6 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 7041840 0 0 0 446183 1177 0 0 25 0 4 0 748506049 2465415168 484230 33554432000 4194304 4625164 140735763330352 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 601908 484231 346 106 0 597411 0
[pid=5991/tid=5993] ppid=5989 vsize=2407632 CPUtime=1122.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 99760 0 0 0 112187 38 0 0 25 0 4 0 748506053 2465415168 484231 33554432000 4194304 4625164 140735763330352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=2407632 CPUtime=1106.74 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 96463 0 0 0 110606 68 0 0 25 0 4 0 748506053 2465415168 484231 33554432000 4194304 4625164 140735763330352 18446744073709551615 4317250 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=2407632 CPUtime=1122.27 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 5755272 0 0 0 111330 897 0 0 25 0 4 0 748506053 2465415168 484232 33554432000 4194304 4625164 140735763330352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.6
Current children cumulated vsize (KiB) 2407632

[startup+1182.3 s]
/proc/loadavg: 8.03 8.04 7.62 10/431 6035
/proc/meminfo: memFree=16173608/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=2457152 CPUtime=4712.77 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 7551363 0 0 0 470014 1263 0 0 25 0 4 0 748506049 2516123648 495245 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 614288 495245 346 106 0 609791 0
[pid=5991/tid=5993] ppid=5989 vsize=2457152 CPUtime=1182.25 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 100164 0 0 0 118186 39 0 0 25 0 4 0 748506053 2516123648 495245 33554432000 4194304 4625164 140735763330352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=2457152 CPUtime=1165.9 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 96813 0 0 0 116522 68 0 0 25 0 4 0 748506053 2516123648 495245 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=2457152 CPUtime=1182.27 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 6183190 0 0 0 117259 968 0 0 25 0 4 0 748506053 2516123648 495245 33554432000 4194304 4625164 140735763330352 18446744073709551615 4547311 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.77
Current children cumulated vsize (KiB) 2457152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.02 8.03 7.63 6/430 6037
/proc/meminfo: memFree=17789564/32950928 swapFree=65730892/67111528
[pid=5991] ppid=5989 vsize=2522688 CPUtime=4800.07 cores=1,3,5,7
/proc/5991/stat : 5991 (SArTagnan) R 5989 5991 5247 0 -1 4202496 7731603 0 0 0 478715 1292 0 0 25 0 4 0 748506049 2583232512 499836 33554432000 4194304 4625164 140735763330352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5991/statm: 630672 499836 346 106 0 626175 0
[pid=5991/tid=5993] ppid=5989 vsize=2522688 CPUtime=1204.17 cores=1,3,5,7
/proc/5991/task/5993/stat : 5993 (SArTagnan) R 5989 5991 5247 0 -1 4202560 100457 0 0 0 120378 39 0 0 25 0 4 0 748506053 2583232512 499836 33554432000 4194304 4625164 140735763330352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5991/tid=5994] ppid=5989 vsize=2522688 CPUtime=1187.48 cores=1,3,5,7
/proc/5991/task/5994/stat : 5994 (SArTagnan) R 5989 5991 5247 0 -1 4202560 97020 0 0 0 118680 68 0 0 25 0 4 0 748506053 2583232512 499836 33554432000 4194304 4625164 140735763330352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5991/tid=5995] ppid=5989 vsize=2522688 CPUtime=1204.19 cores=1,3,5,7
/proc/5991/task/5995/stat : 5995 (SArTagnan) R 5989 5991 5247 0 -1 4202560 6340093 0 0 0 119426 993 0 0 25 0 4 0 748506053 2583232512 499836 33554432000 4194304 4625164 140735763330352 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2522688

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): 1204.3
CPU time (s): 4800.2
CPU user time (s): 4787.2
CPU system time (s): 13
CPU usage (%): 398.59
Max. virtual memory (cumulated for all children) (KiB): 2937788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.2
system time used= 13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7731603
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= 1794
involuntary context switches= 32460

runsolver used 4.51331 second user time and 12.2141 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 23:52:34
IDJOB=3386082
IDBENCH=84568
IDSOLVER=1871
FILE ID=node116/3386082-1305582754
RUNJOBID= node116-1305582753-5969
PBS_JOBID= 13350205
Free space on /tmp= 73036 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386082-1305582754/watcher-3386082-1305582754 -o /tmp/evaluation-result-3386082-1305582754/solver-3386082-1305582754 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386082-1305582754.cnf -threads=4

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=603421892

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.826
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:      20118932 kB
Buffers:        185648 kB
Cached:        2358044 kB
SwapCached:      12328 kB
Active:       11366092 kB
Inactive:      1228628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20118932 kB
SwapTotal:    67111528 kB
SwapFree:     65730892 kB
Dirty:            3940 kB
Writeback:           0 kB
AnonPages:    10049160 kB
Mapped:          19976 kB
Slab:           117564 kB
PageTables:      53092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113462624 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= 73036 MiB
End job on node116 at 2011-05-17 00:12:40