Trace number 3386111

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3386111-1305578392/watcher-3386111-1305578392 -o /tmp/evaluation-result-3386111-1305578392/solver-3386111-1305578392 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386111-1305578392.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: 7.86 8.05 8.11 6/481 10670
/proc/meminfo: memFree=13448176/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=26476 CPUtime=0 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 846 0 0 0 0 0 0 0 25 0 1 0 669435878 27111424 550 33554432000 4194304 4625164 140734733244416 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10670/statm: 6619 550 296 106 0 2122 0

[startup+0.0701861 s]
/proc/loadavg: 7.86 8.05 8.11 6/481 10670
/proc/meminfo: memFree=13448176/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=30540 CPUtime=0.06 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 3629 0 0 0 6 0 0 0 25 0 1 0 669435878 31272960 1302 33554432000 4194304 4625164 140734733244416 18446744073709551615 254500691712 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10670/statm: 7635 1302 296 106 0 3138 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30540

[startup+0.104896 s]
/proc/loadavg: 7.86 8.05 8.11 6/481 10670
/proc/meminfo: memFree=13448176/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=207356 CPUtime=0.16 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 7530 0 0 0 16 0 0 0 25 0 4 0 669435878 212332544 5098 33554432000 4194304 4625164 140734733244416 18446744073709551615 254500352709 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 51839 5098 333 106 0 47342 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 207356

[startup+0.301077 s]
/proc/loadavg: 7.86 8.05 8.11 6/481 10670
/proc/meminfo: memFree=13448176/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=276180 CPUtime=0.95 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 10032 0 0 0 94 1 0 0 25 0 4 0 669435878 282808320 7342 33554432000 4194304 4625164 140734733244416 18446744073709551615 4519268 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 69045 7342 342 106 0 64548 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 276180

[startup+0.700999 s]
/proc/loadavg: 7.86 8.05 8.11 6/481 10670
/proc/meminfo: memFree=13448176/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=281100 CPUtime=2.55 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 14309 0 0 0 253 2 0 0 25 0 4 0 669435878 287846400 10799 33554432000 4194304 4625164 140734733244416 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 70275 10799 342 106 0 65778 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 281100

[startup+1.50084 s]
/proc/loadavg: 7.86 8.05 8.11 9/485 10674
/proc/meminfo: memFree=13396072/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=283288 CPUtime=5.73 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 18455 0 0 0 571 2 0 0 25 0 4 0 669435878 290086912 14404 33554432000 4194304 4625164 140734733244416 18446744073709551615 4515586 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 70822 14405 343 106 0 66325 0
[pid=10670/tid=10672] ppid=10668 vsize=283288 CPUtime=1.41 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 2319 0 0 0 141 0 0 0 25 0 4 0 669435886 290086912 14406 33554432000 4194304 4625164 140734733244416 18446744073709551615 254500353057 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=283288 CPUtime=1.39 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3291 0 0 0 139 0 0 0 25 0 4 0 669435886 290086912 14406 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=283288 CPUtime=1.41 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 1625 0 0 0 141 0 0 0 25 0 4 0 669435886 290086912 14406 33554432000 4194304 4625164 140734733244416 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 283288

[startup+3.10052 s]
/proc/loadavg: 7.86 8.05 8.11 9/485 10674
/proc/meminfo: memFree=13376232/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=303260 CPUtime=12.11 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 27930 0 0 0 1206 5 0 0 25 0 4 0 669435878 310538240 20903 33554432000 4194304 4625164 140734733244416 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 75815 20903 343 106 0 71318 0
[pid=10670/tid=10672] ppid=10668 vsize=303260 CPUtime=3 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 4364 0 0 0 300 0 0 0 25 0 4 0 669435886 310538240 20903 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=303260 CPUtime=2.97 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 7213 0 0 0 296 1 0 0 25 0 4 0 669435886 310538240 20903 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=303260 CPUtime=3.01 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 2603 0 0 0 301 0 0 0 25 0 4 0 669435886 310538240 20904 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 303260

[startup+6.30089 s]
/proc/loadavg: 7.87 8.05 8.11 9/485 10674
/proc/meminfo: memFree=13347520/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=314836 CPUtime=24.86 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 45325 0 0 0 2478 8 0 0 25 0 4 0 669435878 322392064 28040 33554432000 4194304 4625164 140734733244416 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 78709 28040 343 106 0 74212 0
[pid=10670/tid=10672] ppid=10668 vsize=314836 CPUtime=6.21 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 7779 0 0 0 620 1 0 0 25 0 4 0 669435886 322392064 28040 33554432000 4194304 4625164 140734733244416 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=314836 CPUtime=6.13 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 9625 0 0 0 611 2 0 0 25 0 4 0 669435886 322392064 28040 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=314836 CPUtime=6.21 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 9228 0 0 0 620 1 0 0 25 0 4 0 669435886 322392064 28040 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 314836

[startup+12.7006 s]
/proc/loadavg: 7.88 8.05 8.11 9/485 10674
/proc/meminfo: memFree=13298932/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=337960 CPUtime=50.36 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 98281 0 0 0 5018 18 0 0 25 0 4 0 669435878 346071040 36442 33554432000 4194304 4625164 140734733244416 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 84490 36442 343 106 0 79993 0
[pid=10670/tid=10672] ppid=10668 vsize=337960 CPUtime=12.61 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 10850 0 0 0 1259 2 0 0 25 0 4 0 669435886 346071040 36442 33554432000 4194304 4625164 140734733244416 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=337960 CPUtime=12.42 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 11770 0 0 0 1239 3 0 0 25 0 4 0 669435886 346071040 36442 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351881 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=337960 CPUtime=12.61 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 51013 0 0 0 1253 8 0 0 25 0 4 0 669435886 346071040 36442 33554432000 4194304 4625164 140734733244416 18446744073709551615 4288793 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 337960

[startup+25.5011 s]
/proc/loadavg: 7.91 8.05 8.11 9/485 10675
/proc/meminfo: memFree=13229448/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=417072 CPUtime=101.34 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 215601 0 0 0 10097 37 0 0 25 0 4 0 669435878 427081728 52887 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 104268 52887 343 106 0 99771 0
[pid=10670/tid=10672] ppid=10668 vsize=417072 CPUtime=25.41 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 17933 0 0 0 2537 4 0 0 25 0 4 0 669435886 427081728 52887 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=417072 CPUtime=25.01 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 19177 0 0 0 2495 6 0 0 25 0 4 0 669435886 427081728 52887 33554432000 4194304 4625164 140734733244416 18446744073709551615 4486934 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=417072 CPUtime=25.41 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 138822 0 0 0 2521 20 0 0 25 0 4 0 669435886 427081728 52887 33554432000 4194304 4625164 140734733244416 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 417072

[startup+51.101 s]
/proc/loadavg: 7.94 8.04 8.10 9/485 10675
/proc/meminfo: memFree=13063804/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=659608 CPUtime=203.33 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 441852 0 0 0 20258 75 0 0 25 0 4 0 669435878 675438592 90968 33554432000 4194304 4625164 140734733244416 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 164902 90968 350 106 0 160405 0
[pid=10670/tid=10672] ppid=10668 vsize=659608 CPUtime=51.01 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 19911 0 0 0 5096 5 0 0 25 0 4 0 669435886 675438592 90968 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=659608 CPUtime=50.2 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 28453 0 0 0 5009 11 0 0 25 0 4 0 669435886 675438592 90969 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=659608 CPUtime=51.01 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 285295 0 0 0 5060 41 0 0 25 0 4 0 669435886 675438592 90969 33554432000 4194304 4625164 140734733244416 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.33
Current children cumulated vsize (KiB) 659608

[startup+102.319 s]
/proc/loadavg: 8.01 8.05 8.10 9/485 10677
/proc/meminfo: memFree=12836480/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=785364 CPUtime=407.37 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 915142 0 0 0 40586 151 0 0 25 0 4 0 669435878 804212736 136770 33554432000 4194304 4625164 140734733244416 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 196341 136770 357 106 0 191844 0
[pid=10670/tid=10672] ppid=10668 vsize=785364 CPUtime=102.23 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 31530 0 0 0 10213 10 0 0 25 0 4 0 669435886 804212736 136770 33554432000 4194304 4625164 140734733244416 18446744073709551615 4352017 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=785364 CPUtime=100.59 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 34685 0 0 0 10043 16 0 0 25 0 4 0 669435886 804212736 136770 33554432000 4194304 4625164 140734733244416 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=785364 CPUtime=102.23 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 680431 0 0 0 10125 98 0 0 25 0 4 0 669435886 804212736 136770 33554432000 4194304 4625164 140734733244416 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.37
Current children cumulated vsize (KiB) 785364

[startup+162.301 s]
/proc/loadavg: 8.12 8.08 8.10 9/485 10678
/proc/meminfo: memFree=12591292/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=1067100 CPUtime=646.33 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 1283366 0 0 0 64424 209 0 0 25 0 4 0 669435878 1092710400 186566 33554432000 4194304 4625164 140734733244416 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 266775 186566 375 106 0 262278 0
[pid=10670/tid=10672] ppid=10668 vsize=1067100 CPUtime=162.21 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 44856 0 0 0 16204 17 0 0 25 0 4 0 669435886 1092710400 186566 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=1067100 CPUtime=159.63 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 49352 0 0 0 15941 22 0 0 25 0 4 0 669435886 1092710400 186566 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=1067100 CPUtime=162.21 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 941919 0 0 0 16087 134 0 0 25 0 4 0 669435886 1092710400 186566 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.33
Current children cumulated vsize (KiB) 1067100

[startup+222.301 s]
/proc/loadavg: 8.11 8.09 8.10 9/485 10680
/proc/meminfo: memFree=12389128/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=1213636 CPUtime=885.35 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 1762916 0 0 0 88252 283 0 0 25 0 4 0 669435878 1242763264 232898 33554432000 4194304 4625164 140734733244416 18446744073709551615 4511846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 303409 232898 343 106 0 298912 0
[pid=10670/tid=10672] ppid=10668 vsize=1213636 CPUtime=222.2 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 47095 0 0 0 22203 17 0 0 25 0 4 0 669435886 1242763264 232898 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=1213636 CPUtime=219.23 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 61434 0 0 0 21891 32 0 0 25 0 4 0 669435886 1242763264 232898 33554432000 4194304 4625164 140734733244416 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=1213636 CPUtime=221.63 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 1313269 0 0 0 21977 186 0 0 25 0 4 0 669435886 1242763264 232898 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.35
Current children cumulated vsize (KiB) 1213636

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.12 8.14 8.10 9/485 10693
/proc/meminfo: memFree=10828272/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=2952488 CPUtime=2797.5 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4540344 0 0 0 279046 704 0 0 25 0 4 0 669435878 3023347712 575287 33554432000 4194304 4625164 140734733244416 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 738122 575287 429 106 0 733625 0
[pid=10670/tid=10672] ppid=10668 vsize=2952488 CPUtime=702.21 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 67113 0 0 0 70199 22 0 0 25 0 4 0 669435886 3023347712 575287 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=2952488 CPUtime=699.25 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 107311 0 0 0 69862 63 0 0 25 0 4 0 669435886 3023347712 575287 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=2952488 CPUtime=693.87 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3115084 0 0 0 68935 452 0 0 25 0 4 0 669435886 3023347712 575287 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2797.5
Current children cumulated vsize (KiB) 2952488

[startup+762.318 s]
/proc/loadavg: 8.09 8.13 8.09 9/485 10725
/proc/meminfo: memFree=12017664/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3003512 CPUtime=3036.61 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4581686 0 0 0 302946 715 0 0 25 0 4 0 669435878 3075596288 596372 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 750878 596372 427 106 0 746381 0
[pid=10670/tid=10672] ppid=10668 vsize=3003512 CPUtime=762.24 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 67574 0 0 0 76201 23 0 0 25 0 4 0 669435886 3075596288 596372 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3003512 CPUtime=759.27 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 108731 0 0 0 75862 65 0 0 25 0 4 0 669435886 3075596288 596372 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3003512 CPUtime=752.94 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3118528 0 0 0 74841 453 0 0 25 0 4 0 669435886 3075596288 596372 33554432000 4194304 4625164 140734733244416 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3036.61
Current children cumulated vsize (KiB) 3003512

[startup+822.301 s]
/proc/loadavg: 8.11 8.13 8.09 9/485 10727
/proc/meminfo: memFree=11565024/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3025048 CPUtime=3275.61 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4629477 0 0 0 326833 728 0 0 25 0 4 0 669435878 3097649152 614686 33554432000 4194304 4625164 140734733244416 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 756262 614686 426 106 0 751765 0
[pid=10670/tid=10672] ppid=10668 vsize=3025048 CPUtime=822.22 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 68015 0 0 0 82199 23 0 0 25 0 4 0 669435886 3097649152 614686 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3025048 CPUtime=819.26 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 113281 0 0 0 81855 71 0 0 25 0 4 0 669435886 3097649152 614686 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3025048 CPUtime=812 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3124076 0 0 0 80746 454 0 0 25 0 4 0 669435886 3097649152 614686 33554432000 4194304 4625164 140734733244416 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3275.61
Current children cumulated vsize (KiB) 3025048

[startup+882.301 s]
/proc/loadavg: 8.16 8.13 8.09 9/485 10729
/proc/meminfo: memFree=11253124/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3193408 CPUtime=3514.66 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4725999 0 0 0 350720 746 0 0 25 0 4 0 669435878 3270049792 638614 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 798352 638614 425 106 0 793855 0
[pid=10670/tid=10672] ppid=10668 vsize=3193408 CPUtime=882.23 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 84670 0 0 0 88197 26 0 0 25 0 4 0 669435886 3270049792 638614 33554432000 4194304 4625164 140734733244416 18446744073709551615 4469395 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3193408 CPUtime=879.27 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 113813 0 0 0 87855 72 0 0 25 0 4 0 669435886 3270049792 638614 33554432000 4194304 4625164 140734733244416 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3193408 CPUtime=871.05 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3129283 0 0 0 86650 455 0 0 25 0 4 0 669435886 3270049792 638614 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3514.66
Current children cumulated vsize (KiB) 3193408

[startup+942.301 s]
/proc/loadavg: 8.21 8.15 8.10 9/485 10730
/proc/meminfo: memFree=10956236/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3298748 CPUtime=3753.72 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4781858 0 0 0 374610 762 0 0 25 0 4 0 669435878 3377917952 665267 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 824687 665267 423 106 0 820190 0
[pid=10670/tid=10672] ppid=10668 vsize=3298748 CPUtime=942.23 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 85239 0 0 0 94197 26 0 0 25 0 4 0 669435886 3377917952 665267 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3298748 CPUtime=939.26 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 128018 0 0 0 93849 77 0 0 25 0 4 0 669435886 3377917952 665267 33554432000 4194304 4625164 140734733244416 18446744073709551615 4276208 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3298748 CPUtime=930.11 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3134384 0 0 0 92555 456 0 0 25 0 4 0 669435886 3377917952 665267 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3753.72
Current children cumulated vsize (KiB) 3298748

[startup+1002.3 s]
/proc/loadavg: 8.22 8.17 8.10 9/485 10732
/proc/meminfo: memFree=10740680/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3318584 CPUtime=3992.76 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4832193 0 0 0 398503 773 0 0 25 0 4 0 669435878 3398230016 679030 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 829646 679030 422 106 0 825149 0
[pid=10670/tid=10672] ppid=10668 vsize=3318584 CPUtime=1002.23 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 85584 0 0 0 100197 26 0 0 25 0 4 0 669435886 3398230016 679030 33554432000 4194304 4625164 140734733244416 18446744073709551615 4488006 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3318584 CPUtime=999.27 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 130118 0 0 0 99846 81 0 0 25 0 4 0 669435886 3398230016 679030 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3318584 CPUtime=989.16 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3139784 0 0 0 98459 457 0 0 25 0 4 0 669435886 3398230016 679030 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3992.76
Current children cumulated vsize (KiB) 3318584

[startup+1062.3 s]
/proc/loadavg: 8.14 8.15 8.10 9/485 10733
/proc/meminfo: memFree=10544600/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3336820 CPUtime=4231.8 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4874648 0 0 0 422395 785 0 0 25 0 4 0 669435878 3416903680 694875 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 834205 694875 419 106 0 829708 0
[pid=10670/tid=10672] ppid=10668 vsize=3336820 CPUtime=1062.23 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 86087 0 0 0 106197 26 0 0 25 0 4 0 669435886 3416903680 694875 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3336820 CPUtime=1059.27 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 133297 0 0 0 105842 85 0 0 25 0 4 0 669435886 3416903680 694875 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3336820 CPUtime=1048.21 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3144655 0 0 0 104363 458 0 0 25 0 4 0 669435886 3416903680 694875 33554432000 4194304 4625164 140734733244416 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4231.8
Current children cumulated vsize (KiB) 3336820

[startup+1122.3 s]
/proc/loadavg: 8.16 8.15 8.10 9/485 10735
/proc/meminfo: memFree=10427376/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3404704 CPUtime=4470.83 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4923874 0 0 0 446290 793 0 0 25 0 4 0 669435878 3486416896 712529 33554432000 4194304 4625164 140734733244416 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 851176 712529 419 106 0 846679 0
[pid=10670/tid=10672] ppid=10668 vsize=3404704 CPUtime=1122.24 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 92431 0 0 0 112197 27 0 0 25 0 4 0 669435886 3486416896 712529 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331104 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3404704 CPUtime=1119.27 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 133693 0 0 0 111842 85 0 0 25 0 4 0 669435886 3486416896 712529 33554432000 4194304 4625164 140734733244416 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3404704 CPUtime=1107.27 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3149703 0 0 0 110267 460 0 0 25 0 4 0 669435886 3486416896 712529 33554432000 4194304 4625164 140734733244416 18446744073709551615 4339546 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4470.83
Current children cumulated vsize (KiB) 3404704

[startup+1182.3 s]
/proc/loadavg: 8.17 8.15 8.10 9/485 10737
/proc/meminfo: memFree=10307060/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3423144 CPUtime=4709.89 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 4978428 0 0 0 470186 803 0 0 25 0 4 0 669435878 3505299456 725552 33554432000 4194304 4625164 140734733244416 18446744073709551615 4393140 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 855786 725552 414 106 0 851289 0
[pid=10670/tid=10672] ppid=10668 vsize=3423144 CPUtime=1182.24 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 92762 0 0 0 118197 27 0 0 25 0 4 0 669435886 3505299456 725552 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3423144 CPUtime=1179.27 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 133904 0 0 0 117842 85 0 0 25 0 4 0 669435886 3505299456 725552 33554432000 4194304 4625164 140734733244416 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3423144 CPUtime=1166.33 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3154247 0 0 0 116172 461 0 0 25 0 4 0 669435886 3505299456 725552 33554432000 4194304 4625164 140734733244416 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4709.89
Current children cumulated vsize (KiB) 3423144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.11 8.14 8.09 9/485 10737
/proc/meminfo: memFree=10247892/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=3430508 CPUtime=4800.34 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) R 10668 10670 10402 0 -1 4202496 5002076 0 0 0 479227 807 0 0 25 0 4 0 669435878 3512840192 735294 33554432000 4194304 4625164 140734733244416 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 857627 735294 414 106 0 853130 0
[pid=10670/tid=10672] ppid=10668 vsize=3430508 CPUtime=1204.96 cores=0,2,4,6
/proc/10670/task/10672/stat : 10672 (SArTagnan) R 10668 10670 10402 0 -1 4202560 92931 0 0 0 120469 27 0 0 25 0 4 0 669435886 3512840192 735294 33554432000 4194304 4625164 140734733244416 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10670/tid=10673] ppid=10668 vsize=3430508 CPUtime=1201.99 cores=0,2,4,6
/proc/10670/task/10673/stat : 10673 (SArTagnan) R 10668 10670 10402 0 -1 4202560 133955 0 0 0 120114 85 0 0 25 0 4 0 669435886 3512840192 735294 33554432000 4194304 4625164 140734733244416 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=3430508 CPUtime=1188.65 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4202560 3156083 0 0 0 118404 461 0 0 25 0 4 0 669435886 3512840192 735294 33554432000 4194304 4625164 140734733244416 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 3430508

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.11 8.14 8.09 9/485 10737
/proc/meminfo: memFree=10247892/32950928 swapFree=45358800/67111528
[pid=10670] ppid=10668 vsize=0 CPUtime=4800.49 cores=0,2,4,6
/proc/10670/stat : 10670 (SArTagnan) Z 10668 10670 10402 0 -1 4203548 5002076 0 0 0 479232 817 0 0 25 0 2 0 669435878 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10670/statm: 0 0 0 0 0 0 0
[pid=10670/tid=10674] ppid=10668 vsize=0 CPUtime=1188.76 cores=0,2,4,6
/proc/10670/task/10674/stat : 10674 (SArTagnan) R 10668 10670 10402 0 -1 4203588 3156083 0 0 0 118405 471 0 0 25 0 2 0 669435886 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.49
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.15
CPU time (s): 4800.52
CPU user time (s): 4792.32
CPU system time (s): 8.19475
CPU usage (%): 398.335
Max. virtual memory (cumulated for all children) (KiB): 3737772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.32
system time used= 8.19475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5002076
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= 1784
involuntary context switches= 21860

runsolver used 5.38718 second user time and 13.9029 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 22:39:52
IDJOB=3386111
IDBENCH=71345
IDSOLVER=1871
FILE ID=node149/3386111-1305578392
RUNJOBID= node149-1305576699-10420
PBS_JOBID= 13350208
Free space on /tmp= 73524 MiB

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

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=1602437844

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13448464 kB
Buffers:         85124 kB
Cached:         547828 kB
SwapCached:      36208 kB
Active:       10088724 kB
Inactive:      9134068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13448464 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:    18566376 kB
Mapped:          27472 kB
Slab:            97288 kB
PageTables:     115016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 157803980 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= 73524 MiB
End job on node149 at 2011-05-16 22:59:59