Trace number 3386312

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) 3992.98 1300.1

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

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-3386312-1305577718/watcher-3386312-1305577718 -o /tmp/evaluation-result-3386312-1305577718/solver-3386312-1305577718 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386312-1305577718.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.60 10.02 10.06 7/421 10713
/proc/meminfo: memFree=23799224/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=26196 CPUtime=0 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 1941 0 0 0 0 0 0 0 23 0 1 0 669370512 26824704 1879 33554432000 4194304 4625164 140735075442800 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10713/statm: 6549 1881 291 106 0 2052 0

[startup+0.050572 s]
/proc/loadavg: 9.60 10.02 10.06 7/421 10713
/proc/meminfo: memFree=23799224/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=118624 CPUtime=0.04 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 10136 0 0 0 3 1 0 0 23 0 1 0 669370512 121470976 9623 33554432000 4194304 4625164 140735075442800 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10713/statm: 29656 9623 299 106 0 25159 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 118624

[startup+0.100568 s]
/proc/loadavg: 9.60 10.02 10.06 7/421 10713
/proc/meminfo: memFree=23799224/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=123700 CPUtime=0.09 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 13117 0 0 0 8 1 0 0 23 0 1 0 669370512 126668800 11158 33554432000 4194304 4625164 140735075442800 18446744073709551615 210204266083 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10713/statm: 30925 11159 299 106 0 26428 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 123700

[startup+0.30053 s]
/proc/loadavg: 9.60 10.02 10.06 7/421 10713
/proc/meminfo: memFree=23799224/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=148748 CPUtime=0.29 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 26211 0 0 0 26 3 0 0 25 0 1 0 669370512 152317952 17324 33554432000 4194304 4625164 140735075442800 18446744073709551615 210204266032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10713/statm: 37187 17325 299 106 0 32690 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 148748

[startup+0.700466 s]
/proc/loadavg: 9.60 10.02 10.06 7/421 10713
/proc/meminfo: memFree=23799224/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=190016 CPUtime=0.69 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 49011 0 0 0 63 6 0 0 25 0 1 0 669370512 194576384 29314 33554432000 4194304 4625164 140735075442800 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10713/statm: 47504 29314 299 106 0 43007 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 190016

[startup+1.50033 s]
/proc/loadavg: 9.60 10.02 10.06 8/422 10714
/proc/meminfo: memFree=23622028/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=509704 CPUtime=1.49 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 142282 0 0 0 130 19 0 0 25 0 1 0 669370512 521936896 97886 33554432000 4194304 4625164 140735075442800 18446744073709551615 4298385 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10713/statm: 127426 97908 329 106 0 122929 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 509704

[startup+3.10104 s]
/proc/loadavg: 9.60 10.02 10.06 11/425 10717
/proc/meminfo: memFree=23150804/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=924188 CPUtime=6.12 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 220358 0 0 0 582 30 0 0 19 0 4 0 669370512 946368512 175905 33554432000 4194304 4625164 140735075442800 18446744073709551615 4364563 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 231047 175905 347 106 0 226550 0
[pid=10713/tid=10715] ppid=10711 vsize=924188 CPUtime=1.5 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 12430 0 0 0 149 1 0 0 19 0 4 0 669370668 946368512 175905 33554432000 4194304 4625164 140735075442800 18446744073709551615 4469221 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=924188 CPUtime=1.5 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 10885 0 0 0 149 1 0 0 25 0 4 0 669370668 946368512 175905 33554432000 4194304 4625164 140735075442800 18446744073709551615 4469354 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=924188 CPUtime=0.33 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 11677 0 0 0 32 1 0 0 25 0 4 0 669370668 946368512 175905 33554432000 4194304 4625164 140735075442800 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 924188

[startup+6.30051 s]
/proc/loadavg: 9.64 10.02 10.06 11/425 10717
/proc/meminfo: memFree=23089736/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=989724 CPUtime=15.68 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 228774 0 0 0 1537 31 0 0 23 0 4 0 669370512 1013477376 178802 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 247431 178802 353 106 0 242934 0
[pid=10713/tid=10715] ppid=10711 vsize=989724 CPUtime=4.7 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 12505 0 0 0 469 1 0 0 25 0 4 0 669370668 1013477376 178802 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=989724 CPUtime=4.7 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 10908 0 0 0 469 1 0 0 25 0 4 0 669370668 1013477376 178802 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=989724 CPUtime=1.89 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 19243 0 0 0 188 1 0 0 25 0 4 0 669370668 1013477376 178802 33554432000 4194304 4625164 140735075442800 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 989724

[startup+12.7004 s]
/proc/loadavg: 9.66 10.02 10.06 11/425 10717
/proc/meminfo: memFree=23070928/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=989724 CPUtime=34.79 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 258833 0 0 0 3444 35 0 0 25 0 4 0 669370512 1013477376 181604 33554432000 4194304 4625164 140735075442800 18446744073709551615 4392955 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 247431 181604 354 106 0 242934 0
[pid=10713/tid=10715] ppid=10711 vsize=989724 CPUtime=11.11 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 12842 0 0 0 1109 2 0 0 25 0 4 0 669370668 1013477376 181604 33554432000 4194304 4625164 140735075442800 18446744073709551615 4334163 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=989724 CPUtime=11.1 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 11232 0 0 0 1109 1 0 0 25 0 4 0 669370668 1013477376 181604 33554432000 4194304 4625164 140735075442800 18446744073709551615 4479405 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=989724 CPUtime=5 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 48208 0 0 0 495 5 0 0 25 0 4 0 669370668 1013477376 181604 33554432000 4194304 4625164 140735075442800 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.79
Current children cumulated vsize (KiB) 989724

[startup+25.5003 s]
/proc/loadavg: 9.74 10.02 10.05 11/425 10717
/proc/meminfo: memFree=23057156/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=989724 CPUtime=73 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 277352 0 0 0 7263 37 0 0 25 0 4 0 669370512 1013477376 179487 33554432000 4194304 4625164 140735075442800 18446744073709551615 4390606 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 247431 179487 354 106 0 242934 0
[pid=10713/tid=10715] ppid=10711 vsize=989724 CPUtime=21.31 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 13101 0 0 0 2129 2 0 0 25 0 4 0 669370668 1013477376 179487 33554432000 4194304 4625164 140735075442800 18446744073709551615 4335495 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=989724 CPUtime=23.9 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 11516 0 0 0 2389 1 0 0 25 0 4 0 669370668 1013477376 179487 33554432000 4194304 4625164 140735075442800 18446744073709551615 4316669 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=989724 CPUtime=11.48 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 65863 0 0 0 1141 7 0 0 25 0 4 0 669370668 1013477376 179487 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 73
Current children cumulated vsize (KiB) 989724

[startup+51.1011 s]
/proc/loadavg: 9.83 10.01 10.05 11/425 10718
/proc/meminfo: memFree=22995160/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=989724 CPUtime=149.45 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 283362 0 0 0 14906 39 0 0 25 0 4 0 669370512 1013477376 184947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 247431 184947 363 106 0 242934 0
[pid=10713/tid=10715] ppid=10711 vsize=989724 CPUtime=34.1 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 13993 0 0 0 3408 2 0 0 25 0 4 0 669370668 1013477376 184947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=989724 CPUtime=49.49 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 11842 0 0 0 4948 1 0 0 25 0 4 0 669370668 1013477376 184947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317268 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=989724 CPUtime=24.27 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 66223 0 0 0 2420 7 0 0 25 0 4 0 669370668 1013477376 184947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 149.45
Current children cumulated vsize (KiB) 989724

[startup+102.316 s]
/proc/loadavg: 10.01 10.04 10.06 11/425 10719
/proc/meminfo: memFree=22881084/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=989724 CPUtime=302.38 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 301093 0 0 0 30197 41 0 0 25 0 4 0 669370512 1013477376 196078 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 247431 196078 412 106 0 242934 0
[pid=10713/tid=10715] ppid=10711 vsize=989724 CPUtime=65 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 20112 0 0 0 6497 3 0 0 25 0 4 0 669370668 1013477376 196078 33554432000 4194304 4625164 140735075442800 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=989724 CPUtime=100.71 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 16395 0 0 0 10069 2 0 0 25 0 4 0 669370668 1013477376 196078 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=989724 CPUtime=49.79 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 72812 0 0 0 4971 8 0 0 25 0 4 0 669370668 1013477376 196078 33554432000 4194304 4625164 140735075442800 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 302.38
Current children cumulated vsize (KiB) 989724

[startup+162.301 s]
/proc/loadavg: 10.07 10.06 10.06 11/425 10721
/proc/meminfo: memFree=22828476/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=989724 CPUtime=481.53 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 341213 0 0 0 48103 50 0 0 25 0 4 0 669370512 1013477376 197947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 247431 197947 380 106 0 242934 0
[pid=10713/tid=10715] ppid=10711 vsize=989724 CPUtime=104.89 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 21786 0 0 0 10485 4 0 0 25 0 4 0 669370668 1013477376 197947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=989724 CPUtime=160.7 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 17206 0 0 0 16068 2 0 0 25 0 4 0 669370668 1013477376 197947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317281 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=989724 CPUtime=99.27 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 109600 0 0 0 9912 15 0 0 25 0 4 0 669370668 1013477376 197947 33554432000 4194304 4625164 140735075442800 18446744073709551615 4554657 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 481.53
Current children cumulated vsize (KiB) 989724

[startup+222.301 s]
/proc/loadavg: 10.10 10.07 10.07 11/425 10722
/proc/meminfo: memFree=22733456/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1078260 CPUtime=660.71 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 480993 0 0 0 65999 72 0 0 25 0 4 0 669370512 1104138240 208417 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 269565 208417 385 106 0 265068 0
[pid=10713/tid=10715] ppid=10711 vsize=1078260 CPUtime=134.89 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 34140 0 0 0 13483 6 0 0 25 0 4 0 669370668 1104138240 208417 33554432000 4194304 4625164 140735075442800 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1078260 CPUtime=220.7 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 17654 0 0 0 22068 2 0 0 25 0 4 0 669370668 1104138240 208417 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1078260 CPUtime=158.45 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 234955 0 0 0 15810 35 0 0 25 0 4 0 669370668 1104138240 208417 33554432000 4194304 4625164 140735075442800 18446744073709551615 210204344759 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 660.71
Current children cumulated vsize (KiB) 1078260

[startup+282.301 s]
/proc/loadavg: 10.07 10.07 10.07 11/425 10724
/proc/meminfo: memFree=22674520/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1180708 CPUtime=839.91 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 637942 0 0 0 83897 94 0 0 25 0 4 0 669370512 1209044992 213458 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 295177 213458 364 106 0 290680 0
[pid=10713/tid=10715] ppid=10711 vsize=1180708 CPUtime=164.89 cores=0,2,4,6

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

[pid=10713] ppid=10711 vsize=1419960 CPUtime=2094.19 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 1493158 0 0 0 209195 224 0 0 25 0 4 0 669370512 1454039040 267606 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 354990 267606 389 106 0 350493 0
[pid=10713/tid=10715] ppid=10711 vsize=1419960 CPUtime=374.76 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 43724 0 0 0 37467 9 0 0 25 0 4 0 669370668 1454039040 267606 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1419960 CPUtime=700.7 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 36295 0 0 0 70065 5 0 0 25 0 4 0 669370668 1454039040 267606 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1419960 CPUtime=631.91 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 1211416 0 0 0 63012 179 0 0 25 0 4 0 669370668 1454039040 267606 33554432000 4194304 4625164 140735075442800 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2094.19
Current children cumulated vsize (KiB) 1419960

[startup+762.316 s]
/proc/loadavg: 10.18 10.14 10.10 11/425 10767
/proc/meminfo: memFree=22407728/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1420508 CPUtime=2273.41 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 1758107 0 0 0 227078 263 0 0 25 0 4 0 669370512 1454600192 273127 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 355127 273127 402 106 0 350630 0
[pid=10713/tid=10715] ppid=10711 vsize=1420508 CPUtime=404.75 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 43909 0 0 0 40466 9 0 0 25 0 4 0 669370668 1454600192 273127 33554432000 4194304 4625164 140735075442800 18446744073709551615 4465186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1420508 CPUtime=747.73 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 36466 0 0 0 74767 6 0 0 25 0 4 0 669370668 1454600192 273127 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1420508 CPUtime=691.1 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 1475792 0 0 0 68892 218 0 0 25 0 4 0 669370668 1454600192 273127 33554432000 4194304 4625164 140735075442800 18446744073709551615 4547287 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2273.41
Current children cumulated vsize (KiB) 1420508

[startup+822.301 s]
/proc/loadavg: 10.13 10.13 10.09 11/425 10768
/proc/meminfo: memFree=22350780/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1428384 CPUtime=2452.56 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 1862534 0 0 0 244979 277 0 0 25 0 4 0 669370512 1462665216 277538 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509261 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 357096 277538 362 106 0 352599 0
[pid=10713/tid=10715] ppid=10711 vsize=1428384 CPUtime=434.74 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 44048 0 0 0 43465 9 0 0 25 0 4 0 669370668 1462665216 277538 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1428384 CPUtime=777.72 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 36467 0 0 0 77766 6 0 0 25 0 4 0 669370668 1462665216 277538 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1428384 CPUtime=750.28 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 1579888 0 0 0 74796 232 0 0 25 0 4 0 669370668 1462665216 277538 33554432000 4194304 4625164 140735075442800 18446744073709551615 210204344647 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2452.56
Current children cumulated vsize (KiB) 1428384

[startup+882.301 s]
/proc/loadavg: 10.22 10.15 10.10 11/425 10770
/proc/meminfo: memFree=22262360/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1428384 CPUtime=2631.74 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 2171372 0 0 0 262849 325 0 0 25 0 4 0 669370512 1462665216 285590 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 357096 285590 366 106 0 352599 0
[pid=10713/tid=10715] ppid=10711 vsize=1428384 CPUtime=464.74 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 44447 0 0 0 46465 9 0 0 25 0 4 0 669370668 1462665216 285590 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288932 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1428384 CPUtime=807.72 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 36479 0 0 0 80766 6 0 0 25 0 4 0 669370668 1462665216 285590 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1428384 CPUtime=809.46 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 1888158 0 0 0 80667 279 0 0 25 0 4 0 669370668 1462665216 285590 33554432000 4194304 4625164 140735075442800 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2631.74
Current children cumulated vsize (KiB) 1428384

[startup+942.301 s]
/proc/loadavg: 10.13 10.14 10.09 11/425 10772
/proc/meminfo: memFree=22191772/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1451392 CPUtime=2840.02 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 2454997 0 0 0 283636 366 0 0 25 0 4 0 669370512 1486225408 292045 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509162 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 362848 292045 362 106 0 358351 0
[pid=10713/tid=10715] ppid=10711 vsize=1451392 CPUtime=523.99 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 44871 0 0 0 52389 10 0 0 25 0 4 0 669370668 1486225408 292045 33554432000 4194304 4625164 140735075442800 18446744073709551615 4351942 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1451392 CPUtime=837.58 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 36526 0 0 0 83752 6 0 0 25 0 4 0 669370668 1486225408 292045 33554432000 4194304 4625164 140735075442800 18446744073709551615 4316721 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1451392 CPUtime=868.64 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 2159630 0 0 0 86545 319 0 0 25 0 4 0 669370668 1486225408 292045 33554432000 4194304 4625164 140735075442800 18446744073709551615 4570746 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2840.02
Current children cumulated vsize (KiB) 1451392

[startup+1002.3 s]
/proc/loadavg: 10.15 10.14 10.09 11/425 10773
/proc/meminfo: memFree=22152188/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1516928 CPUtime=3049.18 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 2733326 0 0 0 304513 405 0 0 25 0 4 0 669370512 1553334272 298440 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 379232 298440 362 106 0 374735 0
[pid=10713/tid=10715] ppid=10711 vsize=1516928 CPUtime=583.99 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 45240 0 0 0 58389 10 0 0 25 0 4 0 669370668 1553334272 298440 33554432000 4194304 4625164 140735075442800 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1516928 CPUtime=867.57 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 36579 0 0 0 86751 6 0 0 25 0 4 0 669370668 1553334272 298440 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1516928 CPUtime=927.8 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 2437361 0 0 0 92423 357 0 0 25 0 4 0 669370668 1553334272 298440 33554432000 4194304 4625164 140735075442800 18446744073709551615 4334910 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3049.18
Current children cumulated vsize (KiB) 1516928

[startup+1062.3 s]
/proc/loadavg: 10.05 10.11 10.09 11/425 10775
/proc/meminfo: memFree=22042672/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1590812 CPUtime=3258.14 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 3119988 0 0 0 325355 459 0 0 25 0 4 0 669370512 1628991488 320732 33554432000 4194304 4625164 140735075442800 18446744073709551615 4519268 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10713/statm: 397703 320732 368 106 0 393206 0
[pid=10713/tid=10715] ppid=10711 vsize=1590812 CPUtime=643.99 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 59252 0 0 0 64387 12 0 0 25 0 4 0 669370668 1628991488 320732 33554432000 4194304 4625164 140735075442800 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1590812 CPUtime=915.6 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 48995 0 0 0 91553 7 0 0 25 0 4 0 669370668 1628991488 320732 33554432000 4194304 4625164 140735075442800 18446744073709551615 4316714 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1590812 CPUtime=986.97 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 2783703 0 0 0 98291 406 0 0 25 0 4 0 669370668 1628991488 320732 33554432000 4194304 4625164 140735075442800 18446744073709551615 4334150 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3258.14
Current children cumulated vsize (KiB) 1590812

[startup+1122.3 s]
/proc/loadavg: 10.13 10.12 10.09 11/425 10776
/proc/meminfo: memFree=21929940/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1727832 CPUtime=3462.2 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 3442704 0 0 0 345717 503 0 0 25 0 4 0 669370512 1769299968 340452 33554432000 4194304 4625164 140735075442800 18446744073709551615 4519659 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10713/statm: 431958 340452 362 106 0 427461 0
[pid=10713/tid=10715] ppid=10711 vsize=1727832 CPUtime=703.99 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 76677 0 0 0 70385 14 0 0 25 0 4 0 669370668 1769299968 340452 33554432000 4194304 4625164 140735075442800 18446744073709551615 4352401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1727832 CPUtime=975.61 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 51574 0 0 0 97553 8 0 0 25 0 4 0 669370668 1769299968 340452 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1727832 CPUtime=1041.04 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 3064823 0 0 0 103659 445 0 0 25 0 4 0 669370668 1769299968 340452 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3462.2
Current children cumulated vsize (KiB) 1727832

[startup+1182.3 s]
/proc/loadavg: 10.20 10.14 10.10 11/425 10778
/proc/meminfo: memFree=21830236/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1784228 CPUtime=3641.38 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 3507435 0 0 0 363624 514 0 0 25 0 4 0 669370512 1827049472 360501 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10713/statm: 446057 360501 362 106 0 441560 0
[pid=10713/tid=10715] ppid=10711 vsize=1784228 CPUtime=761.8 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 79248 0 0 0 76166 14 0 0 25 0 4 0 669370668 1827049472 360501 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288802 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1784228 CPUtime=1012.04 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 69904 0 0 0 101193 11 0 0 25 0 4 0 669370668 1827049472 360501 33554432000 4194304 4625164 140735075442800 18446744073709551615 4316731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1784228 CPUtime=1093.93 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 3104901 0 0 0 108942 451 0 0 25 0 4 0 669370668 1827049472 360501 33554432000 4194304 4625164 140735075442800 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3641.38
Current children cumulated vsize (KiB) 1784228

[startup+1242.3 s]
/proc/loadavg: 10.14 10.13 10.09 11/425 10780
/proc/meminfo: memFree=21651388/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=1976880 CPUtime=3820.55 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 3604818 0 0 0 381527 528 0 0 25 0 4 0 669370512 2024325120 395564 33554432000 4194304 4625164 140735075442800 18446744073709551615 4509162 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10713/statm: 494220 395564 362 106 0 489723 0
[pid=10713/tid=10715] ppid=10711 vsize=1976880 CPUtime=791.79 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 106755 0 0 0 79161 18 0 0 25 0 4 0 669370668 2024325120 395564 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=1976880 CPUtime=1042.04 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 69904 0 0 0 104193 11 0 0 25 0 4 0 669370668 2024325120 395564 33554432000 4194304 4625164 140735075442800 18446744073709551615 4316721 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=1976880 CPUtime=1153.08 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 3133188 0 0 0 114853 455 0 0 25 0 4 0 669370668 2024325120 395564 33554432000 4194304 4625164 140735075442800 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3820.55
Current children cumulated vsize (KiB) 1976880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.16 10.13 10.09 11/425 10781
/proc/meminfo: memFree=21420864/32951124 swapFree=63649240/67111528
[pid=10713] ppid=10711 vsize=2067068 CPUtime=3992.88 cores=0,2,4,6
/proc/10713/stat : 10713 (SArTagnan) R 10711 10713 10575 0 -1 4202496 3642769 0 0 0 398754 534 0 0 25 0 4 0 669370512 2116677632 433515 33554432000 4194304 4625164 140735075442800 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10713/statm: 516767 433515 362 106 0 512270 0
[pid=10713/tid=10715] ppid=10711 vsize=2067068 CPUtime=820.69 cores=0,2,4,6
/proc/10713/task/10715/stat : 10715 (SArTagnan) R 10711 10713 10575 0 -1 4202560 111208 0 0 0 82051 18 0 0 25 0 4 0 669370668 2116677632 433515 33554432000 4194304 4625164 140735075442800 18446744073709551615 4288755 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10716] ppid=10711 vsize=2067068 CPUtime=1070.86 cores=0,2,4,6
/proc/10713/task/10716/stat : 10716 (SArTagnan) R 10711 10713 10575 0 -1 4202560 69904 0 0 0 107075 11 0 0 25 0 4 0 669370668 2116677632 433515 33554432000 4194304 4625164 140735075442800 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10713/tid=10717] ppid=10711 vsize=2067068 CPUtime=1209.99 cores=0,2,4,6
/proc/10713/task/10717/stat : 10717 (SArTagnan) R 10711 10713 10575 0 -1 4202560 3143667 0 0 0 120542 457 0 0 25 0 4 0 669370668 2116677632 433515 33554432000 4194304 4625164 140735075442800 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3992.88
Current children cumulated vsize (KiB) 2067068

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.1
CPU time (s): 3992.98
CPU user time (s): 3987.57
CPU system time (s): 5.41418
CPU usage (%): 307.13
Max. virtual memory (cumulated for all children) (KiB): 2067068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3987.57
system time used= 5.41418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3642769
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= 3467
involuntary context switches= 33578

runsolver used 4.93825 second user time and 12.8201 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-16 22:28:40
IDJOB=3386312
IDBENCH=70961
IDSOLVER=1871
FILE ID=node130/3386312-1305577718
RUNJOBID= node130-1305576415-10593
PBS_JOBID= 13350203
Free space on /tmp= 73292 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386312-1305577718/watcher-3386312-1305577718 -o /tmp/evaluation-result-3386312-1305577718/solver-3386312-1305577718 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386312-1305577718.cnf -threads=4

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=99637656

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23799256 kB
Buffers:        309996 kB
Cached:        4390836 kB
SwapCached:      10240 kB
Active:        4825672 kB
Inactive:      4022524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23799256 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           69924 kB
Writeback:           0 kB
AnonPages:     4144988 kB
Mapped:          23652 kB
Slab:           192772 kB
PageTables:      45456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110818296 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= 73308 MiB
End job on node130 at 2011-05-16 22:50:22