Trace number 3251530

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-03-24? (TO) 4800.38 1201.8

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

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-3251530-1304123705/watcher-3251530-1304123705 -o /tmp/evaluation-result-3251530-1304123705/solver-3251530-1304123705 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3251530-1304123705.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: 6.87 7.82 7.96 5/180 17066
/proc/meminfo: memFree=25286328/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=25300 CPUtime=0 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 627 0 0 0 0 0 0 0 21 0 1 0 504786599 25907200 474 33554432000 4194304 4623224 140734072566096 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17066/statm: 6325 475 297 105 0 1829 0

[startup+0.058667 s]
/proc/loadavg: 6.87 7.82 7.96 5/180 17066
/proc/meminfo: memFree=25286328/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=28432 CPUtime=0.05 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 2924 0 0 0 5 0 0 0 21 0 1 0 504786599 29114368 1207 33554432000 4194304 4623224 140734072566096 18446744073709551615 255106768640 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17066/statm: 7108 1207 297 105 0 2612 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28432

[startup+0.100621 s]
/proc/loadavg: 6.87 7.82 7.96 5/180 17066
/proc/meminfo: memFree=25286328/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=202136 CPUtime=0.18 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 7046 0 0 0 18 0 0 0 23 0 4 0 504786599 206987264 5190 33554432000 4194304 4623224 140734072566096 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 50534 5190 332 105 0 46038 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 202136

[startup+0.300586 s]
/proc/loadavg: 6.87 7.82 7.96 5/180 17066
/proc/meminfo: memFree=25286328/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=273992 CPUtime=0.98 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 10384 0 0 0 97 1 0 0 23 0 4 0 504786599 280567808 7533 33554432000 4194304 4623224 140734072566096 18446744073709551615 4511646 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 68498 7533 342 105 0 64002 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 273992

[startup+0.700516 s]
/proc/loadavg: 6.87 7.82 7.96 5/180 17066
/proc/meminfo: memFree=25286328/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=277772 CPUtime=2.59 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 13537 0 0 0 257 2 0 0 25 0 4 0 504786599 284438528 10665 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 69443 10665 344 105 0 64947 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 277772

[startup+1.50038 s]
/proc/loadavg: 6.87 7.82 7.96 9/184 17070
/proc/meminfo: memFree=25214012/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=282528 CPUtime=5.78 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 18210 0 0 0 575 3 0 0 25 0 4 0 504786599 289308672 14194 33554432000 4194304 4623224 140734072566096 18446744073709551615 4519777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 70632 14194 344 105 0 66136 0
[pid=17066/tid=17068] ppid=17064 vsize=282528 CPUtime=1.41 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 2935 0 0 0 141 0 0 0 25 0 4 0 504786606 289308672 14194 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=282528 CPUtime=1.42 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 3634 0 0 0 141 1 0 0 25 0 4 0 504786606 289308672 14194 33554432000 4194304 4623224 140734072566096 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=282528 CPUtime=1.42 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 1832 0 0 0 142 0 0 0 25 0 4 0 504786606 289308672 14194 33554432000 4194304 4623224 140734072566096 18446744073709551615 4550498 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 282528

[startup+3.10109 s]
/proc/loadavg: 6.87 7.82 7.96 10/184 17070
/proc/meminfo: memFree=25183508/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=298456 CPUtime=12.18 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 29276 0 0 0 1213 5 0 0 25 0 4 0 504786599 305618944 20294 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 74614 20294 342 105 0 70118 0
[pid=17066/tid=17068] ppid=17064 vsize=298456 CPUtime=3.02 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 6109 0 0 0 301 1 0 0 25 0 4 0 504786606 305618944 20294 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=298456 CPUtime=3.01 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 6918 0 0 0 300 1 0 0 25 0 4 0 504786606 305618944 20294 33554432000 4194304 4623224 140734072566096 18446744073709551615 4316817 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=298456 CPUtime=3.03 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 3831 0 0 0 302 1 0 0 25 0 4 0 504786606 305618944 20294 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 298456

[startup+6.30053 s]
/proc/loadavg: 7.04 7.84 7.97 10/184 17070
/proc/meminfo: memFree=25110372/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=315436 CPUtime=24.96 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 56419 0 0 0 2486 10 0 0 25 0 4 0 504786599 323006464 29804 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510896 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 78859 29804 342 105 0 74363 0
[pid=17066/tid=17068] ppid=17064 vsize=315436 CPUtime=6.22 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 9852 0 0 0 620 2 0 0 25 0 4 0 504786606 323006464 29804 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=315436 CPUtime=6.2 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 12225 0 0 0 617 3 0 0 25 0 4 0 504786606 323006464 29805 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=315436 CPUtime=6.23 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 20581 0 0 0 620 3 0 0 25 0 4 0 504786606 323006464 29805 33554432000 4194304 4623224 140734072566096 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 315436

[startup+12.7004 s]
/proc/loadavg: 7.12 7.84 7.97 9/184 17071
/proc/meminfo: memFree=25031936/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=339572 CPUtime=50.53 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 89570 0 0 0 5037 16 0 0 25 0 4 0 504786599 347721728 39066 33554432000 4194304 4623224 140734072566096 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 84893 39066 345 105 0 80397 0
[pid=17066/tid=17068] ppid=17064 vsize=339572 CPUtime=12.62 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 14575 0 0 0 1259 3 0 0 25 0 4 0 504786606 347721728 39066 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=339572 CPUtime=12.56 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 17198 0 0 0 1252 4 0 0 25 0 4 0 504786606 347721728 39066 33554432000 4194304 4623224 140734072566096 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=339572 CPUtime=12.62 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 41295 0 0 0 1256 6 0 0 25 0 4 0 504786606 347721728 39066 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 339572

[startup+25.5012 s]
/proc/loadavg: 7.31 7.85 7.97 10/184 17071
/proc/meminfo: memFree=24909548/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=386912 CPUtime=101.67 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 176748 0 0 0 10135 32 0 0 25 0 4 0 504786599 396197888 57318 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 96728 57318 342 105 0 92232 0
[pid=17066/tid=17068] ppid=17064 vsize=386912 CPUtime=25.42 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 23608 0 0 0 2536 6 0 0 25 0 4 0 504786606 396197888 57318 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=386912 CPUtime=25.31 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 29772 0 0 0 2524 7 0 0 25 0 4 0 504786606 396197888 57318 33554432000 4194304 4623224 140734072566096 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=386912 CPUtime=25.42 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 101043 0 0 0 2527 15 0 0 25 0 4 0 504786606 396197888 57318 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 386912

[startup+51.1007 s]
/proc/loadavg: 7.55 7.86 7.97 9/184 17072
/proc/meminfo: memFree=24659060/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=502140 CPUtime=203.95 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 399052 0 0 0 20325 70 0 0 25 0 4 0 504786599 514191360 94720 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 125535 94720 357 105 0 121039 0
[pid=17066/tid=17068] ppid=17064 vsize=502140 CPUtime=51.02 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 32755 0 0 0 5095 7 0 0 25 0 4 0 504786606 514191360 94720 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=502140 CPUtime=50.79 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 45951 0 0 0 5067 12 0 0 25 0 4 0 504786606 514191360 94720 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376726 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=502140 CPUtime=51.02 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 243384 0 0 0 5063 39 0 0 25 0 4 0 504786606 514191360 94720 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 502140

[startup+102.307 s]
/proc/loadavg: 7.89 7.91 7.98 10/184 17073
/proc/meminfo: memFree=24294372/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=895368 CPUtime=408.51 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 620343 0 0 0 40740 111 0 0 25 0 4 0 504786599 916856832 155451 33554432000 4194304 4623224 140734072566096 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 223842 155451 480 105 0 219346 0
[pid=17066/tid=17068] ppid=17064 vsize=895368 CPUtime=102.23 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 54133 0 0 0 10207 16 0 0 25 0 4 0 504786606 916856832 155451 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=895368 CPUtime=101.74 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 67582 0 0 0 10154 20 0 0 25 0 4 0 504786606 916856832 155451 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=895368 CPUtime=102.22 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 336321 0 0 0 10169 53 0 0 25 0 4 0 504786606 916856832 155451 33554432000 4194304 4623224 140734072566096 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 895368

[startup+162.301 s]
/proc/loadavg: 7.99 7.94 7.98 9/184 17075
/proc/meminfo: memFree=23877332/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=1161092 CPUtime=648.19 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 755055 0 0 0 64677 142 0 0 25 0 4 0 504786599 1188958208 223915 33554432000 4194304 4623224 140734072566096 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 290273 223915 989 105 0 285777 0
[pid=17066/tid=17068] ppid=17064 vsize=1161092 CPUtime=162.22 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 77254 0 0 0 16197 25 0 0 25 0 4 0 504786606 1188958208 223915 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=1161092 CPUtime=161.43 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 78003 0 0 0 16118 25 0 0 25 0 4 0 504786606 1188958208 223915 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=1161092 CPUtime=162.21 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 345609 0 0 0 16166 55 0 0 25 0 4 0 504786606 1188958208 223915 33554432000 4194304 4623224 140734072566096 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.19
Current children cumulated vsize (KiB) 1161092

[startup+222.301 s]
/proc/loadavg: 8.03 7.96 7.99 9/184 17076
/proc/meminfo: memFree=23525160/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=1465180 CPUtime=887.86 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 913230 0 0 0 88612 174 0 0 25 0 4 0 504786599 1500344320 272397 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 366295 272397 953 105 0 361799 0
[pid=17066/tid=17068] ppid=17064 vsize=1465180 CPUtime=222.21 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 104195 0 0 0 22186 35 0 0 25 0 4 0 504786606 1500344320 272397 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=1465180 CPUtime=221.12 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 106326 0 0 0 22078 34 0 0 25 0 4 0 504786606 1500344320 272397 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=1465180 CPUtime=222.2 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 351613 0 0 0 22164 56 0 0 25 0 4 0 504786606 1500344320 272397 33554432000 4194304 4623224 140734072566096 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.86
Current children cumulated vsize (KiB) 1465180

[startup+282.301 s]

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

[pid=17066] ppid=17064 vsize=2198452 CPUtime=2805.33 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1326647 0 0 0 280267 266 0 0 25 0 4 0 504786599 2251214848 416967 33554432000 4194304 4623224 140734072566096 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 549613 416967 629 105 0 545117 0
[pid=17066/tid=17068] ppid=17064 vsize=2198452 CPUtime=702.22 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 146521 0 0 0 70174 48 0 0 25 0 4 0 504786606 2251214848 416967 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2198452 CPUtime=698.6 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 172593 0 0 0 69796 64 0 0 25 0 4 0 504786606 2251214848 416967 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2198452 CPUtime=702.17 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 462872 0 0 0 70142 75 0 0 25 0 4 0 504786606 2251214848 416967 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 2198452

[startup+762.307 s]
/proc/loadavg: 8.08 8.04 8.00 10/184 17091
/proc/meminfo: memFree=22097228/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2213688 CPUtime=3045.03 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1332479 0 0 0 304235 268 0 0 25 0 4 0 504786599 2266816512 422573 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 553422 422573 628 105 0 548926 0
[pid=17066/tid=17068] ppid=17064 vsize=2213688 CPUtime=762.23 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 146773 0 0 0 76175 48 0 0 25 0 4 0 504786606 2266816512 422573 33554432000 4194304 4623224 140734072566096 18446744073709551615 4358011 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2213688 CPUtime=758.29 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 172677 0 0 0 75764 65 0 0 25 0 4 0 504786606 2266816512 422573 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2213688 CPUtime=762.17 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 466114 0 0 0 76141 76 0 0 25 0 4 0 504786606 2266816512 422573 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 2213688

[startup+822.301 s]
/proc/loadavg: 8.12 8.06 8.01 10/184 17092
/proc/meminfo: memFree=21928696/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2224216 CPUtime=3284.69 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1338447 0 0 0 328199 270 0 0 25 0 4 0 504786599 2277597184 428320 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 556054 428320 628 105 0 551558 0
[pid=17066/tid=17068] ppid=17064 vsize=2224216 CPUtime=822.22 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 146854 0 0 0 82174 48 0 0 25 0 4 0 504786606 2277597184 428320 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2224216 CPUtime=817.97 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 172716 0 0 0 81732 65 0 0 25 0 4 0 504786606 2277597184 428320 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2224216 CPUtime=822.16 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 469180 0 0 0 82139 77 0 0 25 0 4 0 504786606 2277597184 428320 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 2224216

[startup+882.3 s]
/proc/loadavg: 8.04 8.04 8.00 9/184 17094
/proc/meminfo: memFree=21777760/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2235200 CPUtime=3524.36 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1343549 0 0 0 352165 271 0 0 25 0 4 0 504786599 2288844800 433161 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 558800 433161 628 105 0 554304 0
[pid=17066/tid=17068] ppid=17064 vsize=2235200 CPUtime=882.22 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 146937 0 0 0 88174 48 0 0 25 0 4 0 504786606 2288844800 433161 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2235200 CPUtime=877.65 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 172757 0 0 0 87700 65 0 0 25 0 4 0 504786606 2288844800 433161 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2235200 CPUtime=882.16 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 472582 0 0 0 88138 78 0 0 25 0 4 0 504786606 2288844800 433161 33554432000 4194304 4623224 140734072566096 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 2235200

[startup+942.301 s]
/proc/loadavg: 8.05 8.05 8.00 9/184 17096
/proc/meminfo: memFree=21712636/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2245204 CPUtime=3764.05 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1349202 0 0 0 376132 273 0 0 25 0 4 0 504786599 2299088896 438549 33554432000 4194304 4623224 140734072566096 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 561301 438549 628 105 0 556805 0
[pid=17066/tid=17068] ppid=17064 vsize=2245204 CPUtime=942.22 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147014 0 0 0 94174 48 0 0 25 0 4 0 504786606 2299088896 438549 33554432000 4194304 4623224 140734072566096 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2245204 CPUtime=937.33 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 172799 0 0 0 93668 65 0 0 25 0 4 0 504786606 2299088896 438549 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2245204 CPUtime=942.16 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 475887 0 0 0 94137 79 0 0 25 0 4 0 504786606 2299088896 438549 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 2245204

[startup+1002.3 s]
/proc/loadavg: 8.05 8.05 8.00 10/184 17097
/proc/meminfo: memFree=21562944/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2253928 CPUtime=4003.72 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1354229 0 0 0 400097 275 0 0 25 0 4 0 504786599 2308022272 443265 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510199 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 563482 443265 628 105 0 558986 0
[pid=17066/tid=17068] ppid=17064 vsize=2253928 CPUtime=1002.23 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147087 0 0 0 100174 49 0 0 25 0 4 0 504786606 2308022272 443265 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2253928 CPUtime=997 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 172847 0 0 0 99635 65 0 0 25 0 4 0 504786606 2308022272 443265 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2253928 CPUtime=1002.15 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 478509 0 0 0 100135 80 0 0 25 0 4 0 504786606 2308022272 443265 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 2253928

[startup+1062.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/184 17099
/proc/meminfo: memFree=21230104/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2296496 CPUtime=4243.4 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1376235 0 0 0 424062 278 0 0 25 0 4 0 504786599 2351611904 448102 33554432000 4194304 4623224 140734072566096 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 574124 448102 628 105 0 569628 0
[pid=17066/tid=17068] ppid=17064 vsize=2296496 CPUtime=1062.23 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147192 0 0 0 106174 49 0 0 25 0 4 0 504786606 2351611904 448102 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357881 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2296496 CPUtime=1056.68 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 173056 0 0 0 105603 65 0 0 25 0 4 0 504786606 2351611904 448102 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2296496 CPUtime=1062.15 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 498069 0 0 0 106132 83 0 0 25 0 4 0 504786606 2351611904 448102 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 2296496

[startup+1122.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/184 17100
/proc/meminfo: memFree=20974144/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2305752 CPUtime=4483.08 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1382552 0 0 0 448028 280 0 0 25 0 4 0 504786599 2361090048 454069 33554432000 4194304 4623224 140734072566096 18446744073709551615 4517574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 576438 454069 628 105 0 571942 0
[pid=17066/tid=17068] ppid=17064 vsize=2305752 CPUtime=1122.23 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147266 0 0 0 112174 49 0 0 25 0 4 0 504786606 2361090048 454069 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2305752 CPUtime=1116.36 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 173207 0 0 0 111571 65 0 0 25 0 4 0 504786606 2361090048 454069 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2305752 CPUtime=1122.14 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 500707 0 0 0 112131 83 0 0 25 0 4 0 504786606 2361090048 454069 33554432000 4194304 4623224 140734072566096 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 2305752

[startup+1182.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/184 17102
/proc/meminfo: memFree=20860044/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2316368 CPUtime=4722.76 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1389578 0 0 0 471994 282 0 0 25 0 4 0 504786599 2371960832 460770 33554432000 4194304 4623224 140734072566096 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 579092 460770 628 105 0 574596 0
[pid=17066/tid=17068] ppid=17064 vsize=2316368 CPUtime=1182.23 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147539 0 0 0 118174 49 0 0 25 0 4 0 504786606 2371960832 460770 33554432000 4194304 4623224 140734072566096 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2316368 CPUtime=1176.04 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 173512 0 0 0 117539 65 0 0 25 0 4 0 504786606 2371960832 460770 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2316368 CPUtime=1182.13 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 503735 0 0 0 118129 84 0 0 25 0 4 0 504786606 2371960832 460770 33554432000 4194304 4623224 140734072566096 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 2316368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 8.00 6/183 17103
/proc/meminfo: memFree=22049864/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2317604 CPUtime=4800.27 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1391905 0 0 0 479744 283 0 0 25 0 4 0 504786599 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 579401 462965 628 105 0 574905 0
[pid=17066/tid=17068] ppid=17064 vsize=2317604 CPUtime=1201.64 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147611 0 0 0 120115 49 0 0 25 0 4 0 504786606 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2317604 CPUtime=1195.33 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 173568 0 0 0 119468 65 0 0 25 0 4 0 504786606 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2317604 CPUtime=1201.54 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 504179 0 0 0 120070 84 0 0 25 0 4 0 504786606 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4550487 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 2317604

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

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

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 8.00 6/183 17103
/proc/meminfo: memFree=22049864/32951124 swapFree=67111448/67111528
[pid=17066] ppid=17064 vsize=2317604 CPUtime=4800.27 cores=0,2,4,6
/proc/17066/stat : 17066 (SArTagnan) R 17064 17066 16699 0 -1 4202496 1391905 0 0 0 479744 283 0 0 25 0 4 0 504786599 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17066/statm: 579401 462965 628 105 0 574905 0
[pid=17066/tid=17068] ppid=17064 vsize=2317604 CPUtime=1201.64 cores=0,2,4,6
/proc/17066/task/17068/stat : 17068 (SArTagnan) R 17064 17066 16699 0 -1 4202560 147611 0 0 0 120115 49 0 0 25 0 4 0 504786606 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17066/tid=17069] ppid=17064 vsize=2317604 CPUtime=1195.33 cores=0,2,4,6
/proc/17066/task/17069/stat : 17069 (SArTagnan) R 17064 17066 16699 0 -1 4202560 173568 0 0 0 119468 65 0 0 25 0 4 0 504786606 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17066/tid=17070] ppid=17064 vsize=2317604 CPUtime=1201.54 cores=0,2,4,6
/proc/17066/task/17070/stat : 17070 (SArTagnan) R 17064 17066 16699 0 -1 4202560 504179 0 0 0 120070 84 0 0 25 0 4 0 504786606 2373226496 462965 33554432000 4194304 4623224 140734072566096 18446744073709551615 4550487 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 2317604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.38
CPU user time (s): 4797.47
CPU system time (s): 2.91656
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 2503384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.47
system time used= 2.91656
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1391905
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= 1055
involuntary context switches= 31768

runsolver used 1.86472 second user time and 4.40533 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 02:35:05
IDJOB=3251530
IDBENCH=88225
IDSOLVER=1656
FILE ID=node144/3251530-1304123705
RUNJOBID= node144-1304123705-17043
PBS_JOBID= 13170730
Free space on /tmp= 72404 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251530-1304123705/watcher-3251530-1304123705 -o /tmp/evaluation-result-3251530-1304123705/solver-3251530-1304123705 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251530-1304123705.cnf -threads=4

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=1545282364

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25286608 kB
Buffers:       2109848 kB
Cached:        4940004 kB
SwapCached:         80 kB
Active:         174512 kB
Inactive:      6946788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25286608 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            5124 kB
Writeback:           0 kB
AnonPages:       70896 kB
Mapped:          15252 kB
Slab:           480368 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247508 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= 72408 MiB
End job on node144 at 2011-04-30 02:55:08