Trace number 3283471

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.49 1202.49

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283471-1304048454/watcher-3283471-1304048454 -o /tmp/evaluation-result-3283471-1304048454/solver-3283471-1304048454 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3283471-1304048454.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: 6.71 5.13 5.93 5/180 10197
/proc/meminfo: memFree=24336852/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=22588 CPUtime=0 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 1140 0 0 0 0 0 0 0 23 0 1 0 516444161 23130112 1078 33554432000 4194304 4623224 140734179658112 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10197/statm: 5647 1080 290 105 0 1151 0

[startup+0.0552581 s]
/proc/loadavg: 6.71 5.13 5.93 5/180 10197
/proc/meminfo: memFree=24336852/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=76992 CPUtime=0.04 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 6876 0 0 0 4 0 0 0 23 0 1 0 516444161 78839808 6061 33554432000 4194304 4623224 140734179658112 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10197/statm: 19248 6061 297 105 0 14752 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 76992

[startup+0.100247 s]
/proc/loadavg: 6.71 5.13 5.93 5/180 10197
/proc/meminfo: memFree=24336852/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=80896 CPUtime=0.09 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 9590 0 0 0 8 1 0 0 23 0 1 0 516444161 82837504 6822 33554432000 4194304 4623224 140734179658112 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10197/statm: 20224 6822 297 105 0 15728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80896

[startup+0.300215 s]
/proc/loadavg: 6.71 5.13 5.93 5/180 10197
/proc/meminfo: memFree=24336852/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=96332 CPUtime=0.29 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 15337 0 0 0 27 2 0 0 25 0 1 0 516444161 98643968 11182 33554432000 4194304 4623224 140734179658112 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10197/statm: 24083 11182 297 105 0 19587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96332

[startup+0.700149 s]
/proc/loadavg: 6.71 5.13 5.93 5/180 10197
/proc/meminfo: memFree=24336852/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=471928 CPUtime=0.76 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 68215 0 0 0 67 9 0 0 25 0 4 0 516444161 483254272 58857 33554432000 4194304 4623224 140734179658112 18446744073709551615 4367358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 117982 58857 320 105 0 113486 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 471928

[startup+1.50101 s]
/proc/loadavg: 6.71 5.13 5.93 9/184 10201
/proc/meminfo: memFree=23932960/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=570280 CPUtime=3.95 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 79207 0 0 0 384 11 0 0 25 0 4 0 516444161 583966720 66008 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412493 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 142570 66008 335 105 0 138074 0
[pid=10197/tid=10199] ppid=10195 vsize=570280 CPUtime=0.81 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2414 0 0 0 81 0 0 0 25 0 4 0 516444228 583966720 66008 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289689 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=570280 CPUtime=0.81 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 5268 0 0 0 81 0 0 0 25 0 4 0 516444228 583966720 66008 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=570280 CPUtime=0.82 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 7857 0 0 0 81 1 0 0 25 0 4 0 516444228 583966720 66008 33554432000 4194304 4623224 140734179658112 18446744073709551615 251813898502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 570280

[startup+3.10075 s]
/proc/loadavg: 6.71 5.13 5.93 9/184 10201
/proc/meminfo: memFree=23337512/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=586688 CPUtime=10.35 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 89689 0 0 0 1022 13 0 0 25 0 4 0 516444161 600768512 69405 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 146672 69405 335 105 0 142176 0
[pid=10197/tid=10199] ppid=10195 vsize=586688 CPUtime=2.41 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 5238 0 0 0 240 1 0 0 25 0 4 0 516444228 600768512 69405 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376520 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=586688 CPUtime=2.41 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 6651 0 0 0 240 1 0 0 25 0 4 0 516444228 600768512 69405 33554432000 4194304 4623224 140734179658112 18446744073709551615 251814283623 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=586688 CPUtime=2.41 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 14125 0 0 0 240 1 0 0 25 0 4 0 516444228 600768512 69405 33554432000 4194304 4623224 140734179658112 18446744073709551615 251813937330 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 586688

[startup+6.30121 s]
/proc/loadavg: 6.97 5.21 5.95 10/184 10201
/proc/meminfo: memFree=23479392/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=592164 CPUtime=23.14 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 114593 0 0 0 2296 18 0 0 25 0 4 0 516444161 606375936 72554 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 148041 72554 335 105 0 143545 0
[pid=10197/tid=10199] ppid=10195 vsize=592164 CPUtime=5.61 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 5273 0 0 0 560 1 0 0 25 0 4 0 516444228 606375936 72554 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=592164 CPUtime=5.59 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 11637 0 0 0 557 2 0 0 25 0 4 0 516444228 606375936 72554 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=592164 CPUtime=5.61 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 31044 0 0 0 557 4 0 0 25 0 4 0 516444228 606375936 72554 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.14
Current children cumulated vsize (KiB) 592164

[startup+12.7011 s]
/proc/loadavg: 7.06 5.26 5.96 9/184 10201
/proc/meminfo: memFree=23242180/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=592164 CPUtime=48.69 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 154366 0 0 0 4845 24 0 0 25 0 4 0 516444161 606375936 78718 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 148041 78718 335 105 0 143545 0
[pid=10197/tid=10199] ppid=10195 vsize=592164 CPUtime=12.01 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 5840 0 0 0 1200 1 0 0 25 0 4 0 516444228 606375936 78718 33554432000 4194304 4623224 140734179658112 18446744073709551615 4363772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=592164 CPUtime=11.95 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 21689 0 0 0 1192 3 0 0 25 0 4 0 516444228 606375936 78718 33554432000 4194304 4623224 140734179658112 18446744073709551615 4365913 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=592164 CPUtime=12.02 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 59343 0 0 0 1193 9 0 0 25 0 4 0 516444228 606375936 78718 33554432000 4194304 4623224 140734179658112 18446744073709551615 4545312 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.69
Current children cumulated vsize (KiB) 592164

[startup+25.501 s]
/proc/loadavg: 7.26 5.39 6.00 9/184 10202
/proc/meminfo: memFree=22754252/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=601524 CPUtime=99.82 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 212498 0 0 0 9947 35 0 0 25 0 4 0 516444161 615960576 87382 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 150381 87382 335 105 0 145885 0
[pid=10197/tid=10199] ppid=10195 vsize=601524 CPUtime=24.81 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 7484 0 0 0 2480 1 0 0 25 0 4 0 516444228 615960576 87382 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=601524 CPUtime=24.68 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 29449 0 0 0 2463 5 0 0 25 0 4 0 516444228 615960576 87382 33554432000 4194304 4623224 140734179658112 18446744073709551615 4462443 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=601524 CPUtime=24.81 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 102379 0 0 0 2465 16 0 0 25 0 4 0 516444228 615960576 87382 33554432000 4194304 4623224 140734179658112 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.82
Current children cumulated vsize (KiB) 601524

[startup+51.1007 s]
/proc/loadavg: 7.59 5.62 6.05 9/184 10202
/proc/meminfo: memFree=21343936/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=637820 CPUtime=202.09 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 359802 0 0 0 20147 62 0 0 25 0 4 0 516444161 653127680 106962 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 159455 106962 335 105 0 154959 0
[pid=10197/tid=10199] ppid=10195 vsize=637820 CPUtime=50.41 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 18136 0 0 0 5038 3 0 0 25 0 4 0 516444228 653127680 106962 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=637820 CPUtime=50.14 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 53951 0 0 0 5004 10 0 0 25 0 4 0 516444228 653127680 106962 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289924 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=637820 CPUtime=50.42 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 208976 0 0 0 5007 35 0 0 25 0 4 0 516444228 653127680 106962 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.09
Current children cumulated vsize (KiB) 637820

[startup+102.307 s]
/proc/loadavg: 8.00 6.03 6.17 9/184 10204
/proc/meminfo: memFree=16705244/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=782172 CPUtime=406.63 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 565817 0 0 0 40565 98 0 0 25 0 4 0 516444161 800944128 140931 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 195543 140931 373 105 0 191047 0
[pid=10197/tid=10199] ppid=10195 vsize=782172 CPUtime=101.61 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 35955 0 0 0 10153 8 0 0 25 0 4 0 516444228 800944128 140931 33554432000 4194304 4623224 140734179658112 18446744073709551615 4367376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=782172 CPUtime=101.06 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 72835 0 0 0 10091 15 0 0 25 0 4 0 516444228 800944128 140931 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317249 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=782172 CPUtime=101.62 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 363308 0 0 0 10104 58 0 0 25 0 4 0 516444228 800944128 140931 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.63
Current children cumulated vsize (KiB) 782172

[startup+162.301 s]
/proc/loadavg: 8.00 6.38 6.28 9/184 10205
/proc/meminfo: memFree=15849704/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=1057700 CPUtime=646.27 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 756417 0 0 0 64493 134 0 0 25 0 4 0 516444161 1083084800 197822 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 264425 197822 335 105 0 259929 0
[pid=10197/tid=10199] ppid=10195 vsize=1057700 CPUtime=161.6 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 72025 0 0 0 16142 18 0 0 25 0 4 0 516444228 1083084800 197822 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=1057700 CPUtime=160.74 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 105050 0 0 0 16051 23 0 0 25 0 4 0 516444228 1083084800 197822 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317180 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=1057700 CPUtime=161.62 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 442869 0 0 0 16092 70 0 0 25 0 4 0 516444228 1083084800 197822 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.27
Current children cumulated vsize (KiB) 1057700

[startup+222.301 s]
/proc/loadavg: 7.89 6.63 6.37 9/184 10236
/proc/meminfo: memFree=25295180/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=1243556 CPUtime=885.95 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 987265 0 0 0 88417 178 0 0 25 0 4 0 516444161 1273401344 238782 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412783 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 310889 238782 347 105 0 306393 0
[pid=10197/tid=10199] ppid=10195 vsize=1243556 CPUtime=221.61 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 83203 0 0 0 22138 23 0 0 25 0 4 0 516444228 1273401344 238782 33554432000 4194304 4623224 140734179658112 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=1243556 CPUtime=220.41 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 128862 0 0 0 22013 28 0 0 25 0 4 0 516444228 1273401344 238782 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=1243556 CPUtime=221.61 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 600795 0 0 0 22063 98 0 0 25 0 4 0 516444228 1273401344 238782 33554432000 4194304 4623224 140734179658112 18446744073709551615 4364320 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 885.95
Current children cumulated vsize (KiB) 1243556

[startup+282.301 s]

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


[startup+702.3 s]
/proc/loadavg: 8.13 7.82 7.06 9/184 10250
/proc/meminfo: memFree=22253692/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=2337972 CPUtime=2803.33 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 2551339 0 0 0 279878 455 0 0 25 0 4 0 516444161 2394083328 486348 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 584493 486348 344 105 0 579997 0
[pid=10197/tid=10199] ppid=10195 vsize=2337972 CPUtime=701.59 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 121334 0 0 0 70130 29 0 0 25 0 4 0 516444228 2394083328 486348 33554432000 4194304 4623224 140734179658112 18446744073709551615 4357413 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=2337972 CPUtime=697.8 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 284287 0 0 0 69709 71 0 0 25 0 4 0 516444228 2394083328 486348 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=2337972 CPUtime=701.61 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 1710377 0 0 0 69878 283 0 0 25 0 4 0 516444228 2394083328 486348 33554432000 4194304 4623224 140734179658112 18446744073709551615 4363765 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2803.33
Current children cumulated vsize (KiB) 2337972

[startup+762.306 s]
/proc/loadavg: 8.12 7.88 7.12 8/184 10251
/proc/meminfo: memFree=21937724/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=2391628 CPUtime=3043.02 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 2692668 0 0 0 303822 480 0 0 25 0 4 0 516444161 2449027072 510047 33554432000 4194304 4623224 140734179658112 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 597907 510047 344 105 0 593411 0
[pid=10197/tid=10199] ppid=10195 vsize=2391628 CPUtime=761.6 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 123449 0 0 0 76130 30 0 0 25 0 4 0 516444228 2449027072 510047 33554432000 4194304 4623224 140734179658112 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=2391628 CPUtime=757.47 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 298477 0 0 0 75672 75 0 0 25 0 4 0 516444228 2449027072 510047 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=2391628 CPUtime=761.61 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 1814012 0 0 0 75861 300 0 0 25 0 4 0 516444228 2449027072 510047 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3043.02
Current children cumulated vsize (KiB) 2391628

[startup+822.3 s]
/proc/loadavg: 8.12 7.92 7.19 9/184 10252
/proc/meminfo: memFree=21621016/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=2582164 CPUtime=3282.67 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 2939228 0 0 0 327743 524 0 0 25 0 4 0 516444161 2644135936 539113 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 645541 539113 344 105 0 641045 0
[pid=10197/tid=10199] ppid=10195 vsize=2582164 CPUtime=821.59 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 142500 0 0 0 82125 34 0 0 25 0 4 0 516444228 2644135936 539113 33554432000 4194304 4623224 140734179658112 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=2582164 CPUtime=817.14 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 324783 0 0 0 81634 80 0 0 25 0 4 0 516444228 2644135936 539113 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=2582164 CPUtime=821.61 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2009073 0 0 0 81827 334 0 0 25 0 4 0 516444228 2644135936 539113 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376550 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3282.67
Current children cumulated vsize (KiB) 2582164

[startup+882.3 s]
/proc/loadavg: 8.00 7.92 7.23 9/184 10284
/proc/meminfo: memFree=23741260/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=2771124 CPUtime=3522.34 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 3052234 0 0 0 351688 546 0 0 25 0 4 0 516444161 2837630976 571539 33554432000 4194304 4623224 140734179658112 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 692781 571539 345 105 0 688285 0
[pid=10197/tid=10199] ppid=10195 vsize=2771124 CPUtime=881.59 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 145018 0 0 0 88124 35 0 0 25 0 4 0 516444228 2837630976 571539 33554432000 4194304 4623224 140734179658112 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=2771124 CPUtime=876.81 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 340187 0 0 0 87596 85 0 0 25 0 4 0 516444228 2837630976 571539 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=2771124 CPUtime=881.6 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2070346 0 0 0 87816 344 0 0 25 0 4 0 516444228 2837630976 571539 33554432000 4194304 4623224 140734179658112 18446744073709551615 4377382 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3522.34
Current children cumulated vsize (KiB) 2771124

[startup+942.301 s]
/proc/loadavg: 8.03 7.94 7.28 9/184 10286
/proc/meminfo: memFree=23421208/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=2773104 CPUtime=3762.03 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 3259125 0 0 0 375624 579 0 0 25 0 4 0 516444161 2839658496 595441 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10197/statm: 693276 595441 344 105 0 688780 0
[pid=10197/tid=10199] ppid=10195 vsize=2773104 CPUtime=941.59 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 147588 0 0 0 94123 36 0 0 25 0 4 0 516444228 2839658496 595441 33554432000 4194304 4623224 140734179658112 18446744073709551615 4468031 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=2773104 CPUtime=936.48 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 353553 0 0 0 93560 88 0 0 25 0 4 0 516444228 2839658496 595441 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317199 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=2773104 CPUtime=941.61 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2253101 0 0 0 93791 370 0 0 25 0 4 0 516444228 2839658496 595441 33554432000 4194304 4623224 140734179658112 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.03
Current children cumulated vsize (KiB) 2773104

[startup+1002.3 s]
/proc/loadavg: 8.16 8.00 7.34 9/184 10288
/proc/meminfo: memFree=22714772/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=3284804 CPUtime=4001.38 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 3601143 0 0 0 399496 642 0 0 25 0 4 0 516444161 3363639296 713925 33554432000 4194304 4623224 140734179658112 18446744073709551615 4509913 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10197/statm: 821201 713925 345 105 0 816705 0
[pid=10197/tid=10199] ppid=10195 vsize=3284804 CPUtime=1001.46 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 203673 0 0 0 100098 48 0 0 25 0 4 0 516444228 3363639296 713925 33554432000 4194304 4623224 140734179658112 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=3284804 CPUtime=996.16 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 421805 0 0 0 99514 102 0 0 25 0 4 0 516444228 3363639296 713925 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=3284804 CPUtime=1001.6 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2362048 0 0 0 99773 387 0 0 25 0 4 0 516444228 3363639296 713925 33554432000 4194304 4623224 140734179658112 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4001.38
Current children cumulated vsize (KiB) 3284804

[startup+1062.3 s]
/proc/loadavg: 8.17 8.03 7.39 9/184 10289
/proc/meminfo: memFree=21977936/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=3537492 CPUtime=4241.06 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 3858483 0 0 0 423426 680 0 0 25 0 4 0 516444161 3622391808 771286 33554432000 4194304 4623224 140734179658112 18446744073709551615 4412476 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10197/statm: 884373 771286 345 105 0 879877 0
[pid=10197/tid=10199] ppid=10195 vsize=3537492 CPUtime=1061.46 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 204099 0 0 0 106098 48 0 0 25 0 4 0 516444228 3622391808 771286 33554432000 4194304 4623224 140734179658112 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=3537492 CPUtime=1056.17 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 424550 0 0 0 105513 104 0 0 25 0 4 0 516444228 3622391808 771286 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=3537492 CPUtime=1061.6 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2428230 0 0 0 105764 396 0 0 25 0 4 0 516444228 3622391808 771286 33554432000 4194304 4623224 140734179658112 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4241.06
Current children cumulated vsize (KiB) 3537492

[startup+1122.3 s]
/proc/loadavg: 8.16 8.05 7.43 9/184 10290
/proc/meminfo: memFree=21453520/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=4071912 CPUtime=4480.68 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 4222244 0 0 0 447337 731 0 0 25 0 4 0 516444161 4169637888 850384 33554432000 4194304 4623224 140734179658112 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10197/statm: 1017978 850384 345 105 0 1013482 0
[pid=10197/tid=10199] ppid=10195 vsize=4071912 CPUtime=1121.44 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 229059 0 0 0 112092 52 0 0 25 0 4 0 516444228 4169637888 850384 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=4071912 CPUtime=1116.14 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 426957 0 0 0 111510 104 0 0 25 0 4 0 516444228 4169637888 850384 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=4071912 CPUtime=1121.45 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2483355 0 0 0 111740 405 0 0 25 0 4 0 516444228 4169637888 850384 33554432000 4194304 4623224 140734179658112 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4480.68
Current children cumulated vsize (KiB) 4071912

[startup+1182.3 s]
/proc/loadavg: 8.12 8.05 7.47 9/184 10292
/proc/meminfo: memFree=20786616/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=4813288 CPUtime=4720.36 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 4700152 0 0 0 471229 807 0 0 25 0 4 0 516444161 4928806912 976908 33554432000 4194304 4623224 140734179658112 18446744073709551615 4413922 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10197/statm: 1203322 976908 345 105 0 1198826 0
[pid=10197/tid=10199] ppid=10195 vsize=4813288 CPUtime=1181.43 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 231994 0 0 0 118090 53 0 0 25 0 4 0 516444228 4928806912 976908 33554432000 4194304 4623224 140734179658112 18446744073709551615 4330640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=4813288 CPUtime=1176.15 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 450260 0 0 0 117507 108 0 0 25 0 4 0 516444228 4928806912 976908 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317190 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=4813288 CPUtime=1181.12 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2517002 0 0 0 117702 410 0 0 25 0 4 0 516444228 4928806912 976908 33554432000 4194304 4623224 140734179658112 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.36
Current children cumulated vsize (KiB) 4813288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.08 8.05 7.48 9/184 10293
/proc/meminfo: memFree=20518392/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=4813288 CPUtime=4800.29 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) R 10195 10197 9252 0 -1 4202496 4810954 0 0 0 479203 826 0 0 25 0 4 0 516444161 4928806912 1003745 33554432000 4194304 4623224 140734179658112 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10197/statm: 1203322 1003745 345 105 0 1198826 0
[pid=10197/tid=10199] ppid=10195 vsize=4813288 CPUtime=1201.44 cores=1,3,5,7
/proc/10197/task/10199/stat : 10199 (SArTagnan) R 10195 10197 9252 0 -1 4202560 232520 0 0 0 120091 53 0 0 25 0 4 0 516444228 4928806912 1003745 33554432000 4194304 4623224 140734179658112 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10197/tid=10200] ppid=10195 vsize=4813288 CPUtime=1196.16 cores=1,3,5,7
/proc/10197/task/10200/stat : 10200 (SArTagnan) R 10195 10197 9252 0 -1 4202560 450642 0 0 0 119508 108 0 0 25 0 4 0 516444228 4928806912 1003745 33554432000 4194304 4623224 140734179658112 18446744073709551615 4317296 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=4813288 CPUtime=1201.02 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4202560 2599850 0 0 0 119679 423 0 0 25 0 4 0 516444228 4928806912 1003745 33554432000 4194304 4623224 140734179658112 18446744073709551615 4545939 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 4813288

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

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

[startup+1202.41 s]
/proc/loadavg: 8.08 8.05 7.48 9/184 10293
/proc/meminfo: memFree=20518392/32950928 swapFree=67111524/67111528
[pid=10197] ppid=10195 vsize=0 CPUtime=4800.4 cores=1,3,5,7
/proc/10197/stat : 10197 (SArTagnan) Z 10195 10197 9252 0 -1 4203548 4810954 0 0 0 479205 835 0 0 25 0 2 0 516444161 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10197/statm: 0 0 0 0 0 0 0
[pid=10197/tid=10201] ppid=10195 vsize=0 CPUtime=1201.12 cores=1,3,5,7
/proc/10197/task/10201/stat : 10201 (SArTagnan) R 10195 10197 9252 0 -1 4203588 2599850 0 0 0 119679 433 0 0 25 0 2 0 516444228 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.49
CPU time (s): 4800.49
CPU user time (s): 4792.05
CPU system time (s): 8.43472
CPU usage (%): 399.212
Max. virtual memory (cumulated for all children) (KiB): 5601528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.05
system time used= 8.43472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4810954
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= 10896
involuntary context switches= 33198

runsolver used 1.84172 second user time and 4.72728 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 05:40:55
IDJOB=3283471
IDBENCH=71037
IDSOLVER=1656
FILE ID=node126/3283471-1304048454
RUNJOBID= node126-1304048377-10082
PBS_JOBID= 13170390
Free space on /tmp= 71548 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283471-1304048454/watcher-3283471-1304048454 -o /tmp/evaluation-result-3283471-1304048454/solver-3283471-1304048454 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283471-1304048454.cnf -threads=4

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1403562073

node126.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.783
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.56
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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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:     32950928 kB
MemFree:      24337132 kB
Buffers:       1407448 kB
Cached:        4243108 kB
SwapCached:          4 kB
Active:        2607296 kB
Inactive:      5458028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24337132 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31412 kB
Writeback:           0 kB
AnonPages:     2413960 kB
Mapped:          15492 kB
Slab:           480684 kB
PageTables:       9564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2973044 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= 71548 MiB
End job on node126 at 2011-04-29 06:00:59