Trace number 3386228

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 3876.59 1300.14

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386228-1305577798/watcher-3386228-1305577798 -o /tmp/evaluation-result-3386228-1305577798/solver-3386228-1305577798 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386228-1305577798.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: 9.87 10.09 10.08 4/507 10221
/proc/meminfo: memFree=13547196/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=28684 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 1946 0 0 0 0 0 0 0 23 0 1 0 669377607 29372416 1886 33554432000 4194304 4625164 140734164874384 18446744073709551615 4305886 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10221/statm: 7171 1900 291 106 0 2674 0

[startup+0.07629 s]
/proc/loadavg: 9.87 10.09 10.08 4/507 10221
/proc/meminfo: memFree=13547196/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=79052 CPUtime=0.07 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 8219 0 0 0 6 1 0 0 23 0 1 0 669377607 80949248 6377 33554432000 4194304 4625164 140734164874384 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10221/statm: 19763 6378 296 106 0 15266 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 79052

[startup+0.100271 s]
/proc/loadavg: 9.87 10.09 10.08 4/507 10221
/proc/meminfo: memFree=13547196/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=80900 CPUtime=0.09 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 9542 0 0 0 8 1 0 0 23 0 1 0 669377607 82841600 6775 33554432000 4194304 4625164 140734164874384 18446744073709551615 212687675136 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10221/statm: 20225 6776 296 106 0 15728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80900

[startup+0.300251 s]
/proc/loadavg: 9.87 10.09 10.08 4/507 10221
/proc/meminfo: memFree=13547196/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=96336 CPUtime=0.29 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 15196 0 0 0 27 2 0 0 24 0 1 0 669377607 98648064 11042 33554432000 4194304 4625164 140734164874384 18446744073709551615 212687675136 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10221/statm: 24084 11042 296 106 0 19587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96336

[startup+0.701105 s]
/proc/loadavg: 9.87 10.09 10.08 4/507 10221
/proc/meminfo: memFree=13547196/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=316752 CPUtime=0.7 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 63880 0 0 0 63 7 0 0 25 0 4 0 669377607 324354048 54523 33554432000 4194304 4625164 140734164874384 18446744073709551615 4307778 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 79188 54542 307 106 0 74691 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 316752

[startup+1.50096 s]
/proc/loadavg: 9.87 10.09 10.08 12/519 10234
/proc/meminfo: memFree=13097988/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=524212 CPUtime=3.09 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 78808 0 0 0 300 9 0 0 25 0 4 0 669377607 536793088 69283 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390618 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 131053 69283 336 106 0 126556 0
[pid=10221/tid=10232] ppid=10219 vsize=524212 CPUtime=0.79 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5176 0 0 0 79 0 0 0 25 0 4 0 669377676 536793088 69283 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=524212 CPUtime=0.38 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5429 0 0 0 38 0 0 0 25 0 4 0 669377676 536793088 69283 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=524212 CPUtime=0.8 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 4835 0 0 0 80 0 0 0 25 0 4 0 669377676 536793088 69283 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 524212

[startup+3.10067 s]
/proc/loadavg: 9.96 10.11 10.09 11/519 10234
/proc/meminfo: memFree=13088068/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=524212 CPUtime=7.87 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 88401 0 0 0 775 12 0 0 25 0 4 0 669377607 536793088 71723 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390723 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 131053 71723 336 106 0 126556 0
[pid=10221/tid=10232] ppid=10219 vsize=524212 CPUtime=2.39 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5553 0 0 0 239 0 0 0 25 0 4 0 669377676 536793088 71723 33554432000 4194304 4625164 140734164874384 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=524212 CPUtime=1.16 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5431 0 0 0 115 1 0 0 25 0 4 0 669377676 536793088 71723 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=524212 CPUtime=2.39 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 14049 0 0 0 238 1 0 0 25 0 4 0 669377676 536793088 71723 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 524212

[startup+6.30109 s]
/proc/loadavg: 9.96 10.11 10.09 11/519 10234
/proc/meminfo: memFree=13083532/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=524212 CPUtime=17.41 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 105800 0 0 0 1726 15 0 0 25 0 4 0 669377607 536793088 70183 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 131053 70183 336 106 0 126556 0
[pid=10221/tid=10232] ppid=10219 vsize=524212 CPUtime=5.59 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5591 0 0 0 559 0 0 0 25 0 4 0 669377676 536793088 70183 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=524212 CPUtime=2.71 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5439 0 0 0 270 1 0 0 25 0 4 0 669377676 536793088 70183 33554432000 4194304 4625164 140734164874384 18446744073709551615 4340558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=524212 CPUtime=5.59 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 31402 0 0 0 555 4 0 0 25 0 4 0 669377676 536793088 70183 33554432000 4194304 4625164 140734164874384 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 524212

[startup+12.7009 s]
/proc/loadavg: 9.96 10.11 10.09 11/519 10234
/proc/meminfo: memFree=12950872/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=524212 CPUtime=36.5 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 142329 0 0 0 3629 21 0 0 25 0 4 0 669377607 536793088 72421 33554432000 4194304 4625164 140734164874384 18446744073709551615 4278514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 131053 72422 336 106 0 126556 0
[pid=10221/tid=10232] ppid=10219 vsize=524212 CPUtime=12 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 6759 0 0 0 1199 1 0 0 25 0 4 0 669377676 536793088 72422 33554432000 4194304 4625164 140734164874384 18446744073709551615 4463742 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=524212 CPUtime=5.89 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 5666 0 0 0 588 1 0 0 25 0 4 0 669377676 536793088 72422 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=524212 CPUtime=12 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 66162 0 0 0 1191 9 0 0 25 0 4 0 669377676 536793088 72423 33554432000 4194304 4625164 140734164874384 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.5
Current children cumulated vsize (KiB) 524212

[startup+25.5006 s]
/proc/loadavg: 9.97 10.10 10.09 11/519 10234
/proc/meminfo: memFree=12038052/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=537884 CPUtime=74.66 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 182195 0 0 0 7439 27 0 0 25 0 4 0 669377607 550793216 81897 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10221/statm: 134471 81897 337 106 0 129974 0
[pid=10221/tid=10232] ppid=10219 vsize=537884 CPUtime=24.71 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 11831 0 0 0 2469 2 0 0 25 0 4 0 669377676 550793216 81897 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=537884 CPUtime=12.29 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 9027 0 0 0 1228 1 0 0 25 0 4 0 669377676 550793216 81897 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317551 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=537884 CPUtime=22.9 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 87354 0 0 0 2278 12 0 0 25 0 4 0 669377676 550793216 81897 33554432000 4194304 4625164 140734164874384 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 74.66
Current children cumulated vsize (KiB) 537884

[startup+51.1009 s]
/proc/loadavg: 9.98 10.09 10.08 11/519 10235
/proc/meminfo: memFree=11056596/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=633896 CPUtime=151.01 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 295666 0 0 0 15056 45 0 0 25 0 4 0 669377607 649109504 115091 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 158474 115091 337 106 0 153977 0
[pid=10221/tid=10232] ppid=10219 vsize=633896 CPUtime=50.23 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 21166 0 0 0 5019 4 0 0 25 0 4 0 669377676 649109504 115091 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=633896 CPUtime=28.29 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 17853 0 0 0 2825 4 0 0 25 0 4 0 669377676 649109504 115091 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=633896 CPUtime=35.94 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 127539 0 0 0 3577 17 0 0 25 0 4 0 669377676 649109504 115091 33554432000 4194304 4625164 140734164874384 18446744073709551615 4334224 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 151.01
Current children cumulated vsize (KiB) 633896

[startup+102.32 s]
/proc/loadavg: 10.08 10.10 10.09 11/519 10236
/proc/meminfo: memFree=10666124/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=824776 CPUtime=303.79 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 465698 0 0 0 30309 70 0 0 25 0 4 0 669377607 844570624 152002 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390674 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 206194 152002 337 106 0 201697 0
[pid=10221/tid=10232] ppid=10219 vsize=824776 CPUtime=82.82 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 32511 0 0 0 8276 6 0 0 25 0 4 0 669377676 844570624 152002 33554432000 4194304 4625164 140734164874384 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=824776 CPUtime=72.48 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 43239 0 0 0 7239 9 0 0 25 0 4 0 669377676 844570624 152002 33554432000 4194304 4625164 140734164874384 18446744073709551615 4462375 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=824776 CPUtime=61.59 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 221808 0 0 0 6131 28 0 0 25 0 4 0 669377676 844570624 152002 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 303.79
Current children cumulated vsize (KiB) 824776

[startup+162.301 s]
/proc/loadavg: 10.07 10.10 10.09 11/519 10238
/proc/meminfo: memFree=10143332/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=917820 CPUtime=482.73 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 548325 0 0 0 48190 83 0 0 25 0 4 0 669377607 939847680 192657 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 229455 192657 337 106 0 224958 0
[pid=10221/tid=10232] ppid=10219 vsize=917820 CPUtime=142.8 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 53775 0 0 0 14269 11 0 0 25 0 4 0 669377676 939847680 192657 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=917820 CPUtime=102.38 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 45382 0 0 0 10228 10 0 0 25 0 4 0 669377676 939847680 192657 33554432000 4194304 4625164 140734164874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=917820 CPUtime=91.67 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 273569 0 0 0 9133 34 0 0 25 0 4 0 669377676 939847680 192657 33554432000 4194304 4625164 140734164874384 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 482.73
Current children cumulated vsize (KiB) 917820

[startup+222.301 s]
/proc/loadavg: 10.29 10.15 10.10 11/519 10240
/proc/meminfo: memFree=9572916/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=1188000 CPUtime=661.7 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 692032 0 0 0 66065 105 0 0 25 0 4 0 669377607 1216512000 235267 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 297000 235267 337 106 0 292503 0
[pid=10221/tid=10232] ppid=10219 vsize=1188000 CPUtime=185.69 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 78695 0 0 0 18554 15 0 0 25 0 4 0 669377676 1216512000 235267 33554432000 4194304 4625164 140734164874384 18446744073709551615 4278669 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=1188000 CPUtime=154.33 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 71794 0 0 0 15419 14 0 0 25 0 4 0 669377676 1216512000 235267 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=1188000 CPUtime=121.47 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 355986 0 0 0 12101 46 0 0 25 0 4 0 669377676 1216512000 235267 33554432000 4194304 4625164 140734164874384 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 661.7
Current children cumulated vsize (KiB) 1188000

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2093.52
Current children cumulated vsize (KiB) 2084644

[startup+762.32 s]
/proc/loadavg: 10.16 10.14 10.09 12/519 10254
/proc/meminfo: memFree=5670656/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=2199100 CPUtime=2272.54 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 1822929 0 0 0 226984 270 0 0 25 0 4 0 669377607 2251878400 467214 33554432000 4194304 4625164 140734164874384 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 549775 467214 344 106 0 545278 0
[pid=10221/tid=10232] ppid=10219 vsize=2199100 CPUtime=601.35 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 102875 0 0 0 60114 21 0 0 25 0 4 0 669377676 2251878400 467214 33554432000 4194304 4625164 140734164874384 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=2199100 CPUtime=510.31 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 158765 0 0 0 50999 32 0 0 25 0 4 0 669377676 2251878400 467214 33554432000 4194304 4625164 140734164874384 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=2199100 CPUtime=431.2 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1060742 0 0 0 42977 143 0 0 25 0 4 0 669377676 2251878400 467214 33554432000 4194304 4625164 140734164874384 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2272.54
Current children cumulated vsize (KiB) 2199100

[startup+822.301 s]
/proc/loadavg: 10.21 10.16 10.10 11/519 10256
/proc/meminfo: memFree=5138308/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=2220748 CPUtime=2451.47 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 1946176 0 0 0 244858 289 0 0 25 0 4 0 669377607 2274045952 491793 33554432000 4194304 4625164 140734164874384 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 555187 491793 344 106 0 550690 0
[pid=10221/tid=10232] ppid=10219 vsize=2220748 CPUtime=653.5 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 104833 0 0 0 65329 21 0 0 25 0 4 0 669377676 2274045952 491793 33554432000 4194304 4625164 140734164874384 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=2220748 CPUtime=548.2 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 166166 0 0 0 54786 34 0 0 25 0 4 0 669377676 2274045952 491793 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=2220748 CPUtime=461.12 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1162906 0 0 0 45956 156 0 0 25 0 4 0 669377676 2274045952 491793 33554432000 4194304 4625164 140734164874384 18446744073709551615 4481840 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2451.47
Current children cumulated vsize (KiB) 2220748

[startup+882.301 s]
/proc/loadavg: 10.16 10.15 10.10 11/519 10257
/proc/meminfo: memFree=4580920/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=2599400 CPUtime=2630.44 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2222784 0 0 0 262717 327 0 0 25 0 4 0 669377607 2661785600 531105 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390612 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 649850 531105 344 106 0 645353 0
[pid=10221/tid=10232] ppid=10219 vsize=2599400 CPUtime=693.99 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 136972 0 0 0 69374 25 0 0 25 0 4 0 669377676 2661785600 531105 33554432000 4194304 4625164 140734164874384 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=2599400 CPUtime=597.7 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 194034 0 0 0 59732 38 0 0 25 0 4 0 669377676 2661785600 531105 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=2599400 CPUtime=491.13 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1252901 0 0 0 48945 168 0 0 25 0 4 0 669377676 2661785600 531105 33554432000 4194304 4625164 140734164874384 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2630.44
Current children cumulated vsize (KiB) 2599400

[startup+942.301 s]
/proc/loadavg: 10.06 10.12 10.09 11/519 10259
/proc/meminfo: memFree=4036056/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=2787804 CPUtime=2809.4 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2339687 0 0 0 280595 345 0 0 25 0 4 0 669377607 2854711296 555483 33554432000 4194304 4625164 140734164874384 18446744073709551615 4519452 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10221/statm: 696951 555483 344 106 0 692454 0
[pid=10221/tid=10232] ppid=10219 vsize=2787804 CPUtime=747.61 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 138775 0 0 0 74735 26 0 0 25 0 4 0 669377676 2854711296 555483 33554432000 4194304 4625164 140734164874384 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=2787804 CPUtime=633.93 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 204220 0 0 0 63353 40 0 0 25 0 4 0 669377676 2854711296 555483 33554432000 4194304 4625164 140734164874384 18446744073709551615 4316897 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=2787804 CPUtime=521.32 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1323951 0 0 0 51954 178 0 0 25 0 4 0 669377676 2854711296 555483 33554432000 4194304 4625164 140734164874384 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2809.4
Current children cumulated vsize (KiB) 2787804

[startup+1002.3 s]
/proc/loadavg: 10.20 10.15 10.10 11/519 10260
/proc/meminfo: memFree=3691320/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=2810432 CPUtime=2988.37 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2481304 0 0 0 298468 369 0 0 25 0 4 0 669377607 2877882368 589955 33554432000 4194304 4625164 140734164874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 702608 589955 344 106 0 698111 0
[pid=10221/tid=10232] ppid=10219 vsize=2810432 CPUtime=807.61 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 140878 0 0 0 80735 26 0 0 25 0 4 0 669377676 2877882368 589955 33554432000 4194304 4625164 140734164874384 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=2810432 CPUtime=667.8 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 223556 0 0 0 66735 45 0 0 25 0 4 0 669377676 2877882368 589955 33554432000 4194304 4625164 140734164874384 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=2810432 CPUtime=559.47 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1424120 0 0 0 55754 193 0 0 25 0 4 0 669377676 2877882368 589955 33554432000 4194304 4625164 140734164874384 18446744073709551615 4552861 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2988.37
Current children cumulated vsize (KiB) 2810432

[startup+1062.3 s]
/proc/loadavg: 10.27 10.19 10.11 11/519 10262
/proc/meminfo: memFree=3444800/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=3005068 CPUtime=3167.35 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2584499 0 0 0 316350 385 0 0 25 0 4 0 669377607 3077189632 650479 33554432000 4194304 4625164 140734164874384 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 751267 650479 347 106 0 746770 0
[pid=10221/tid=10232] ppid=10219 vsize=3005068 CPUtime=867.61 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 142141 0 0 0 86735 26 0 0 25 0 4 0 669377676 3077189632 650479 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=3005068 CPUtime=700.14 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 226289 0 0 0 69969 45 0 0 25 0 4 0 669377676 3077189632 650479 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=3005068 CPUtime=589.3 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1440924 0 0 0 58734 196 0 0 25 0 4 0 669377676 3077189632 650479 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3167.35
Current children cumulated vsize (KiB) 3005068

[startup+1122.3 s]
/proc/loadavg: 10.12 10.16 10.10 11/519 10264
/proc/meminfo: memFree=3367408/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=3070608 CPUtime=3346.32 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2601028 0 0 0 334245 387 0 0 25 0 4 0 669377607 3144302592 667008 33554432000 4194304 4625164 140734164874384 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 767652 667008 347 106 0 763155 0
[pid=10221/tid=10232] ppid=10219 vsize=3070608 CPUtime=927.61 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 142141 0 0 0 92735 26 0 0 25 0 4 0 669377676 3144302592 667008 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=3070608 CPUtime=759.1 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 226289 0 0 0 75865 45 0 0 25 0 4 0 669377676 3144302592 667008 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=3070608 CPUtime=619.3 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1440924 0 0 0 61734 196 0 0 25 0 4 0 669377676 3144302592 667008 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3346.32
Current children cumulated vsize (KiB) 3070608

[startup+1182.3 s]
/proc/loadavg: 10.17 10.16 10.10 11/519 10265
/proc/meminfo: memFree=3362316/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=3070608 CPUtime=3525.3 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2601289 0 0 0 352143 387 0 0 25 0 4 0 669377607 3144302592 667269 33554432000 4194304 4625164 140734164874384 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 767652 667269 347 106 0 763155 0
[pid=10221/tid=10232] ppid=10219 vsize=3070608 CPUtime=987.61 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 142141 0 0 0 98735 26 0 0 25 0 4 0 669377676 3144302592 667269 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=3070608 CPUtime=818.08 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 226289 0 0 0 81763 45 0 0 25 0 4 0 669377676 3144302592 667269 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=3070608 CPUtime=649.3 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1440924 0 0 0 64734 196 0 0 25 0 4 0 669377676 3144302592 667269 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3525.3
Current children cumulated vsize (KiB) 3070608

[startup+1242.3 s]
/proc/loadavg: 10.16 10.16 10.10 11/519 10267
/proc/meminfo: memFree=3373224/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=3070608 CPUtime=3704.27 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2601577 0 0 0 370039 388 0 0 25 0 4 0 669377607 3144302592 667557 33554432000 4194304 4625164 140734164874384 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 767652 667557 347 106 0 763155 0
[pid=10221/tid=10232] ppid=10219 vsize=3070608 CPUtime=1047.61 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 142141 0 0 0 104735 26 0 0 25 0 4 0 669377676 3144302592 667557 33554432000 4194304 4625164 140734164874384 18446744073709551615 4478025 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=3070608 CPUtime=877.05 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 226289 0 0 0 87660 45 0 0 25 0 4 0 669377676 3144302592 667557 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477911 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=3070608 CPUtime=679.29 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1440924 0 0 0 67733 196 0 0 25 0 4 0 669377676 3144302592 667557 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3704.27
Current children cumulated vsize (KiB) 3070608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.17 10.16 10.10 12/519 10268
/proc/meminfo: memFree=3316048/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=3070608 CPUtime=3876.43 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) R 10219 10221 10092 0 -1 4202496 2601819 0 0 0 387255 388 0 0 25 0 4 0 669377607 3144302592 667799 33554432000 4194304 4625164 140734164874384 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 767652 667799 347 106 0 763155 0
[pid=10221/tid=10232] ppid=10219 vsize=3070608 CPUtime=1105.33 cores=0,2,4,6
/proc/10221/task/10232/stat : 10232 (SArTagnan) R 10219 10221 10092 0 -1 4202560 142190 0 0 0 110507 26 0 0 25 0 4 0 669377676 3144302592 667799 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10221/tid=10233] ppid=10219 vsize=3070608 CPUtime=933.79 cores=0,2,4,6
/proc/10221/task/10233/stat : 10233 (SArTagnan) R 10219 10221 10092 0 -1 4202560 226289 0 0 0 93334 45 0 0 25 0 4 0 669377676 3144302592 667799 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10221/tid=10234] ppid=10219 vsize=3070608 CPUtime=708.18 cores=0,2,4,6
/proc/10221/task/10234/stat : 10234 (SArTagnan) R 10219 10221 10092 0 -1 4202560 1440924 0 0 0 70622 196 0 0 25 0 4 0 669377676 3144302592 667799 33554432000 4194304 4625164 140734164874384 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3876.43
Current children cumulated vsize (KiB) 3070608

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

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

[startup+1300.12 s]
/proc/loadavg: 10.17 10.16 10.10 5/517 10270
/proc/meminfo: memFree=6904220/32951124 swapFree=67111348/67111528
[pid=10221] ppid=10219 vsize=0 CPUtime=3876.58 cores=0,2,4,6
/proc/10221/stat : 10221 (SArTagnan) Z 10219 10221 10092 0 -1 4203548 2601819 0 0 0 387259 399 0 0 25 0 2 0 669377607 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3876.58
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.14
CPU time (s): 3876.59
CPU user time (s): 3872.59
CPU system time (s): 3.99839
CPU usage (%): 298.166
Max. virtual memory (cumulated for all children) (KiB): 3070608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3872.59
system time used= 3.99839
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2601819
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= 3860
involuntary context switches= 32370

runsolver used 6.41802 second user time and 15.8586 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 22:29:59
IDJOB=3386228
IDBENCH=71037
IDSOLVER=1871
FILE ID=node139/3386228-1305577798
RUNJOBID= node139-1305576495-10110
PBS_JOBID= 13350204
Free space on /tmp= 73232 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
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-3386228-1305577798/watcher-3386228-1305577798 -o /tmp/evaluation-result-3386228-1305577798/solver-3386228-1305577798 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386228-1305577798.cnf -threads=4

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=212283951

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13547236 kB
Buffers:        342096 kB
Cached:        3380328 kB
SwapCached:          0 kB
Active:       16853480 kB
Inactive:      2201824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13547236 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           44644 kB
Writeback:           0 kB
AnonPages:    15332076 kB
Mapped:          38740 kB
Slab:           210028 kB
PageTables:      70148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 140706152 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= 73232 MiB
End job on node139 at 2011-05-16 22:51:41