Trace number 3258264

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.22 1201.8

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258264-1304053906/watcher-3258264-1304053906 -o /tmp/evaluation-result-3258264-1304053906/solver-3258264-1304053906 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3258264-1304053906.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: 6.97 7.96 7.75 2/176 19073
/proc/meminfo: memFree=25412920/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=21616 CPUtime=0 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 574 0 0 0 0 0 0 0 18 0 1 0 516988788 22134784 511 33554432000 4194304 4623224 140734925148896 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19073/statm: 5404 511 297 105 0 908 0

[startup+0.171152 s]
/proc/loadavg: 6.97 7.96 7.75 2/176 19073
/proc/meminfo: memFree=25412920/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=259464 CPUtime=0.58 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 5010 0 0 0 58 0 0 0 19 0 4 0 516988788 265691136 3781 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 64866 3781 343 105 0 60370 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 259464

[startup+0.271135 s]
/proc/loadavg: 6.97 7.96 7.75 2/176 19073
/proc/meminfo: memFree=25412920/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=260924 CPUtime=0.97 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 6294 0 0 0 97 0 0 0 19 0 4 0 516988788 267186176 4645 33554432000 4194304 4623224 140734925148896 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 65231 4645 344 105 0 60735 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 260924

[startup+0.371117 s]
/proc/loadavg: 6.97 7.96 7.75 2/176 19073
/proc/meminfo: memFree=25412920/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=262400 CPUtime=1.37 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 7162 0 0 0 137 0 0 0 19 0 4 0 516988788 268697600 5513 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 65600 5513 344 105 0 61104 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 262400

[startup+0.70106 s]
/proc/loadavg: 6.97 7.96 7.75 2/176 19073
/proc/meminfo: memFree=25412920/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=266716 CPUtime=2.7 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 9673 0 0 0 269 1 0 0 19 0 4 0 516988788 273117184 7472 33554432000 4194304 4623224 140734925148896 18446744073709551615 4497417 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 66679 7472 344 105 0 62183 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 266716

[startup+1.50092 s]
/proc/loadavg: 6.97 7.96 7.75 9/188 19086
/proc/meminfo: memFree=25349500/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=270688 CPUtime=5.89 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 13734 0 0 0 588 1 0 0 21 0 4 0 516988788 277184512 9755 33554432000 4194304 4623224 140734925148896 18446744073709551615 4517517 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 67672 9756 344 105 0 63176 0
[pid=19073/tid=19081] ppid=19071 vsize=270688 CPUtime=1.46 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2371 0 0 0 146 0 0 0 23 0 4 0 516988791 277184512 9756 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=270688 CPUtime=1.46 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2813 0 0 0 146 0 0 0 23 0 4 0 516988791 277184512 9756 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=270688 CPUtime=1.46 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 1950 0 0 0 146 0 0 0 24 0 4 0 516988791 277184512 9756 33554432000 4194304 4623224 140734925148896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 270688

[startup+3.10063 s]
/proc/loadavg: 7.05 7.96 7.75 9/188 19086
/proc/meminfo: memFree=25326684/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=281516 CPUtime=12.28 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 28369 0 0 0 1225 3 0 0 25 0 4 0 516988788 288272384 14425 33554432000 4194304 4623224 140734925148896 18446744073709551615 232335548571 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 70379 14425 344 105 0 65883 0
[pid=19073/tid=19081] ppid=19071 vsize=281516 CPUtime=3.05 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 4231 0 0 0 305 0 0 0 25 0 4 0 516988791 288272384 14425 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=281516 CPUtime=3.06 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 4606 0 0 0 305 1 0 0 25 0 4 0 516988791 288272384 14425 33554432000 4194304 4623224 140734925148896 18446744073709551615 4366341 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=281516 CPUtime=3.06 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 11136 0 0 0 305 1 0 0 25 0 4 0 516988791 288272384 14425 33554432000 4194304 4623224 140734925148896 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 281516

[startup+6.30106 s]
/proc/loadavg: 7.05 7.96 7.75 9/188 19086
/proc/meminfo: memFree=25276604/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=291844 CPUtime=25.06 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 55041 0 0 0 2499 7 0 0 25 0 4 0 516988788 298848256 19609 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510006 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 72961 19609 344 105 0 68465 0
[pid=19073/tid=19081] ppid=19071 vsize=291844 CPUtime=6.23 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 6402 0 0 0 623 0 0 0 25 0 4 0 516988791 298848256 19609 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=291844 CPUtime=6.26 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 7643 0 0 0 625 1 0 0 25 0 4 0 516988791 298848256 19609 33554432000 4194304 4623224 140734925148896 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=291844 CPUtime=6.25 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 32268 0 0 0 622 3 0 0 25 0 4 0 516988791 298848256 19609 33554432000 4194304 4623224 140734925148896 18446744073709551615 4291867 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 291844

[startup+12.7009 s]
/proc/loadavg: 7.20 7.96 7.76 9/188 19086
/proc/meminfo: memFree=25203716/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=311336 CPUtime=50.62 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 75298 0 0 0 5051 11 0 0 25 0 4 0 516988788 318808064 28442 33554432000 4194304 4623224 140734925148896 18446744073709551615 4388305 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 77834 28468 344 105 0 73338 0
[pid=19073/tid=19081] ppid=19071 vsize=311336 CPUtime=12.59 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 9554 0 0 0 1259 0 0 0 25 0 4 0 516988791 318808064 28481 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=311336 CPUtime=12.66 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 15149 0 0 0 1263 3 0 0 25 0 4 0 516988791 318808064 28490 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=311336 CPUtime=12.66 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 39489 0 0 0 1261 5 0 0 25 0 4 0 516988791 318808064 28490 33554432000 4194304 4623224 140734925148896 18446744073709551615 232335589763 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 311336

[startup+25.5007 s]
/proc/loadavg: 7.40 7.98 7.76 9/188 19087
/proc/meminfo: memFree=25096168/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=341432 CPUtime=101.75 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 141425 0 0 0 10151 24 0 0 25 0 4 0 516988788 349626368 44274 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 85358 44274 344 105 0 80862 0
[pid=19073/tid=19081] ppid=19071 vsize=341432 CPUtime=25.32 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 15687 0 0 0 2531 1 0 0 25 0 4 0 516988791 349626368 44274 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=341432 CPUtime=25.45 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 20595 0 0 0 2539 6 0 0 25 0 4 0 516988791 349626368 44274 33554432000 4194304 4623224 140734925148896 18446744073709551615 4366346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=341432 CPUtime=25.46 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 86327 0 0 0 2534 12 0 0 25 0 4 0 516988791 349626368 44274 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 341432

[startup+51.1011 s]
/proc/loadavg: 7.67 8.00 7.77 9/188 19087
/proc/meminfo: memFree=24944084/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=468980 CPUtime=204.02 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 293322 0 0 0 20354 48 0 0 25 0 4 0 516988788 480235520 67859 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510900 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 117245 67859 344 105 0 112749 0
[pid=19073/tid=19081] ppid=19071 vsize=468980 CPUtime=50.79 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 20429 0 0 0 5076 3 0 0 25 0 4 0 516988791 480235520 67859 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=468980 CPUtime=51.06 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 29726 0 0 0 5095 11 0 0 25 0 4 0 516988791 480235520 67859 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=468980 CPUtime=51.06 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 190471 0 0 0 5080 26 0 0 25 0 4 0 516988791 480235520 67859 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 468980

[startup+102.301 s]
/proc/loadavg: 8.15 8.06 7.81 9/188 19089
/proc/meminfo: memFree=24700152/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=588192 CPUtime=408.55 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 447916 0 0 0 40780 75 0 0 25 0 4 0 516988788 602308608 96123 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 147048 96123 344 105 0 142552 0
[pid=19073/tid=19081] ppid=19071 vsize=588192 CPUtime=101.71 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 28817 0 0 0 10167 4 0 0 25 0 4 0 516988791 602308608 96123 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=588192 CPUtime=102.26 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 38933 0 0 0 10211 15 0 0 25 0 4 0 516988791 602308608 96123 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376790 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=588192 CPUtime=102.26 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 276656 0 0 0 10187 39 0 0 25 0 4 0 516988791 602308608 96123 33554432000 4194304 4623224 140734925148896 18446744073709551615 4545932 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 588192

[startup+162.3 s]
/proc/loadavg: 8.12 8.06 7.82 9/188 19090
/proc/meminfo: memFree=24446296/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=778392 CPUtime=648.19 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 689247 0 0 0 64706 113 0 0 25 0 4 0 516988788 797073408 130334 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 194598 130335 344 105 0 190102 0
[pid=19073/tid=19081] ppid=19071 vsize=778392 CPUtime=161.38 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 39669 0 0 0 16132 6 0 0 25 0 4 0 516988791 797073408 130335 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=778392 CPUtime=162.25 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 44181 0 0 0 16207 18 0 0 25 0 4 0 516988791 797073408 130336 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=778392 CPUtime=162.25 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 445524 0 0 0 16161 64 0 0 25 0 4 0 516988791 797073408 130336 33554432000 4194304 4623224 140734925148896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.19
Current children cumulated vsize (KiB) 778392

[startup+222.307 s]
/proc/loadavg: 8.39 8.13 7.85 9/188 19092
/proc/meminfo: memFree=24143224/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=1018124 CPUtime=887.88 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 1068758 0 0 0 88612 176 0 0 25 0 4 0 516988788 1042558976 177621 33554432000 4194304 4623224 140734925148896 18446744073709551615 4511047 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 254531 177621 344 105 0 250035 0
[pid=19073/tid=19081] ppid=19071 vsize=1018124 CPUtime=221.06 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 54996 0 0 0 22095 11 0 0 25 0 4 0 516988791 1042558976 177621 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=1018124 CPUtime=222.26 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 48638 0 0 0 22202 24 0 0 25 0 4 0 516988791 1042558976 177621 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=1018124 CPUtime=222.24 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 721030 0 0 0 22120 104 0 0 25 0 4 0 516988791 1042558976 177621 33554432000 4194304 4623224 140734925148896 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 887.88
Current children cumulated vsize (KiB) 1018124

[startup+282.301 s]

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

[pid=19073] ppid=19071 vsize=1755980 CPUtime=2565.54 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3129643 0 0 0 256045 509 0 0 25 0 4 0 516988788 1798123520 342110 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 438995 342110 344 105 0 434499 0
[pid=19073/tid=19081] ppid=19071 vsize=1755980 CPUtime=638.76 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 91407 0 0 0 63851 25 0 0 25 0 4 0 516988791 1798123520 342110 33554432000 4194304 4623224 140734925148896 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=1755980 CPUtime=642.26 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 73659 0 0 0 64182 44 0 0 25 0 4 0 516988791 1798123520 342110 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=1755980 CPUtime=642.18 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2345255 0 0 0 63876 342 0 0 25 0 4 0 516988791 1798123520 342110 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.54
Current children cumulated vsize (KiB) 1755980

[startup+702.301 s]
/proc/loadavg: 8.12 8.17 7.98 9/188 19105
/proc/meminfo: memFree=22843792/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=1773796 CPUtime=2805.21 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3144102 0 0 0 280007 514 0 0 25 0 4 0 516988788 1816367104 355748 33554432000 4194304 4623224 140734925148896 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 443449 355748 344 105 0 438953 0
[pid=19073/tid=19081] ppid=19071 vsize=1773796 CPUtime=698.43 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 91824 0 0 0 69817 26 0 0 25 0 4 0 516988791 1816367104 355748 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=1773796 CPUtime=702.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 75294 0 0 0 70181 46 0 0 25 0 4 0 516988791 1816367104 355748 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=1773796 CPUtime=702.18 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2349734 0 0 0 69875 343 0 0 25 0 4 0 516988791 1816367104 355748 33554432000 4194304 4623224 140734925148896 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.21
Current children cumulated vsize (KiB) 1773796

[startup+762.301 s]
/proc/loadavg: 8.23 8.21 8.00 9/188 19106
/proc/meminfo: memFree=22746928/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=1895368 CPUtime=3044.9 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3196730 0 0 0 303966 524 0 0 25 0 4 0 516988788 1940856832 370283 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 473842 370283 344 105 0 469346 0
[pid=19073/tid=19081] ppid=19071 vsize=1895368 CPUtime=758.11 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 92267 0 0 0 75785 26 0 0 25 0 4 0 516988791 1940856832 370283 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=1895368 CPUtime=762.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 75488 0 0 0 76181 46 0 0 25 0 4 0 516988791 1940856832 370283 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=1895368 CPUtime=762.18 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2355050 0 0 0 75873 345 0 0 25 0 4 0 516988791 1940856832 370283 33554432000 4194304 4623224 140734925148896 18446744073709551615 4545702 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.9
Current children cumulated vsize (KiB) 1895368

[startup+822.3 s]
/proc/loadavg: 8.16 8.19 8.00 9/188 19108
/proc/meminfo: memFree=22638524/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=1915420 CPUtime=3284.56 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3258254 0 0 0 327918 538 0 0 25 0 4 0 516988788 1961390080 384909 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510108 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 478855 384909 344 105 0 474359 0
[pid=19073/tid=19081] ppid=19071 vsize=1915420 CPUtime=817.78 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 92744 0 0 0 81752 26 0 0 25 0 4 0 516988791 1961390080 384909 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=1915420 CPUtime=822.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 76718 0 0 0 82178 49 0 0 25 0 4 0 516988791 1961390080 384909 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376855 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=1915420 CPUtime=822.17 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2360057 0 0 0 81871 346 0 0 25 0 4 0 516988791 1961390080 384909 33554432000 4194304 4623224 140734925148896 18446744073709551615 4355382 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 1915420

[startup+882.307 s]
/proc/loadavg: 8.20 8.20 8.02 9/188 19110
/proc/meminfo: memFree=22545132/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=1934676 CPUtime=3524.26 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3291046 0 0 0 351880 546 0 0 25 0 4 0 516988788 1981108224 397394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 483669 397394 344 105 0 479173 0
[pid=19073/tid=19081] ppid=19071 vsize=1934676 CPUtime=877.46 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 93148 0 0 0 87720 26 0 0 25 0 4 0 516988791 1981108224 397394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=1934676 CPUtime=882.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 77873 0 0 0 88177 50 0 0 25 0 4 0 516988791 1981108224 397394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=1934676 CPUtime=882.17 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2364938 0 0 0 87870 347 0 0 25 0 4 0 516988791 1981108224 397394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 1934676

[startup+942.301 s]
/proc/loadavg: 8.14 8.18 8.02 9/188 19111
/proc/meminfo: memFree=22328980/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=2327876 CPUtime=3763.9 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3540941 0 0 0 375812 578 0 0 25 0 4 0 516988788 2383745024 437929 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 581969 437929 344 105 0 577473 0
[pid=19073/tid=19081] ppid=19071 vsize=2327876 CPUtime=937.13 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 99668 0 0 0 93686 27 0 0 25 0 4 0 516988791 2383745024 437929 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=2327876 CPUtime=942.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 77953 0 0 0 94177 50 0 0 25 0 4 0 516988791 2383745024 437929 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=2327876 CPUtime=942.17 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2369718 0 0 0 93868 349 0 0 25 0 4 0 516988791 2383745024 437929 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 2327876

[startup+1002.3 s]
/proc/loadavg: 8.23 8.20 8.04 9/188 19113
/proc/meminfo: memFree=22167256/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=2349148 CPUtime=4003.57 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 3814932 0 0 0 399736 621 0 0 25 0 4 0 516988788 2405527552 464411 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 587287 464411 344 105 0 582791 0
[pid=19073/tid=19081] ppid=19071 vsize=2349148 CPUtime=996.8 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 100167 0 0 0 99653 27 0 0 25 0 4 0 516988791 2405527552 464412 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=2349148 CPUtime=1002.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 78173 0 0 0 100177 50 0 0 25 0 4 0 516988791 2405527552 464412 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=2349148 CPUtime=1002.15 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 2594050 0 0 0 99835 380 0 0 25 0 4 0 516988791 2405527552 464412 33554432000 4194304 4623224 140734925148896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 2349148

[startup+1062.3 s]
/proc/loadavg: 8.19 8.20 8.04 9/188 19114
/proc/meminfo: memFree=22013356/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=2462100 CPUtime=4243.24 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 4350972 0 0 0 423611 713 0 0 25 0 4 0 516988788 2521190400 494125 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 615525 494125 344 105 0 611029 0
[pid=19073/tid=19081] ppid=19071 vsize=2462100 CPUtime=1056.49 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 100616 0 0 0 105621 28 0 0 25 0 4 0 516988791 2521190400 494125 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=2462100 CPUtime=1062.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 96608 0 0 0 106167 60 0 0 25 0 4 0 516988791 2521190400 494125 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=2462100 CPUtime=1062.15 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 3093245 0 0 0 105754 461 0 0 25 0 4 0 516988791 2521190400 494125 33554432000 4194304 4623224 140734925148896 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.24
Current children cumulated vsize (KiB) 2462100

[startup+1122.3 s]
/proc/loadavg: 8.35 8.24 8.07 9/188 19116
/proc/meminfo: memFree=21943152/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=2529672 CPUtime=4482.92 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 4853185 0 0 0 447494 798 0 0 25 0 4 0 516988788 2590384128 503354 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 632418 503354 344 105 0 627922 0
[pid=19073/tid=19081] ppid=19071 vsize=2529672 CPUtime=1116.16 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 101070 0 0 0 111588 28 0 0 25 0 4 0 516988791 2590384128 503354 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=2529672 CPUtime=1122.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 96793 0 0 0 112167 60 0 0 25 0 4 0 516988791 2590384128 503354 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=2529672 CPUtime=1122.15 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 3590329 0 0 0 111671 544 0 0 25 0 4 0 516988791 2590384128 503354 33554432000 4194304 4623224 140734925148896 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.92
Current children cumulated vsize (KiB) 2529672

[startup+1182.3 s]
/proc/loadavg: 8.14 8.20 8.06 9/188 19118
/proc/meminfo: memFree=21838600/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=2597896 CPUtime=4722.59 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 5359334 0 0 0 471386 873 0 0 25 0 4 0 516988788 2660245504 522394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 649474 522394 344 105 0 644978 0
[pid=19073/tid=19081] ppid=19071 vsize=2597896 CPUtime=1175.83 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 101423 0 0 0 117555 28 0 0 25 0 4 0 516988791 2660245504 522394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=2597896 CPUtime=1182.27 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 97404 0 0 0 118167 60 0 0 25 0 4 0 516988791 2660245504 522394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=2597896 CPUtime=1182.14 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 4054311 0 0 0 117602 612 0 0 25 0 4 0 516988791 2660245504 522394 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 2597896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.19 8.06 9/188 19118
/proc/meminfo: memFree=21738900/32951124 swapFree=67111524/67111528
[pid=19073] ppid=19071 vsize=2680952 CPUtime=4800.11 cores=0,2,4,6
/proc/19073/stat : 19073 (SArTagnan) R 19071 19073 19041 0 -1 4202496 5397470 0 0 0 479131 880 0 0 25 0 4 0 516988788 2745294848 535208 33554432000 4194304 4623224 140734925148896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19073/statm: 670238 535208 344 105 0 665742 0
[pid=19073/tid=19081] ppid=19071 vsize=2680952 CPUtime=1195.12 cores=0,2,4,6
/proc/19073/task/19081/stat : 19081 (SArTagnan) R 19071 19073 19041 0 -1 4202560 101563 0 0 0 119484 28 0 0 25 0 4 0 516988791 2745294848 535208 33554432000 4194304 4623224 140734925148896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19073/tid=19082] ppid=19071 vsize=2680952 CPUtime=1201.68 cores=0,2,4,6
/proc/19073/task/19082/stat : 19082 (SArTagnan) R 19071 19073 19041 0 -1 4202560 98368 0 0 0 120106 62 0 0 25 0 4 0 516988791 2745294848 535208 33554432000 4194304 4623224 140734925148896 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19073/tid=19083] ppid=19071 vsize=2680952 CPUtime=1201.55 cores=0,2,4,6
/proc/19073/task/19083/stat : 19083 (SArTagnan) R 19071 19073 19041 0 -1 4202560 4078869 0 0 0 119539 616 0 0 25 0 4 0 516988791 2745294848 535208 33554432000 4194304 4623224 140734925148896 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2680952

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): 1201.8
CPU time (s): 4800.22
CPU user time (s): 4791.33
CPU system time (s): 8.89265
CPU usage (%): 399.418
Max. virtual memory (cumulated for all children) (KiB): 2971948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.33
system time used= 8.89265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5397470
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= 1369
involuntary context switches= 81484

runsolver used 1.73474 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 07:11:46
IDJOB=3258264
IDBENCH=71317
IDSOLVER=1656
FILE ID=node132/3258264-1304053906
RUNJOBID= node132-1304053906-19059
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258264-1304053906/watcher-3258264-1304053906 -o /tmp/evaluation-result-3258264-1304053906/solver-3258264-1304053906 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3258264-1304053906.cnf -threads=4

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

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=1447903599

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25409976 kB
Buffers:        761568 kB
Cached:        6212608 kB
SwapCached:          4 kB
Active:        1866928 kB
Inactive:      5175268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25409976 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2884 kB
Writeback:          20 kB
AnonPages:       68068 kB
Mapped:          14508 kB
Slab:           435064 kB
PageTables:       5660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node132 at 2011-04-29 07:31:50