Trace number 3386117

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.25 1205.24

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g3.cnf
MD5SUM231f625a25c77518fbce98fe99f807b5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3386117-1305577984/watcher-3386117-1305577984 -o /tmp/evaluation-result-3386117-1305577984/solver-3386117-1305577984 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386117-1305577984.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: 8.16 8.14 8.15 5/491 1721
/proc/meminfo: memFree=15969520/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=25048 CPUtime=0 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 503 0 0 0 0 0 0 0 25 0 1 0 669396113 25649152 442 33554432000 4194304 4625164 140737469959296 18446744073709551615 218905428064 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1721/statm: 6262 448 296 106 0 1765 0

[startup+0.040492 s]
/proc/loadavg: 8.16 8.14 8.15 5/491 1721
/proc/meminfo: memFree=15969520/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=27352 CPUtime=0.03 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 2184 0 0 0 3 0 0 0 25 0 1 0 669396113 28008448 947 33554432000 4194304 4625164 140737469959296 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1721/statm: 6838 947 296 106 0 2341 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27352

[startup+0.103083 s]
/proc/loadavg: 8.16 8.14 8.15 5/491 1721
/proc/meminfo: memFree=15969520/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=205048 CPUtime=0.18 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) D 1719 1721 1492 0 -1 4202496 7852 0 0 0 17 1 0 0 25 0 4 0 669396113 209969152 5679 33554432000 4194304 4625164 140737469959296 18446744073709551615 218905774263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 51262 5679 333 106 0 46765 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 205048

[startup+0.300405 s]
/proc/loadavg: 8.16 8.14 8.15 5/491 1721
/proc/meminfo: memFree=15969520/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=282612 CPUtime=0.98 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 17506 0 0 0 95 3 0 0 25 0 4 0 669396113 289394688 11422 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 70653 11422 351 106 0 66156 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 282612

[startup+0.700333 s]
/proc/loadavg: 8.16 8.14 8.15 5/491 1721
/proc/meminfo: memFree=15969520/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=285168 CPUtime=2.57 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 19037 0 0 0 254 3 0 0 25 0 4 0 669396113 292012032 12815 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 71292 12816 352 106 0 66795 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 285168

[startup+1.50019 s]
/proc/loadavg: 8.14 8.14 8.15 10/495 1725
/proc/meminfo: memFree=15910100/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=293988 CPUtime=5.76 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 22618 0 0 0 572 4 0 0 25 0 4 0 669396113 301043712 16389 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 73497 16389 346 106 0 69000 0
[pid=1721/tid=1723] ppid=1719 vsize=293988 CPUtime=1.42 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 1803 0 0 0 142 0 0 0 25 0 4 0 669396120 301043712 16389 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=293988 CPUtime=1.4 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 3196 0 0 0 140 0 0 0 25 0 4 0 669396120 301043712 16389 33554432000 4194304 4625164 140737469959296 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=293988 CPUtime=1.42 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 1551 0 0 0 142 0 0 0 25 0 4 0 669396120 301043712 16389 33554432000 4194304 4625164 140737469959296 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 293988

[startup+3.1009 s]
/proc/loadavg: 8.14 8.14 8.15 10/495 1725
/proc/meminfo: memFree=15889640/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=307308 CPUtime=12.14 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 32048 0 0 0 1208 6 0 0 25 0 4 0 669396113 314683392 23059 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 76827 23059 349 106 0 72330 0
[pid=1721/tid=1723] ppid=1719 vsize=307308 CPUtime=3.02 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 3853 0 0 0 301 1 0 0 25 0 4 0 669396120 314683392 23059 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=307308 CPUtime=2.99 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 5251 0 0 0 298 1 0 0 25 0 4 0 669396120 314683392 23059 33554432000 4194304 4625164 140737469959296 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=307308 CPUtime=3.02 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 2398 0 0 0 302 0 0 0 25 0 4 0 669396120 314683392 23059 33554432000 4194304 4625164 140737469959296 18446744073709551615 4288753 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 307308

[startup+6.30032 s]
/proc/loadavg: 8.14 8.14 8.15 10/495 1725
/proc/meminfo: memFree=15845764/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=316588 CPUtime=24.88 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 39589 0 0 0 2481 7 0 0 25 0 4 0 669396113 324186112 30595 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512017 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 79147 30595 356 106 0 74650 0
[pid=1721/tid=1723] ppid=1719 vsize=316588 CPUtime=6.22 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 6327 0 0 0 621 1 0 0 25 0 4 0 669396120 324186112 30595 33554432000 4194304 4625164 140737469959296 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=316588 CPUtime=6.13 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 7267 0 0 0 612 1 0 0 25 0 4 0 669396120 324186112 30595 33554432000 4194304 4625164 140737469959296 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=316588 CPUtime=6.22 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 3564 0 0 0 622 0 0 0 25 0 4 0 669396120 324186112 30595 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 316588

[startup+12.7012 s]
/proc/loadavg: 8.20 8.15 8.16 10/495 1725
/proc/meminfo: memFree=15785208/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=362212 CPUtime=50.38 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 61191 0 0 0 5025 13 0 0 25 0 4 0 669396113 370905088 42773 33554432000 4194304 4625164 140737469959296 18446744073709551615 218905428437 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 90553 42793 353 106 0 86056 0
[pid=1721/tid=1723] ppid=1719 vsize=362212 CPUtime=12.62 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 7443 0 0 0 1261 1 0 0 25 0 4 0 669396120 370905088 42803 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=362212 CPUtime=12.42 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 9749 0 0 0 1239 3 0 0 25 0 4 0 669396120 370905088 42816 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=362212 CPUtime=12.62 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 10656 0 0 0 1260 2 0 0 25 0 4 0 669396120 370905088 42827 33554432000 4194304 4625164 140737469959296 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 362212

[startup+25.5008 s]
/proc/loadavg: 8.25 8.16 8.16 10/495 1725
/proc/meminfo: memFree=15654752/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=378492 CPUtime=101.37 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 98580 0 0 0 10112 25 0 0 25 0 4 0 669396113 387575808 63664 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 94623 63664 376 106 0 90126 0
[pid=1721/tid=1723] ppid=1719 vsize=378492 CPUtime=25.42 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 14442 0 0 0 2537 5 0 0 25 0 4 0 669396120 387575808 63664 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=378492 CPUtime=25.01 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 14701 0 0 0 2496 5 0 0 25 0 4 0 669396120 387575808 63664 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=378492 CPUtime=25.42 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 11114 0 0 0 2540 2 0 0 25 0 4 0 669396120 387575808 63664 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 378492

[startup+51.1012 s]
/proc/loadavg: 8.16 8.15 8.16 10/495 1726
/proc/meminfo: memFree=15454624/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=597244 CPUtime=203.34 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 215711 0 0 0 20288 46 0 0 25 0 4 0 669396113 611577856 96037 33554432000 4194304 4625164 140737469959296 18446744073709551615 4393127 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 149311 96037 395 106 0 144814 0
[pid=1721/tid=1723] ppid=1719 vsize=597244 CPUtime=51.02 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 21659 0 0 0 5093 9 0 0 25 0 4 0 669396120 611577856 96037 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=597244 CPUtime=50.18 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 19217 0 0 0 5012 6 0 0 25 0 4 0 669396120 611577856 96037 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=597244 CPUtime=51.02 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 64127 0 0 0 5092 10 0 0 25 0 4 0 669396120 611577856 96037 33554432000 4194304 4625164 140737469959296 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.34
Current children cumulated vsize (KiB) 597244

[startup+102.319 s]
/proc/loadavg: 8.06 8.12 8.14 10/495 1727
/proc/meminfo: memFree=15182912/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=806032 CPUtime=407.35 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 525571 0 0 0 40640 95 0 0 25 0 4 0 669396113 825376768 137631 33554432000 4194304 4625164 140737469959296 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 201508 137632 433 106 0 197011 0
[pid=1721/tid=1723] ppid=1719 vsize=806032 CPUtime=102.23 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 32264 0 0 0 10211 12 0 0 25 0 4 0 669396120 825376768 137632 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=806032 CPUtime=100.54 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 25265 0 0 0 10042 12 0 0 25 0 4 0 669396120 825376768 137632 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=806032 CPUtime=102.24 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 300478 0 0 0 10181 43 0 0 25 0 4 0 669396120 825376768 137633 33554432000 4194304 4625164 140737469959296 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.35
Current children cumulated vsize (KiB) 806032

[startup+162.301 s]
/proc/loadavg: 8.09 8.11 8.14 10/495 1729
/proc/meminfo: memFree=14805068/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=1111256 CPUtime=646.28 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 977437 0 0 0 64461 167 0 0 25 0 4 0 669396113 1137926144 205405 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 277814 205405 346 106 0 273317 0
[pid=1721/tid=1723] ppid=1719 vsize=1111256 CPUtime=162.21 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 43541 0 0 0 16206 15 0 0 25 0 4 0 669396120 1137926144 205405 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=1111256 CPUtime=159.53 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 34459 0 0 0 15936 17 0 0 25 0 4 0 669396120 1137926144 205405 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=1111256 CPUtime=162.22 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 552515 0 0 0 16142 80 0 0 25 0 4 0 669396120 1137926144 205405 33554432000 4194304 4625164 140737469959296 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.28
Current children cumulated vsize (KiB) 1111256

[startup+222.301 s]
/proc/loadavg: 8.08 8.10 8.13 10/495 1731
/proc/meminfo: memFree=14556156/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=1285252 CPUtime=885.27 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 1175099 0 0 0 88319 208 0 0 25 0 4 0 669396113 1316098048 243971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 321313 243971 346 106 0 316816 0
[pid=1721/tid=1723] ppid=1719 vsize=1285252 CPUtime=222.21 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 49385 0 0 0 22200 21 0 0 25 0 4 0 669396120 1316098048 243971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=1285252 CPUtime=218.53 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 40857 0 0 0 21828 25 0 0 25 0 4 0 669396120 1316098048 243971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=1285252 CPUtime=222.22 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 716704 0 0 0 22118 104 0 0 25 0 4 0 669396120 1316098048 243971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 885.27
Current children cumulated vsize (KiB) 1285252

[startup+282.3 s]

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


[startup+702.3 s]
/proc/loadavg: 8.01 8.05 8.08 10/495 1743
/proc/meminfo: memFree=13318636/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=2336548 CPUtime=2797.27 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 4429219 0 0 0 278992 735 0 0 25 0 4 0 669396113 2392625152 458877 33554432000 4194304 4625164 140737469959296 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 584137 458877 346 106 0 579640 0
[pid=1721/tid=1723] ppid=1719 vsize=2336548 CPUtime=702.22 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 68228 0 0 0 70198 24 0 0 25 0 4 0 669396120 2392625152 458877 33554432000 4194304 4625164 140737469959296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=2336548 CPUtime=690.58 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 70548 0 0 0 69008 50 0 0 25 0 4 0 669396120 2392625152 458877 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=2336548 CPUtime=702.18 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 3367799 0 0 0 69703 515 0 0 25 0 4 0 669396120 2392625152 458877 33554432000 4194304 4625164 140737469959296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2797.27
Current children cumulated vsize (KiB) 2336548

[startup+762.318 s]
/proc/loadavg: 8.00 8.04 8.08 10/495 1745
/proc/meminfo: memFree=13198812/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=2336548 CPUtime=3036.33 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 4874055 0 0 0 302823 810 0 0 25 0 4 0 669396113 2392625152 476609 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 584137 476609 346 106 0 579640 0
[pid=1721/tid=1723] ppid=1719 vsize=2336548 CPUtime=762.24 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 68694 0 0 0 76200 24 0 0 25 0 4 0 669396120 2392625152 476609 33554432000 4194304 4625164 140737469959296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=2336548 CPUtime=749.61 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 73760 0 0 0 74905 56 0 0 25 0 4 0 669396120 2392625152 476609 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=2336548 CPUtime=762.2 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 3773320 0 0 0 75642 578 0 0 25 0 4 0 669396120 2392625152 476609 33554432000 4194304 4625164 140737469959296 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3036.33
Current children cumulated vsize (KiB) 2336548

[startup+822.301 s]
/proc/loadavg: 8.11 8.06 8.08 10/495 1747
/proc/meminfo: memFree=13106016/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=2336548 CPUtime=3275.28 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 5305612 0 0 0 326644 884 0 0 25 0 4 0 669396113 2392625152 498078 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 584137 498078 346 106 0 579640 0
[pid=1721/tid=1723] ppid=1719 vsize=2336548 CPUtime=822.23 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 69135 0 0 0 82199 24 0 0 25 0 4 0 669396120 2392625152 498078 33554432000 4194304 4625164 140737469959296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=2336548 CPUtime=808.62 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 76797 0 0 0 80802 60 0 0 25 0 4 0 669396120 2392625152 498078 33554432000 4194304 4625164 140737469959296 18446744073709551615 4462375 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=2336548 CPUtime=822.18 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 4155575 0 0 0 81579 639 0 0 25 0 4 0 669396120 2392625152 498078 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3275.28
Current children cumulated vsize (KiB) 2336548

[startup+882.301 s]
/proc/loadavg: 8.20 8.09 8.09 9/495 1748
/proc/meminfo: memFree=12996108/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=2467620 CPUtime=3514.29 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 5740600 0 0 0 350472 957 0 0 25 0 4 0 669396113 2526842880 518651 33554432000 4194304 4625164 140737469959296 18446744073709551615 4512007 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 616905 518651 346 106 0 612408 0
[pid=1721/tid=1723] ppid=1719 vsize=2467620 CPUtime=882.23 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 69572 0 0 0 88199 24 0 0 25 0 4 0 669396120 2526842880 518651 33554432000 4194304 4625164 140737469959296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=2467620 CPUtime=867.63 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 76906 0 0 0 86703 60 0 0 25 0 4 0 669396120 2526842880 518651 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=2467620 CPUtime=882.19 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 4549813 0 0 0 87517 702 0 0 25 0 4 0 669396120 2526842880 518651 33554432000 4194304 4625164 140737469959296 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3514.29
Current children cumulated vsize (KiB) 2467620

[startup+942.301 s]
/proc/loadavg: 8.17 8.10 8.09 10/495 1750
/proc/meminfo: memFree=12778072/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=3034540 CPUtime=3753.22 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 6480596 0 0 0 374255 1067 0 0 25 0 4 0 669396113 3107368960 566971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 758635 566971 346 106 0 754138 0
[pid=1721/tid=1723] ppid=1719 vsize=3034540 CPUtime=942.2 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 70011 0 0 0 94196 24 0 0 25 0 4 0 669396120 3107368960 566971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=3034540 CPUtime=926.66 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 90219 0 0 0 92601 65 0 0 25 0 4 0 669396120 3107368960 566971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=3034540 CPUtime=942.15 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 4962245 0 0 0 93451 764 0 0 25 0 4 0 669396120 3107368960 566971 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3753.22
Current children cumulated vsize (KiB) 3034540

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.09 10/495 1751
/proc/meminfo: memFree=12662840/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=3115848 CPUtime=3992.22 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 6971608 0 0 0 398075 1147 0 0 25 0 4 0 669396113 3190628352 585638 33554432000 4194304 4625164 140737469959296 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 778962 585638 346 106 0 774465 0
[pid=1721/tid=1723] ppid=1719 vsize=3115848 CPUtime=1002.19 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 86404 0 0 0 100193 26 0 0 25 0 4 0 669396120 3190628352 585638 33554432000 4194304 4625164 140737469959296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=3115848 CPUtime=985.67 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 90302 0 0 0 98502 65 0 0 25 0 4 0 669396120 3190628352 585638 33554432000 4194304 4625164 140737469959296 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=3115848 CPUtime=1002.15 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 5369899 0 0 0 99386 829 0 0 25 0 4 0 669396120 3190628352 585638 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3992.22
Current children cumulated vsize (KiB) 3115848

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/495 1753
/proc/meminfo: memFree=12560992/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=3115848 CPUtime=4231.24 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 7447391 0 0 0 421900 1224 0 0 25 0 4 0 669396113 3190628352 605745 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 778962 605745 346 106 0 774465 0
[pid=1721/tid=1723] ppid=1719 vsize=3115848 CPUtime=1062.2 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 86793 0 0 0 106193 27 0 0 25 0 4 0 669396120 3190628352 605745 33554432000 4194304 4625164 140737469959296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=3115848 CPUtime=1044.7 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 94197 0 0 0 104398 72 0 0 25 0 4 0 669396120 3190628352 605745 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=3115848 CPUtime=1062.15 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 5802503 0 0 0 105323 892 0 0 25 0 4 0 669396120 3190628352 605745 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4231.24
Current children cumulated vsize (KiB) 3115848

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.09 10/495 1755
/proc/meminfo: memFree=12456792/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=3115848 CPUtime=4470.23 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 7896561 0 0 0 445730 1293 0 0 25 0 4 0 669396113 3190628352 619907 33554432000 4194304 4625164 140737469959296 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 778962 619907 346 106 0 774465 0
[pid=1721/tid=1723] ppid=1719 vsize=3115848 CPUtime=1122.2 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 87207 0 0 0 112193 27 0 0 25 0 4 0 669396120 3190628352 619907 33554432000 4194304 4625164 140737469959296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=3115848 CPUtime=1103.7 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 96619 0 0 0 110296 74 0 0 25 0 4 0 669396120 3190628352 619907 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=3115848 CPUtime=1122.15 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 6240464 0 0 0 111258 957 0 0 25 0 4 0 669396120 3190628352 619907 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4470.23
Current children cumulated vsize (KiB) 3115848

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.09 10/495 1756
/proc/meminfo: memFree=12323572/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=3229388 CPUtime=4709.24 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 8504743 0 0 0 469535 1389 0 0 25 0 4 0 669396113 3306893312 640765 33554432000 4194304 4625164 140737469959296 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 807347 640765 346 106 0 802850 0
[pid=1721/tid=1723] ppid=1719 vsize=3229388 CPUtime=1182.2 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 93622 0 0 0 118193 27 0 0 25 0 4 0 669396120 3306893312 640765 33554432000 4194304 4625164 140737469959296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=3229388 CPUtime=1162.73 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 103959 0 0 0 116189 84 0 0 25 0 4 0 669396120 3306893312 640765 33554432000 4194304 4625164 140737469959296 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=3229388 CPUtime=1182.15 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 6826709 0 0 0 117175 1040 0 0 25 0 4 0 669396120 3306893312 640765 33554432000 4194304 4625164 140737469959296 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4709.24
Current children cumulated vsize (KiB) 3229388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.1 s]
/proc/loadavg: 7.83 8.05 8.07 10/495 1788
/proc/meminfo: memFree=13321388/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=3229388 CPUtime=4800.06 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) R 1719 1721 1492 0 -1 4202496 8728058 0 0 0 478579 1427 0 0 25 0 4 0 669396113 3306893312 644098 33554432000 4194304 4625164 140737469959296 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 807347 644098 346 106 0 802850 0
[pid=1721/tid=1723] ppid=1719 vsize=3229388 CPUtime=1205.02 cores=0,2,4,6
/proc/1721/task/1723/stat : 1723 (SArTagnan) R 1719 1721 1492 0 -1 4202560 93738 0 0 0 120475 27 0 0 25 0 4 0 669396120 3306893312 644098 33554432000 4194304 4625164 140737469959296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=3229388 CPUtime=1185.14 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4202560 103995 0 0 0 118430 84 0 0 25 0 4 0 669396120 3306893312 644098 33554432000 4194304 4625164 140737469959296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=3229388 CPUtime=1204.97 cores=0,2,4,6
/proc/1721/task/1725/stat : 1725 (SArTagnan) R 1719 1721 1492 0 -1 4202560 7046682 0 0 0 119421 1076 0 0 25 0 4 0 669396120 3306893312 644098 33554432000 4194304 4625164 140737469959296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 3229388

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

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

[startup+1205.22 s]
/proc/loadavg: 7.83 8.05 8.07 10/495 1788
/proc/meminfo: memFree=13321388/32951124 swapFree=62248504/67111528
[pid=1721] ppid=1719 vsize=0 CPUtime=4800.23 cores=0,2,4,6
/proc/1721/stat : 1721 (SArTagnan) Z 1719 1721 1492 0 -1 4203548 8728058 0 0 0 478586 1437 0 0 25 0 2 0 669396113 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1721/statm: 0 0 0 0 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=0 CPUtime=1185.25 cores=0,2,4,6
/proc/1721/task/1724/stat : 1724 (SArTagnan) R 1719 1721 1492 0 -1 4203588 103995 0 0 0 118431 94 0 0 25 0 2 0 669396120 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.24
CPU time (s): 4800.25
CPU user time (s): 4785.87
CPU system time (s): 14.3858
CPU usage (%): 398.283
Max. virtual memory (cumulated for all children) (KiB): 3994980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.87
system time used= 14.3858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8728058
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= 2554
involuntary context switches= 20017

runsolver used 5.46617 second user time and 14.2718 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 22:33:04
IDJOB=3386117
IDBENCH=71269
IDSOLVER=1871
FILE ID=node137/3386117-1305577984
RUNJOBID= node137-1305576659-1510
PBS_JOBID= 13350207
Free space on /tmp= 73656 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g3.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386117-1305577984/watcher-3386117-1305577984 -o /tmp/evaluation-result-3386117-1305577984/solver-3386117-1305577984 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386117-1305577984.cnf -threads=4

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

MD5SUM BENCH= 231f625a25c77518fbce98fe99f807b5
RANDOM SEED=1718317859

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.82
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.844
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.844
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.83
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.844
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:      15969676 kB
Buffers:        329732 kB
Cached:        4369320 kB
SwapCached:      25020 kB
Active:        7004464 kB
Inactive:      9701080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15969676 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:            8660 kB
Writeback:           0 kB
AnonPages:    11990812 kB
Mapped:          31600 kB
Slab:           138712 kB
PageTables:      68224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 147089480 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= 73648 MiB
End job on node137 at 2011-05-16 22:53:11