Trace number 3376971

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
QuteRSat 2011-05-12 (fixed)UNSAT 875.208 875.191

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.01	c Set FPU double precision.
1.68/1.76	c Parse Cnf success: #var: 209724 #clause: 3634677
1.68/1.76	c Find Units :          1
1.98/2.09	c Find Invs  :          0
2.79/2.82	c Find Ands  :     178048 AvgFaninNum: 19.1825
3.09/4.23	c Find Xors  :          0 AvgFaninNum: nan
3.09/4.23	c Find Ite   :      10360
3.09/4.23	c UnDirect variable: 0
3.09/4.23	c UnDirect to Direct Gate: 0
3.09/4.23	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.09/4.23	c Break Cycle : 8
3.09/4.23	c Total Root : 1 Undef Var: 21334
4.59/4.65	c After covering, Total Root: 1 Leaf: 21334
4.59/4.65	c Variable( cover/uncovered/unused ): 209724 0 0
4.59/4.65	c Unit Clauses: 1
4.59/4.65	c Binary Clauses( cover/uncovered ): 3415176 26
4.59/4.65	c Clauses( cover/uncovered ): 219470 4
4.59/4.65	c Total Clauses( cover/uncovered ): 3634647 30 99.9992%
4.59/4.65	c Covered Ands: 178030 Invs: 0 Xors: 0 Ites: 10360
4.59/4.67	c Uncover Clauses avg size: 2.73333 max size: 14
4.59/4.68	c Final circuit: i/l/o/s   21334       0      31   1422603
4.59/4.68	c CnfToAig: Time: 4.67 s
8.79/8.81	c TmMap: Set choices finish.
9.39/9.40	c TmMap: Set big and: 214959
9.39/9.40	c TmMap: Origin: 1443938 ClauseNum: 4267809 --> New: 328734 ClauseNum: 1940367
9.39/9.40	c TmMap: Time: 1.05
16.19/16.26	c Simulation --> TransNum: 1466154/1940367 Try to Add: #clause: 499979 #xorclause: 0
16.79/16.82	c #var: 312439 #clauses: 331686 Solving... 
43.19/43.20	c Abstract SAT
44.19/44.29	c Simulation --> TransNum: 1677338/1940367 Try to Add: #clause: 481 #xorclause: 0
44.29/44.30	c #var: 312507 #clauses: 433433 Solving... 
45.69/45.76	c Abstract SAT
46.79/46.89	c Simulation --> TransNum: 1677671/1940367 Try to Add: #clause: 28 #xorclause: 0
46.89/46.90	c #var: 312507 #clauses: 433466 Solving... 
47.49/47.56	c Abstract SAT
47.49/47.57	c Simulation --> TransNum: 1940367/1940367 Try to Add: #clause: 191080 #xorclause: 0
47.79/47.88	c #var: 328500 #clauses: 737507 Solving... 
875.01/875.06	s UNSATISFIABLE
875.01/875.07	c CPU time: 875.09 s

Verifier Data

No possible verification on an UNSAT instance

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-3376971-1305475741/watcher-3376971-1305475741 -o /tmp/evaluation-result-3376971-1305475741/solver-3376971-1305475741 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376971-1305475741.cnf 1050632353 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.48 2.95 3.52 5/283 9728
/proc/meminfo: memFree=19791524/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=37280 CPUtime=0 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 2326 0 0 0 0 0 0 0 21 0 1 0 659174068 38174720 2263 33554432000 4194304 6014671 140734145131248 18446744073709551615 4271044 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 9320 2278 370 445 0 2865 0

[startup+0.0989731 s]
/proc/loadavg: 1.48 2.95 3.52 5/283 9728
/proc/meminfo: memFree=19791524/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=49568 CPUtime=0.08 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 6234 0 0 0 8 0 0 0 21 0 1 0 659174068 50757632 6171 33554432000 4194304 6014671 140734145131248 18446744073709551615 237278879488 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 12392 6171 378 445 0 5937 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49568

[startup+0.10097 s]
/proc/loadavg: 1.48 2.95 3.52 5/283 9728
/proc/meminfo: memFree=19791524/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=49568 CPUtime=0.08 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 6246 0 0 0 8 0 0 0 21 0 1 0 659174068 50757632 6183 33554432000 4194304 6014671 140734145131248 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 12392 6183 378 445 0 5937 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49568

[startup+0.300935 s]
/proc/loadavg: 1.48 2.95 3.52 5/283 9728
/proc/meminfo: memFree=19791524/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=87584 CPUtime=0.28 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 14920 0 0 0 27 1 0 0 22 0 1 0 659174068 89686016 14857 33554432000 4194304 6014671 140734145131248 18446744073709551615 4803076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 21896 14857 378 445 0 15441 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87584

[startup+0.700806 s]
/proc/loadavg: 1.48 2.95 3.52 5/283 9728
/proc/meminfo: memFree=19791524/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=136864 CPUtime=0.68 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 26720 0 0 0 65 3 0 0 24 0 1 0 659174068 140148736 26657 33554432000 4194304 6014671 140734145131248 18446744073709551615 4277306 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 34216 26657 378 445 0 27761 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 136864

[startup+1.50068 s]
/proc/loadavg: 1.48 2.95 3.52 5/290 9741
/proc/meminfo: memFree=19504276/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=236064 CPUtime=1.49 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 50291 0 0 0 142 7 0 0 25 0 1 0 659174068 241729536 50228 33554432000 4194304 6014671 140734145131248 18446744073709551615 237278879488 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 59016 50229 378 445 0 52561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 236064

[startup+3.10033 s]
/proc/loadavg: 1.48 2.95 3.52 5/290 9741
/proc/meminfo: memFree=19025384/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=258208 CPUtime=3.09 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 57192 0 0 0 301 8 0 0 25 0 1 0 659174068 264404992 57129 33554432000 4194304 6014671 140734145131248 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 64552 57129 398 445 0 58097 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 258208

[startup+6.30076 s]
/proc/loadavg: 2.08 3.05 3.55 5/293 9747
/proc/meminfo: memFree=18217848/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=461756 CPUtime=6.28 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 108192 0 0 0 615 13 0 0 25 0 1 0 659174068 472838144 108129 33554432000 4194304 6014671 140734145131248 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 115439 108132 668 445 0 108984 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 461756

[startup+12.7007 s]
/proc/loadavg: 2.40 3.10 3.56 5/293 9747
/proc/meminfo: memFree=16346028/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=838556 CPUtime=12.69 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 200855 0 0 0 1244 25 0 0 25 0 1 0 659174068 858681344 200789 33554432000 4194304 6014671 140734145131248 18446744073709551615 4244026 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 209639 200789 681 445 0 203184 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 838556

[startup+25.5004 s]
/proc/loadavg: 2.75 3.15 3.56 5/293 9747
/proc/meminfo: memFree=14734168/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=838556 CPUtime=25.49 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 201137 0 0 0 2524 25 0 0 25 0 1 0 659174068 858681344 200969 33554432000 4194304 6014671 140734145131248 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 209639 200969 701 445 0 203184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 838556

[startup+51.1008 s]
/proc/loadavg: 3.18 3.21 3.57 5/290 9751
/proc/meminfo: memFree=15337108/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=1079400 CPUtime=51.09 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 280636 0 0 0 5074 35 0 0 25 0 1 0 659174068 1105305600 245892 33554432000 4194304 6014671 140734145131248 18446744073709551615 4385891 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 269850 245892 726 445 0 263395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1079400

[startup+102.301 s]
/proc/loadavg: 3.64 3.33 3.59 5/293 9776
/proc/meminfo: memFree=15419128/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=1079400 CPUtime=102.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 280640 0 0 0 10195 35 0 0 25 0 1 0 659174068 1105305600 245896 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 269850 245896 727 445 0 263395 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1079400

[startup+162.301 s]
/proc/loadavg: 3.87 3.45 3.62 5/293 9778
/proc/meminfo: memFree=14782296/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=1654196 CPUtime=162.29 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 371941 0 0 0 16184 45 0 0 25 0 1 0 659174068 1693896704 337154 33554432000 4194304 6014671 140734145131248 18446744073709551615 4444805 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 413549 337154 730 445 0 407094 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1654196

[startup+222.311 s]
/proc/loadavg: 3.95 3.55 3.64 5/290 9783
/proc/meminfo: memFree=15804056/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2026972 CPUtime=222.31 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 467252 0 0 0 22171 60 0 0 25 0 1 0 659174068 2075619328 432434 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 506743 432434 730 445 0 500288 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 2026972

[startup+282.301 s]
/proc/loadavg: 4.06 3.64 3.66 5/293 9808
/proc/meminfo: memFree=15419820/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2341116 CPUtime=282.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 530121 0 0 0 28159 71 0 0 25 0 1 0 659174068 2397302784 495303 33554432000 4194304 6014671 140734145131248 18446744073709551615 4537125 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 585279 495303 730 445 0 578824 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2341116

[startup+342.301 s]
/proc/loadavg: 4.02 3.71 3.68 5/293 9810
/proc/meminfo: memFree=15141292/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2374540 CPUtime=342.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 537673 0 0 0 34158 72 0 0 25 0 1 0 659174068 2431528960 502855 33554432000 4194304 6014671 140734145131248 18446744073709551615 4384160 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 593635 502855 730 445 0 587180 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2374540

[startup+402.3 s]
/proc/loadavg: 4.04 3.77 3.70 5/293 9811
/proc/meminfo: memFree=14715948/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2602548 CPUtime=402.29 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 583705 0 0 0 40151 78 0 0 25 0 1 0 659174068 2665009152 548887 33554432000 4194304 6014671 140734145131248 18446744073709551615 4424739 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 650637 548887 730 445 0 644182 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2602548

[startup+462.301 s]
/proc/loadavg: 4.06 3.83 3.73 5/293 9813
/proc/meminfo: memFree=14561788/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2721332 CPUtime=462.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 611218 0 0 0 46148 82 0 0 25 0 1 0 659174068 2786643968 576400 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 680333 576400 730 445 0 673878 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2721332

[startup+522.301 s]
/proc/loadavg: 4.08 3.87 3.74 5/293 9815
/proc/meminfo: memFree=14187412/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2823116 CPUtime=522.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 630885 0 0 0 52144 86 0 0 25 0 1 0 659174068 2890870784 596067 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 705779 596067 730 445 0 699324 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2823116

[startup+582.3 s]
/proc/loadavg: 4.03 3.89 3.76 5/293 9816
/proc/meminfo: memFree=14153404/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2843744 CPUtime=582.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 635134 0 0 0 58143 87 0 0 25 0 1 0 659174068 2911993856 600316 33554432000 4194304 6014671 140734145131248 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 710936 600316 730 445 0 704481 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2843744

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.77 5/293 9818
/proc/meminfo: memFree=14014136/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2976892 CPUtime=642.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 663123 0 0 0 64139 91 0 0 25 0 1 0 659174068 3048337408 628283 33554432000 4194304 6014671 140734145131248 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 744223 628283 730 445 0 737768 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2976892

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.78 5/293 9819
/proc/meminfo: memFree=13747744/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=2997320 CPUtime=702.3 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 667315 0 0 0 70138 92 0 0 25 0 1 0 659174068 3069255680 632475 33554432000 4194304 6014671 140734145131248 18446744073709551615 4387437 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 749330 632475 730 445 0 742875 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2997320

[startup+762.3 s]
/proc/loadavg: 4.00 3.93 3.79 5/293 9821
/proc/meminfo: memFree=13745484/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3018088 CPUtime=762.32 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 671758 0 0 0 76139 93 0 0 25 0 1 0 659174068 3090522112 631984 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 754522 631984 730 445 0 748067 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 3018088

[startup+822.3 s]
/proc/loadavg: 4.00 3.94 3.80 5/293 9823
/proc/meminfo: memFree=13611048/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3109724 CPUtime=822.31 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 695780 0 0 0 82133 98 0 0 25 0 1 0 659174068 3184357376 656006 33554432000 4194304 6014671 140734145131248 18446744073709551615 4633328 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 777431 656006 730 445 0 770976 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3109724

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

[startup+845.9 s]
/proc/loadavg: 4.07 3.96 3.81 5/293 9823
/proc/meminfo: memFree=13597644/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=845.91 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 698787 0 0 0 84492 99 0 0 25 0 1 0 659174068 3205849088 659013 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423577 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659013 730 445 0 776223 0
Current children cumulated CPU time (s) 845.91
Current children cumulated vsize (KiB) 3130712

[startup+858.701 s]
/proc/loadavg: 4.06 3.96 3.81 5/293 9824
/proc/meminfo: memFree=13594908/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=858.71 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 699326 0 0 0 85771 100 0 0 25 0 1 0 659174068 3205849088 659552 33554432000 4194304 6014671 140734145131248 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659552 730 445 0 776223 0
Current children cumulated CPU time (s) 858.71
Current children cumulated vsize (KiB) 3130712

[startup+865.101 s]
/proc/loadavg: 4.05 3.96 3.82 5/293 9824
/proc/meminfo: memFree=13594036/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=865.11 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 699497 0 0 0 86411 100 0 0 25 0 1 0 659174068 3205849088 659723 33554432000 4194304 6014671 140734145131248 18446744073709551615 4425469 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659723 730 445 0 776223 0
Current children cumulated CPU time (s) 865.11
Current children cumulated vsize (KiB) 3130712

[startup+871.501 s]
/proc/loadavg: 4.05 3.96 3.82 5/293 9824
/proc/meminfo: memFree=13592544/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=871.51 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 699629 0 0 0 87051 100 0 0 25 0 1 0 659174068 3205849088 659855 33554432000 4194304 6014671 140734145131248 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659855 730 445 0 776223 0
Current children cumulated CPU time (s) 871.51
Current children cumulated vsize (KiB) 3130712

[startup+873.101 s]
/proc/loadavg: 4.05 3.96 3.82 5/293 9824
/proc/meminfo: memFree=13592544/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=873.11 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 699629 0 0 0 87211 100 0 0 25 0 1 0 659174068 3205849088 659855 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659855 730 445 0 776223 0
Current children cumulated CPU time (s) 873.11
Current children cumulated vsize (KiB) 3130712

[startup+873.9 s]
/proc/loadavg: 4.05 3.96 3.82 5/293 9824
/proc/meminfo: memFree=13592420/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=873.91 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 699629 0 0 0 87291 100 0 0 25 0 1 0 659174068 3205849088 659855 33554432000 4194304 6014671 140734145131248 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659855 730 445 0 776223 0
Current children cumulated CPU time (s) 873.91
Current children cumulated vsize (KiB) 3130712

[startup+874.7 s]
/proc/loadavg: 4.04 3.97 3.82 5/293 9824
/proc/meminfo: memFree=13592420/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=3130712 CPUtime=874.71 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202496 699629 0 0 0 87371 100 0 0 25 0 1 0 659174068 3205849088 659855 33554432000 4194304 6014671 140734145131248 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9728/statm: 782678 659855 730 445 0 776223 0
Current children cumulated CPU time (s) 874.71
Current children cumulated vsize (KiB) 3130712

[startup+875.101 s]
/proc/loadavg: 4.04 3.97 3.82 5/293 9824
/proc/meminfo: memFree=13592420/32950904 swapFree=67057400/67111528
[pid=9728] ppid=9726 vsize=0 CPUtime=875.11 cores=0,2
/proc/9728/stat : 9728 (qutersat_releas) R 9726 9728 8508 0 -1 4202500 699633 0 0 0 87409 102 0 0 25 0 1 0 659174068 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/9728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 875.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 875.191
CPU time (s): 875.208
CPU user time (s): 874.092
CPU system time (s): 1.11583
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3130712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 874.092
system time used= 1.11583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699633
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= 13
involuntary context switches= 10979

runsolver used 2.29365 second user time and 5.65614 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 18:09:03
IDJOB=3376971
IDBENCH=85007
IDSOLVER=1856
FILE ID=node121/3376971-1305475741
RUNJOBID= node121-1305475741-9704
PBS_JOBID= 13325309
Free space on /tmp= 73184 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376971-1305475741/watcher-3376971-1305475741 -o /tmp/evaluation-result-3376971-1305475741/solver-3376971-1305475741 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376971-1305475741.cnf 1050632353

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1050632353

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      19791920 kB
Buffers:        323932 kB
Cached:        6905188 kB
SwapCached:       7656 kB
Active:        6857100 kB
Inactive:      5939632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19791920 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          321520 kB
Writeback:           0 kB
AnonPages:     5565628 kB
Mapped:          21916 kB
Slab:           274700 kB
PageTables:      25480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30845288 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= 73204 MiB
End job on node121 at 2011-05-15 18:23:38