Trace number 3384493

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 724.46 724.519

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 benchmark326.479
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.02	c Set FPU double precision.
1.57/1.60	c Parse Cnf success: #var: 209724 #clause: 3634677
1.57/1.60	c Find Units :          1
1.87/1.92	c Find Invs  :          0
2.56/2.63	c Find Ands  :     178048 AvgFaninNum: 19.1825
2.56/2.64	c Find Xors  :          0 AvgFaninNum: nan
2.56/2.66	c Find Ite   :      10360
2.66/2.72	c UnDirect variable: 0
2.66/2.72	c UnDirect to Direct Gate: 0
2.66/2.72	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
2.66/2.79	c Break Cycle : 8
2.66/2.79	c Total Root : 1 Undef Var: 21334
4.35/4.42	c After covering, Total Root: 1 Leaf: 21334
4.35/4.42	c Variable( cover/uncovered/unused ): 209724 0 0
4.35/4.42	c Unit Clauses: 1
4.35/4.42	c Binary Clauses( cover/uncovered ): 3415176 26
4.35/4.42	c Clauses( cover/uncovered ): 219470 4
4.35/4.42	c Total Clauses( cover/uncovered ): 3634647 30 99.9992%
4.35/4.42	c Covered Ands: 178030 Invs: 0 Xors: 0 Ites: 10360
4.35/4.44	c Uncover Clauses avg size: 2.73333 max size: 14
4.35/4.45	c Final circuit: i/l/o/s   21334       0      31   1422603
4.35/4.45	c CnfToAig: Time: 4.39 s
8.42/8.54	c TmMap: Set choices finish.
9.02/9.13	c TmMap: Set big and: 214959
9.02/9.13	c TmMap: Origin: 1443938 ClauseNum: 4267809 --> New: 328734 ClauseNum: 1940367
9.02/9.13	c TmMap: Time: 1.02
15.42/15.54	c Simulation --> TransNum: 1449618/1940367 Try to Add: #clause: 492773 #xorclause: 0
15.92/16.05	c #var: 310923 #clauses: 328501 Solving... 
37.23/37.36	c Abstract SAT
38.22/38.37	c Simulation --> TransNum: 1665063/1940367 Try to Add: #clause: 96 #xorclause: 0
38.22/38.37	c #var: 310957 #clauses: 409895 Solving... 
39.01/39.15	c Abstract SAT
40.01/40.16	c Simulation --> TransNum: 1665457/1940367 Try to Add: #clause: 303 #xorclause: 0
40.01/40.17	c #var: 311014 #clauses: 410825 Solving... 
40.53/40.65	c Abstract SAT
40.53/40.66	c Simulation --> TransNum: 1940367/1940367 Try to Add: #clause: 196486 #xorclause: 0
40.82/40.95	c #var: 328500 #clauses: 709757 Solving... 
724.23/724.39	s UNSATISFIABLE
724.33/724.41	c CPU time: 724.35 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-3384493-1305552763/watcher-3384493-1305552763 -o /tmp/evaluation-result-3384493-1305552763/solver-3384493-1305552763 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384493-1305552763.cnf 167109516 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.05 2.04 2.00 2/436 5947
/proc/meminfo: memFree=24787736/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=10844 CPUtime=0 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) S 5945 5947 5259 0 -1 4194304 100 0 0 0 0 0 0 0 22 0 1 0 666874500 11104256 55 33554432000 4194304 6014671 140734865947152 18446744073709551615 228239425159 0 2147483391 4096 0 18446744071699199166 0 0 17 3 0 0 0
/proc/5947/statm: 2711 55 42 445 0 68 0

[startup+0.082334 s]
/proc/loadavg: 2.05 2.04 2.00 2/436 5947
/proc/meminfo: memFree=24787736/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=49568 CPUtime=0.05 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 6088 0 0 0 5 0 0 0 22 0 1 0 666874500 50757632 6024 33554432000 4194304 6014671 140734865947152 18446744073709551615 4300416 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5947/statm: 12392 6024 378 445 0 5937 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 49568

[startup+0.100332 s]
/proc/loadavg: 2.05 2.04 2.00 2/436 5947
/proc/meminfo: memFree=24787736/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=49568 CPUtime=0.07 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 6220 0 0 0 7 0 0 0 22 0 1 0 666874500 50757632 6156 33554432000 4194304 6014671 140734865947152 18446744073709551615 4803013 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5947/statm: 12392 6157 378 445 0 5937 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49568

[startup+0.300295 s]
/proc/loadavg: 2.05 2.04 2.00 2/436 5947
/proc/meminfo: memFree=24787736/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=87584 CPUtime=0.27 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 15082 0 0 0 25 2 0 0 23 0 1 0 666874500 89686016 15018 33554432000 4194304 6014671 140734865947152 18446744073709551615 4803016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5947/statm: 21896 15019 378 445 0 15441 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 87584

[startup+0.700225 s]
/proc/loadavg: 2.05 2.04 2.00 2/436 5947
/proc/meminfo: memFree=24787736/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=136992 CPUtime=0.67 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 27196 0 0 0 63 4 0 0 25 0 1 0 666874500 140279808 27132 33554432000 4194304 6014671 140734865947152 18446744073709551615 228244348672 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5947/statm: 34248 27132 378 445 0 27793 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 136992

[startup+1.50108 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 5948
/proc/meminfo: memFree=24591716/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=236192 CPUtime=1.47 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 51183 0 0 0 139 8 0 0 25 0 1 0 666874500 241860608 51119 33554432000 4194304 6014671 140734865947152 18446744073709551615 228244348672 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5947/statm: 59048 51120 378 445 0 52593 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 236192

[startup+3.1008 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 5948
/proc/meminfo: memFree=24579688/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=258208 CPUtime=3.06 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 57192 0 0 0 297 9 0 0 25 0 1 0 666874500 264404992 57128 33554432000 4194304 6014671 140734865947152 18446744073709551615 4266925 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5947/statm: 64552 57128 398 445 0 58097 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 258208

[startup+6.3002 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 5948
/proc/meminfo: memFree=24440164/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=494856 CPUtime=6.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 116585 0 0 0 607 16 0 0 25 0 1 0 666874500 506732544 116521 33554432000 4194304 6014671 140734865947152 18446744073709551615 4260564 0 0 4096 16386 0 0 0 17 7 0 0 0
/proc/5947/statm: 123714 116521 668 445 0 117259 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 494856

[startup+12.7011 s]
/proc/loadavg: 2.04 2.04 2.00 3/437 5948
/proc/meminfo: memFree=23983120/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=838504 CPUtime=12.62 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 200857 0 0 0 1236 26 0 0 25 0 1 0 666874500 858628096 200790 33554432000 4194304 6014671 140734865947152 18446744073709551615 4244052 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 209626 200790 681 445 0 203171 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 838504

[startup+25.5009 s]
/proc/loadavg: 2.03 2.04 2.00 3/437 5948
/proc/meminfo: memFree=23983760/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=838504 CPUtime=25.42 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 201080 0 0 0 2516 26 0 0 25 0 1 0 666874500 858628096 200885 33554432000 4194304 6014671 140734865947152 18446744073709551615 4666444 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 209626 200885 702 445 0 203171 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 838504

[startup+51.1004 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 5949
/proc/meminfo: memFree=23794524/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=1049284 CPUtime=51.02 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 260107 0 0 0 5068 34 0 0 25 0 1 0 666874500 1074466816 248129 33554432000 4194304 6014671 140734865947152 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 262321 248129 726 445 0 255866 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1049284

[startup+102.316 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 5950
/proc/meminfo: memFree=23523264/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=1399464 CPUtime=102.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 327679 0 0 0 10180 43 0 0 25 0 1 0 666874500 1433051136 315701 33554432000 4194304 6014671 140734865947152 18446744073709551615 4814257 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 349866 315701 730 445 0 343411 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1399464

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5952
/proc/meminfo: memFree=23195116/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=1819700 CPUtime=162.22 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 409651 0 0 0 16169 53 0 0 25 0 1 0 666874500 1863372800 397659 33554432000 4194304 6014671 140734865947152 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 454925 397659 730 445 0 448470 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1819700

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5953
/proc/meminfo: memFree=22978928/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2083796 CPUtime=222.22 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 463934 0 0 0 22162 60 0 0 25 0 1 0 666874500 2133807104 451942 33554432000 4194304 6014671 140734865947152 18446744073709551615 4384505 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 520949 451942 730 445 0 514494 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2083796

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/437 5955
/proc/meminfo: memFree=22760140/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2343760 CPUtime=282.22 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 517362 0 0 0 28155 67 0 0 25 0 1 0 666874500 2400010240 505370 33554432000 4194304 6014671 140734865947152 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 585940 505370 730 445 0 579485 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2343760

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/437 5957
/proc/meminfo: memFree=22538116/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2615976 CPUtime=342.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 567743 0 0 0 34149 74 0 0 25 0 1 0 666874500 2678759424 555751 33554432000 4194304 6014671 140734865947152 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 653994 555751 731 445 0 647539 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2615976

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 5958
/proc/meminfo: memFree=22380824/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2795204 CPUtime=402.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 606937 0 0 0 40145 78 0 0 25 0 1 0 666874500 2862288896 594945 33554432000 4194304 6014671 140734865947152 18446744073709551615 4633328 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 698801 594945 731 445 0 692346 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2795204

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 5960
/proc/meminfo: memFree=22349008/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2816052 CPUtime=462.22 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 610858 0 0 0 46143 79 0 0 25 0 1 0 666874500 2883637248 598866 33554432000 4194304 6014671 140734865947152 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 704013 598866 731 445 0 697558 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2816052

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/437 5961
/proc/meminfo: memFree=22260496/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2929716 CPUtime=522.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 634043 0 0 0 52139 84 0 0 25 0 1 0 666874500 3000029184 622051 33554432000 4194304 6014671 140734865947152 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 732429 622051 731 445 0 725974 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 2929716

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 5963
/proc/meminfo: memFree=22201756/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=2981828 CPUtime=582.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 644618 0 0 0 58136 87 0 0 25 0 1 0 666874500 3053391872 632626 33554432000 4194304 6014671 140734865947152 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 745457 632626 731 445 0 739002 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 2981828

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5965
/proc/meminfo: memFree=22181336/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3002540 CPUtime=642.24 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 649357 0 0 0 64136 88 0 0 25 0 1 0 666874500 3074600960 637365 33554432000 4194304 6014671 140734865947152 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 750635 637365 731 445 0 744180 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 3002540

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5966
/proc/meminfo: memFree=22086756/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3117516 CPUtime=702.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 672955 0 0 0 70131 92 0 0 25 0 1 0 666874500 3192336384 660955 33554432000 4194304 6014671 140734865947152 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 779379 660955 731 445 0 772924 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 3117516

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5966
/proc/meminfo: memFree=22086384/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3117516 CPUtime=703.84 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 673028 0 0 0 70292 92 0 0 25 0 1 0 666874500 3192336384 661028 33554432000 4194304 6014671 140734865947152 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 779379 661028 731 445 0 772924 0
Current children cumulated CPU time (s) 703.84
Current children cumulated vsize (KiB) 3117516

[startup+716.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5967
/proc/meminfo: memFree=22075592/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3135304 CPUtime=716.63 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 675392 0 0 0 71570 93 0 0 25 0 1 0 666874500 3210551296 663392 33554432000 4194304 6014671 140734865947152 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 783826 663392 731 445 0 777371 0
Current children cumulated CPU time (s) 716.63
Current children cumulated vsize (KiB) 3135304

[startup+719.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5967
/proc/meminfo: memFree=22075580/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3135304 CPUtime=719.83 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 675493 0 0 0 71890 93 0 0 25 0 1 0 666874500 3210551296 663493 33554432000 4194304 6014671 140734865947152 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 783826 663493 731 445 0 777371 0
Current children cumulated CPU time (s) 719.83
Current children cumulated vsize (KiB) 3135304

[startup+723.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5967
/proc/meminfo: memFree=22075828/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3135304 CPUtime=723.03 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 675642 0 0 0 72210 93 0 0 25 0 1 0 666874500 3210551296 663642 33554432000 4194304 6014671 140734865947152 18446744073709551615 4383488 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 783826 663642 731 445 0 777371 0
Current children cumulated CPU time (s) 723.03
Current children cumulated vsize (KiB) 3135304

[startup+723.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5967
/proc/meminfo: memFree=22075580/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3135304 CPUtime=723.83 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 675696 0 0 0 72290 93 0 0 25 0 1 0 666874500 3210551296 663696 33554432000 4194304 6014671 140734865947152 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 783826 663696 731 445 0 777371 0
Current children cumulated CPU time (s) 723.83
Current children cumulated vsize (KiB) 3135304

[startup+724.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5967
/proc/meminfo: memFree=22075580/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=3135304 CPUtime=724.23 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202496 675717 0 0 0 72330 93 0 0 25 0 1 0 666874500 3210551296 663717 33554432000 4194304 6014671 140734865947152 18446744073709551615 4778865 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5947/statm: 783826 663717 731 445 0 777371 0
Current children cumulated CPU time (s) 724.23
Current children cumulated vsize (KiB) 3135304

[startup+724.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5967
/proc/meminfo: memFree=22075580/32951124 swapFree=64205392/67111528
[pid=5947] ppid=5945 vsize=0 CPUtime=724.44 cores=1,3,5,7
/proc/5947/stat : 5947 (qutersat_releas) R 5945 5947 5259 0 -1 4202500 675721 0 0 0 72342 102 0 0 25 0 1 0 666874500 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/5947/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 724.44
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 724.519
CPU time (s): 724.46
CPU user time (s): 723.42
CPU system time (s): 1.03984
CPU usage (%): 99.9918
Max. virtual memory (cumulated for all children) (KiB): 3135304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 723.42
system time used= 1.03984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675721
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= 8
involuntary context switches= 1371

runsolver used 2.80857 second user time and 7.2389 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 15:32:45
IDJOB=3384493
IDBENCH=85007
IDSOLVER=1868
FILE ID=node136/3384493-1305552763
RUNJOBID= node136-1305540197-5278
PBS_JOBID= 13329217
Free space on /tmp= 72896 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-3384493-1305552763/watcher-3384493-1305552763 -o /tmp/evaluation-result-3384493-1305552763/solver-3384493-1305552763 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384493-1305552763.cnf 167109516

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=167109516

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24788024 kB
Buffers:         23292 kB
Cached:         626724 kB
SwapCached:      24924 kB
Active:        1512608 kB
Inactive:      6443652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24788024 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:           78076 kB
Writeback:           0 kB
AnonPages:     7287072 kB
Mapped:          34792 kB
Slab:            87780 kB
PageTables:      53452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122985376 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= 72892 MiB
End job on node136 at 2011-05-16 15:44:50