Trace number 3385885

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.43 1205.15

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x30.cnf
MD5SUM3a506c7557d86d0d326e3b3cdee85b69
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 variables2040
Number of clauses240210
Sum of the clauses size954720
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23060
Number of clauses of size 30
Number of clauses of size 4237150
Number of clauses of size 50
Number of clauses of size over 50

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-3385885-1305581264/watcher-3385885-1305581264 -o /tmp/evaluation-result-3385885-1305581264/solver-3385885-1305581264 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385885-1305581264.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.33 7.35 7.83 5/450 30790
/proc/meminfo: memFree=18670984/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=27400 CPUtime=0.01 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 1632 0 0 0 1 0 0 0 25 0 1 0 748357173 28057600 1092 33554432000 4194304 4625164 140734545306576 18446744073709551615 215988289744 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30790/statm: 6850 1106 296 106 0 2353 0

[startup+0.0361341 s]
/proc/loadavg: 5.33 7.35 7.83 5/450 30790
/proc/meminfo: memFree=18670984/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=29300 CPUtime=0.03 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 3295 0 0 0 3 0 0 0 25 0 1 0 748357173 30003200 1936 33554432000 4194304 4625164 140734545306576 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30790/statm: 7325 1940 296 106 0 2828 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29300

[startup+0.100125 s]
/proc/loadavg: 5.33 7.35 7.83 5/450 30790
/proc/meminfo: memFree=18670984/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=40280 CPUtime=0.09 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 9543 0 0 0 8 1 0 0 25 0 1 0 748357173 41246720 4681 33554432000 4194304 4625164 140734545306576 18446744073709551615 215988253381 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30790/statm: 10070 4681 296 106 0 5573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40280

[startup+0.301094 s]
/proc/loadavg: 5.33 7.35 7.83 5/450 30790
/proc/meminfo: memFree=18670984/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=265916 CPUtime=0.71 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 27613 0 0 0 68 3 0 0 25 0 4 0 748357173 272297984 17728 33554432000 4194304 4625164 140734545306576 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 66479 17730 338 106 0 61982 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 265916

[startup+0.701022 s]
/proc/loadavg: 5.33 7.35 7.83 5/450 30790
/proc/meminfo: memFree=18670984/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=331452 CPUtime=2.31 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 34049 0 0 0 227 4 0 0 25 0 4 0 748357173 339406848 20098 33554432000 4194304 4625164 140734545306576 18446744073709551615 215988259858 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 82863 20098 339 106 0 78366 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 331452

[startup+1.50088 s]
/proc/loadavg: 5.33 7.35 7.83 9/454 30794
/proc/meminfo: memFree=18554144/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=331452 CPUtime=5.49 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 40416 0 0 0 543 6 0 0 25 0 4 0 748357173 339406848 23383 33554432000 4194304 4625164 140734545306576 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 82863 23383 339 106 0 78366 0
[pid=30790/tid=30792] ppid=30788 vsize=331452 CPUtime=1.31 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 2326 0 0 0 131 0 0 0 25 0 4 0 748357189 339406848 23383 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=331452 CPUtime=1.33 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 3382 0 0 0 132 1 0 0 25 0 4 0 748357189 339406848 23383 33554432000 4194304 4625164 140734545306576 18446744073709551615 4352812 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=331452 CPUtime=1.33 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 13724 0 0 0 132 1 0 0 25 0 4 0 748357189 339406848 23383 33554432000 4194304 4625164 140734545306576 18446744073709551615 4547614 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 331452

[startup+3.1006 s]
/proc/loadavg: 5.33 7.35 7.83 9/454 30794
/proc/meminfo: memFree=18510992/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=349552 CPUtime=11.87 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 51735 0 0 0 1179 8 0 0 25 0 4 0 748357173 357941248 30928 33554432000 4194304 4625164 140734545306576 18446744073709551615 4511846 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 87388 30928 339 106 0 82891 0
[pid=30790/tid=30792] ppid=30788 vsize=349552 CPUtime=2.9 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 5998 0 0 0 289 1 0 0 25 0 4 0 748357189 357941248 30928 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351744 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=349552 CPUtime=2.93 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 8339 0 0 0 291 2 0 0 25 0 4 0 748357189 357941248 30928 33554432000 4194304 4625164 140734545306576 18446744073709551615 4353317 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=349552 CPUtime=2.93 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 16243 0 0 0 291 2 0 0 25 0 4 0 748357189 357941248 30928 33554432000 4194304 4625164 140734545306576 18446744073709551615 4547473 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 349552

[startup+6.30104 s]
/proc/loadavg: 5.63 7.38 7.84 9/454 30794
/proc/meminfo: memFree=18397656/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=374300 CPUtime=24.63 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 70902 0 0 0 2449 14 0 0 25 0 4 0 748357173 383283200 43023 33554432000 4194304 4625164 140734545306576 18446744073709551615 4338046 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 93575 43023 342 106 0 89078 0
[pid=30790/tid=30792] ppid=30788 vsize=374300 CPUtime=6.05 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 11635 0 0 0 602 3 0 0 25 0 4 0 748357189 383283200 43023 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=374300 CPUtime=6.13 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 15395 0 0 0 608 5 0 0 25 0 4 0 748357189 383283200 43023 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=374300 CPUtime=6.13 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 20970 0 0 0 611 2 0 0 25 0 4 0 748357189 383283200 43023 33554432000 4194304 4625164 140734545306576 18446744073709551615 4552410 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 374300

[startup+12.7009 s]
/proc/loadavg: 5.90 7.41 7.84 9/454 30795
/proc/meminfo: memFree=18204864/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=392944 CPUtime=50.13 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 95147 0 0 0 4992 21 0 0 25 0 4 0 748357173 402374656 63525 33554432000 4194304 4625164 140734545306576 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 98236 63525 342 106 0 93739 0
[pid=30790/tid=30792] ppid=30788 vsize=392944 CPUtime=12.35 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 15037 0 0 0 1230 5 0 0 25 0 4 0 748357189 402374656 63525 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=392944 CPUtime=12.53 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 23032 0 0 0 1244 9 0 0 25 0 4 0 748357189 402374656 63525 33554432000 4194304 4625164 140734545306576 18446744073709551615 4464703 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=392944 CPUtime=12.53 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 29547 0 0 0 1250 3 0 0 25 0 4 0 748357189 402374656 63525 33554432000 4194304 4625164 140734545306576 18446744073709551615 4328608 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 392944

[startup+25.5007 s]
/proc/loadavg: 6.36 7.44 7.85 9/454 30795
/proc/meminfo: memFree=17889180/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=521712 CPUtime=101.14 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 144596 0 0 0 10076 38 0 0 25 0 4 0 748357173 534233088 98732 33554432000 4194304 4625164 140734545306576 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 130428 98732 387 106 0 125931 0
[pid=30790/tid=30792] ppid=30788 vsize=521712 CPUtime=24.96 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 26660 0 0 0 2487 9 0 0 25 0 4 0 748357189 534233088 98732 33554432000 4194304 4625164 140734545306576 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=521712 CPUtime=25.33 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 40174 0 0 0 2516 17 0 0 25 0 4 0 748357189 534233088 98732 33554432000 4194304 4625164 140734545306576 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=521712 CPUtime=25.33 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 45872 0 0 0 2526 7 0 0 25 0 4 0 748357189 534233088 98732 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 521712

[startup+51.1012 s]
/proc/loadavg: 6.92 7.48 7.85 9/454 30796
/proc/meminfo: memFree=17467292/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=773200 CPUtime=203.17 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 437657 0 0 0 20227 90 0 0 25 0 4 0 748357173 791756800 149330 33554432000 4194304 4625164 140734545306576 18446744073709551615 4393003 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 193300 149330 342 106 0 188803 0
[pid=30790/tid=30792] ppid=30788 vsize=773200 CPUtime=50.19 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 41182 0 0 0 5006 13 0 0 25 0 4 0 748357189 791756800 149330 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=773200 CPUtime=50.93 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 59162 0 0 0 5066 27 0 0 25 0 4 0 748357189 791756800 149330 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=773200 CPUtime=50.92 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 295635 0 0 0 5049 43 0 0 25 0 4 0 748357189 791756800 149330 33554432000 4194304 4625164 140734545306576 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.17
Current children cumulated vsize (KiB) 773200

[startup+102.317 s]
/proc/loadavg: 7.68 7.61 7.87 9/454 30797
/proc/meminfo: memFree=16807712/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=1190100 CPUtime=407.25 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 1002447 0 0 0 40531 194 0 0 25 0 4 0 748357173 1218662400 231054 33554432000 4194304 4625164 140734545306576 18446744073709551615 4499479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 297525 231054 342 106 0 293028 0
[pid=30790/tid=30792] ppid=30788 vsize=1190100 CPUtime=100.63 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 62379 0 0 0 10042 21 0 0 25 0 4 0 748357189 1218662400 231054 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=1190100 CPUtime=102.14 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 92180 0 0 0 10168 46 0 0 25 0 4 0 748357189 1218662400 231054 33554432000 4194304 4625164 140734545306576 18446744073709551615 4467824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=1190100 CPUtime=102.14 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 795738 0 0 0 10095 119 0 0 25 0 4 0 748357189 1218662400 231054 33554432000 4194304 4625164 140734545306576 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.25
Current children cumulated vsize (KiB) 1190100

[startup+162.301 s]
/proc/loadavg: 7.91 7.69 7.88 9/454 30799
/proc/meminfo: memFree=16185180/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=1414568 CPUtime=646.29 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 1295920 0 0 0 64366 263 0 0 25 0 4 0 748357173 1448517632 307618 33554432000 4194304 4625164 140734545306576 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 353642 307618 344 106 0 349145 0
[pid=30790/tid=30792] ppid=30788 vsize=1414568 CPUtime=159.72 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 92313 0 0 0 15940 32 0 0 25 0 4 0 748357189 1448517632 307618 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=1414568 CPUtime=162.13 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 111002 0 0 0 16148 65 0 0 25 0 4 0 748357189 1448517632 307618 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=1414568 CPUtime=162.12 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 1033269 0 0 0 16056 156 0 0 25 0 4 0 748357189 1448517632 307618 33554432000 4194304 4625164 140734545306576 18446744073709551615 4552460 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.29
Current children cumulated vsize (KiB) 1414568

[startup+222.301 s]
/proc/loadavg: 8.01 7.76 7.89 9/454 30800
/proc/meminfo: memFree=15698924/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=1735472 CPUtime=885.37 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 1957256 0 0 0 88162 375 0 0 25 0 4 0 748357173 1777123328 358299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 433868 358299 342 106 0 429371 0
[pid=30790/tid=30792] ppid=30788 vsize=1735472 CPUtime=218.8 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 128142 0 0 0 21839 41 0 0 25 0 4 0 748357189 1777123328 358299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=1735472 CPUtime=222.13 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 137703 0 0 0 22137 76 0 0 25 0 4 0 748357189 1777123328 358299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=1735472 CPUtime=222.12 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 1619127 0 0 0 21966 246 0 0 25 0 4 0 748357189 1777123328 358299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4352069 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 885.37
Current children cumulated vsize (KiB) 1735472

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.51 8.17 8.01 9/454 30816
/proc/meminfo: memFree=13689024/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=2539820 CPUtime=2797.17 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 4831914 0 0 0 278815 902 0 0 25 0 4 0 748357173 2600775680 569319 33554432000 4194304 4625164 140734545306576 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 634955 569319 357 106 0 630458 0
[pid=30790/tid=30792] ppid=30788 vsize=2539820 CPUtime=691.4 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 215512 0 0 0 69048 92 0 0 25 0 4 0 748357189 2600775680 569319 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=2539820 CPUtime=701.31 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 138891 0 0 0 70055 76 0 0 25 0 4 0 748357189 2600775680 569319 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=2539820 CPUtime=702.12 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 4356879 0 0 0 69501 711 0 0 25 0 4 0 748357189 2600775680 569319 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2797.17
Current children cumulated vsize (KiB) 2539820

[startup+762.318 s]
/proc/loadavg: 8.17 8.13 8.01 9/454 30818
/proc/meminfo: memFree=13462656/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=2713340 CPUtime=3036.3 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 5308203 0 0 0 302645 985 0 0 25 0 4 0 748357173 2778460160 599259 33554432000 4194304 4625164 140734545306576 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 678335 599259 343 106 0 673838 0
[pid=30790/tid=30792] ppid=30788 vsize=2713340 CPUtime=750.48 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 279841 0 0 0 74946 102 0 0 25 0 4 0 748357189 2778460160 599259 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=2713340 CPUtime=761.32 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 138981 0 0 0 76056 76 0 0 25 0 4 0 748357189 2778460160 599259 33554432000 4194304 4625164 140734545306576 18446744073709551615 4330853 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=2713340 CPUtime=762.14 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 4766312 0 0 0 75431 783 0 0 25 0 4 0 748357189 2778460160 599259 33554432000 4194304 4625164 140734545306576 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3036.3
Current children cumulated vsize (KiB) 2713340

[startup+822.3 s]
/proc/loadavg: 8.12 8.12 8.01 9/454 30819
/proc/meminfo: memFree=13260356/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=2844488 CPUtime=3275.32 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 5748758 0 0 0 326464 1068 0 0 25 0 4 0 748357173 2912755712 622208 33554432000 4194304 4625164 140734545306576 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 711122 622208 342 106 0 706625 0
[pid=30790/tid=30792] ppid=30788 vsize=2844488 CPUtime=809.55 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 293556 0 0 0 80847 108 0 0 25 0 4 0 748357189 2912755712 622208 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=2844488 CPUtime=821.31 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139059 0 0 0 82055 76 0 0 25 0 4 0 748357189 2912755712 622208 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=2844488 CPUtime=822.12 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 5144156 0 0 0 81362 850 0 0 25 0 4 0 748357189 2912755712 622208 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3275.32
Current children cumulated vsize (KiB) 2844488

[startup+882.301 s]
/proc/loadavg: 8.04 8.09 8.00 9/454 30821
/proc/meminfo: memFree=13055084/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=2936916 CPUtime=3514.4 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 5921916 0 0 0 350336 1104 0 0 25 0 4 0 748357173 3007401984 645360 33554432000 4194304 4625164 140734545306576 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 734229 645360 342 106 0 729732 0
[pid=30790/tid=30792] ppid=30788 vsize=2936916 CPUtime=868.62 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 299808 0 0 0 86751 111 0 0 25 0 4 0 748357189 3007401984 645360 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=2936916 CPUtime=881.31 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139127 0 0 0 88055 76 0 0 25 0 4 0 748357189 3007401984 645360 33554432000 4194304 4625164 140734545306576 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=2936916 CPUtime=882.13 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 5236860 0 0 0 87344 869 0 0 25 0 4 0 748357189 3007401984 645360 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3514.4
Current children cumulated vsize (KiB) 2936916

[startup+942.3 s]
/proc/loadavg: 8.06 8.09 8.00 9/454 30822
/proc/meminfo: memFree=12892240/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=2957200 CPUtime=3753.48 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 6241495 0 0 0 374177 1171 0 0 25 0 4 0 748357173 3028172800 668837 33554432000 4194304 4625164 140734545306576 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 739300 668837 342 106 0 734803 0
[pid=30790/tid=30792] ppid=30788 vsize=2957200 CPUtime=927.7 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 308350 0 0 0 92651 119 0 0 25 0 4 0 748357189 3028172800 668837 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=2957200 CPUtime=941.31 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139212 0 0 0 94055 76 0 0 25 0 4 0 748357189 3028172800 668837 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=2957200 CPUtime=942.13 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 5469643 0 0 0 93303 910 0 0 25 0 4 0 748357189 3028172800 668837 33554432000 4194304 4625164 140734545306576 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3753.48
Current children cumulated vsize (KiB) 2957200

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/454 30824
/proc/meminfo: memFree=12741532/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=3107408 CPUtime=3992.55 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 6508329 0 0 0 398021 1234 0 0 25 0 4 0 748357173 3181985792 689729 33554432000 4194304 4625164 140734545306576 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 776852 689729 344 106 0 772355 0
[pid=30790/tid=30792] ppid=30788 vsize=3107408 CPUtime=986.77 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 312558 0 0 0 98549 128 0 0 25 0 4 0 748357189 3181985792 689729 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=3107408 CPUtime=1001.31 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139293 0 0 0 100055 76 0 0 25 0 4 0 748357189 3181985792 689729 33554432000 4194304 4625164 140734545306576 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=3107408 CPUtime=1002.13 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 5657910 0 0 0 99269 944 0 0 25 0 4 0 748357189 3181985792 689729 33554432000 4194304 4625164 140734545306576 18446744073709551615 4555325 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3992.55
Current children cumulated vsize (KiB) 3107408

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/454 30826
/proc/meminfo: memFree=12600256/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=3172944 CPUtime=4231.63 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 6825643 0 0 0 421869 1294 0 0 25 0 4 0 748357173 3249094656 711263 33554432000 4194304 4625164 140734545306576 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 793236 711263 342 106 0 788739 0
[pid=30790/tid=30792] ppid=30788 vsize=3172944 CPUtime=1045.85 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 320415 0 0 0 104450 135 0 0 25 0 4 0 748357189 3249094656 711263 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351925 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=3172944 CPUtime=1061.31 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139411 0 0 0 106055 76 0 0 25 0 4 0 748357189 3249094656 711263 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=3172944 CPUtime=1062.13 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 5965545 0 0 0 105216 997 0 0 25 0 4 0 748357189 3249094656 711263 33554432000 4194304 4625164 140734545306576 18446744073709551615 4550019 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4231.63
Current children cumulated vsize (KiB) 3172944

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/454 30827
/proc/meminfo: memFree=12456232/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=3238480 CPUtime=4470.71 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 7122796 0 0 0 445713 1358 0 0 25 0 4 0 748357173 3316203520 731715 33554432000 4194304 4625164 140734545306576 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 809620 731715 342 106 0 805123 0
[pid=30790/tid=30792] ppid=30788 vsize=3238480 CPUtime=1105.61 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 326664 0 0 0 110417 144 0 0 25 0 4 0 748357189 3316203520 731715 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=3238480 CPUtime=1121.32 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139545 0 0 0 112055 77 0 0 25 0 4 0 748357189 3316203520 731715 33554432000 4194304 4625164 140734545306576 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=3238480 CPUtime=1121.42 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 6253918 0 0 0 111092 1050 0 0 25 0 4 0 748357189 3316203520 731715 33554432000 4194304 4625164 140734545306576 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4470.71
Current children cumulated vsize (KiB) 3238480

[startup+1182.3 s]
/proc/loadavg: 8.27 8.15 8.03 9/454 30829
/proc/meminfo: memFree=12298340/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=3579484 CPUtime=4709.79 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 7445971 0 0 0 469557 1422 0 0 25 0 4 0 748357173 3665391616 758318 33554432000 4194304 4625164 140734545306576 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 894871 758318 342 106 0 890374 0
[pid=30790/tid=30792] ppid=30788 vsize=3579484 CPUtime=1165.62 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 418043 0 0 0 116397 165 0 0 25 0 4 0 748357189 3665391616 758318 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=3579484 CPUtime=1181.32 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139624 0 0 0 118055 77 0 0 25 0 4 0 748357189 3665391616 758318 33554432000 4194304 4625164 140734545306576 18446744073709551615 4330844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=3579484 CPUtime=1180.5 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 6461023 0 0 0 116960 1090 0 0 25 0 4 0 748357189 3665391616 758318 33554432000 4194304 4625164 140734545306576 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4709.79
Current children cumulated vsize (KiB) 3579484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.29 8.17 8.04 5/449 30830
/proc/meminfo: memFree=15631608/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=3579484 CPUtime=4800.28 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) R 30788 30790 30199 0 -1 4202496 7530048 0 0 0 478587 1441 0 0 25 0 4 0 748357173 3665391616 765299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 894871 765299 342 106 0 890374 0
[pid=30790/tid=30792] ppid=30788 vsize=3579484 CPUtime=1188.34 cores=1,3,5,7
/proc/30790/task/30792/stat : 30792 (SArTagnan) R 30788 30790 30199 0 -1 4202560 420510 0 0 0 118667 167 0 0 25 0 4 0 748357189 3665391616 765299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30790/tid=30793] ppid=30788 vsize=3579484 CPUtime=1204.04 cores=1,3,5,7
/proc/30790/task/30793/stat : 30793 (SArTagnan) R 30788 30790 30199 0 -1 4202560 139655 0 0 0 120327 77 0 0 25 0 4 0 748357189 3665391616 765299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=3579484 CPUtime=1202.84 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4202560 6541767 0 0 0 119178 1106 0 0 25 0 4 0 748357189 3665391616 765299 33554432000 4194304 4625164 140734545306576 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 3579484

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

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

[startup+1205.12 s]
/proc/loadavg: 8.29 8.17 8.04 5/449 30830
/proc/meminfo: memFree=15631608/32950940 swapFree=67111356/67111528
[pid=30790] ppid=30788 vsize=0 CPUtime=4800.4 cores=1,3,5,7
/proc/30790/stat : 30790 (SArTagnan) Z 30788 30790 30199 0 -1 4203548 7530048 0 0 0 478589 1451 0 0 25 0 2 0 748357173 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30790/statm: 0 0 0 0 0 0 0
[pid=30790/tid=30794] ppid=30788 vsize=0 CPUtime=1202.94 cores=1,3,5,7
/proc/30790/task/30794/stat : 30794 (SArTagnan) R 30788 30790 30199 0 -1 4203588 6541767 0 0 0 119178 1116 0 0 25 0 2 0 748357189 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.15
CPU time (s): 4800.43
CPU user time (s): 4785.9
CPU system time (s): 14.5328
CPU usage (%): 398.328
Max. virtual memory (cumulated for all children) (KiB): 3768492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.9
system time used= 14.5328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7530048
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= 2991
involuntary context switches= 20585

runsolver used 4.72728 second user time and 13.8139 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-16 23:27:44
IDJOB=3385885
IDBENCH=83172
IDSOLVER=1871
FILE ID=node117/3385885-1305581264
RUNJOBID= node117-1305581263-30678
PBS_JOBID= 13350218
Free space on /tmp= 73444 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x30.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385885-1305581264/watcher-3385885-1305581264 -o /tmp/evaluation-result-3385885-1305581264/solver-3385885-1305581264 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385885-1305581264.cnf -threads=4

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

MD5SUM BENCH= 3a506c7557d86d0d326e3b3cdee85b69
RANDOM SEED=306006598

node117.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.849
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.69
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.849
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.849
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.849
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18671396 kB
Buffers:        340168 kB
Cached:        4762312 kB
SwapCached:          0 kB
Active:       10676968 kB
Inactive:      3239548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18671396 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7668 kB
Writeback:           0 kB
AnonPages:     8813616 kB
Mapped:          35000 kB
Slab:           247316 kB
PageTables:      49388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115580540 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= 73444 MiB
End job on node117 at 2011-05-16 23:47:51