Trace number 3292659

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-03-01? (MO) 562.957 562.962

General information on the benchmark

NameSAT05/industrial/narain05/vpn/
clauses-8.renamed-as.sat05-1964.cnf
MD5SUM83c1fe52702413077bb84179a04b277a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark141.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1461771
Number of clauses5687554
Sum of the clauses size14147618
Maximum clause length601
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24325673
Number of clauses of size 3961281
Number of clauses of size 411051
Number of clauses of size 5354960
Number of clauses of size over 534588

Solver Data

0.00/0.00	c Set FPU double precision.
4.09/4.17	c Parse Cnf success: #var: 1461771 #clause: 5687554
4.09/4.17	c Find Units :          1
4.50/4.56	c Find Invs  :      94441
5.50/5.55	c Find Ands  :    1361880 AvgFaninNum: 3.0358
5.60/5.61	c Find Xors  :          0 AvgFaninNum: nan
5.69/5.70	c Find Ite   :          0
6.49/6.58	c UnDirect variable: 97748
6.59/6.63	c UnDirect to Direct Gate: 92575
6.59/6.63	c Forced Direct Gate: 4056 Unuse unDirect Gate: 5906
6.89/6.92	c Break Cycle : 0
6.89/6.92	c Total Root : 757 Undef Var: 7316
8.39/8.47	c After covering, Total Root: 1 Leaf: 7298
8.39/8.47	c Variable( cover/uncovered/unused ): 1461753 18 0
8.39/8.47	c Unit Clauses: 1
8.39/8.47	c Binary Clauses( cover/uncovered ): 4319541 6132
8.39/8.47	c Clauses( cover/uncovered ): 1361880 0
8.39/8.47	c Total Clauses( cover/uncovered ): 5681422 6132 99.8922%
8.39/8.47	c Covered Ands: 1361880 Invs: 92575 Xors: 0 Ites: 0
8.49/8.53	c Uncover Clauses avg size: 2 max size: 2
8.49/8.54	c Final circuit: i/l/o/s    7316       0    6133   1608963
8.49/8.54	c CnfToAig: Time: 8.53 s
12.09/12.18	c TmMap: Set choices finish.
12.79/12.80	c TmMap: Set big and: 327098
12.79/12.80	c TmMap: Origin: 1616280 ClauseNum: 4826889 --> New: 645171 ClauseNum: 3069798
12.79/12.80	c TmMap: Time: 1.05
22.29/22.31	c Simulation --> TransNum: 988215/3069798 Try to Add: #clause: 592516 #xorclause: 6358
22.69/22.75	c #var: 438434 #clauses: 385704 Solving... 
464.29/464.38	c Abstract SAT
465.99/466.09	c Simulation --> TransNum: 2163698/3069798 Try to Add: #clause: 754153 #xorclause: 82
467.09/467.11	c #var: 626239 #clauses: 106125 Solving... 
562.70/562.70	c Time Out !!
562.70/562.70	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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: 2.24 3.44 3.20 4/189 13596
/proc/meminfo: memFree=23627732/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=66628 CPUtime=0 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 2385 0 0 0 0 0 0 0 23 0 1 0 569183352 68227072 2320 33554432000 4194304 6016207 140735350600400 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 16657 2335 372 445 0 10201 0

[startup+0.0109509 s]
/proc/loadavg: 2.24 3.44 3.20 4/189 13596
/proc/meminfo: memFree=23627732/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=66628 CPUtime=0 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 5925 0 0 0 0 0 0 0 23 0 1 0 569183352 68227072 5860 33554432000 4194304 6016207 140735350600400 18446744073709551615 4272580 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 16657 5891 372 445 0 10201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 66628

[startup+0.100966 s]
/proc/loadavg: 2.24 3.44 3.20 4/189 13596
/proc/meminfo: memFree=23627732/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=90180 CPUtime=0.09 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 15218 0 0 0 8 1 0 0 23 0 1 0 569183352 92344320 15153 33554432000 4194304 6016207 140735350600400 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 22545 15184 379 445 0 16089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 90180

[startup+0.30094 s]
/proc/loadavg: 2.24 3.44 3.20 4/189 13596
/proc/meminfo: memFree=23627732/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=115908 CPUtime=0.29 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 22847 0 0 0 27 2 0 0 25 0 1 0 569183352 118689792 22781 33554432000 4194304 6016207 140735350600400 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 28977 22781 379 445 0 22521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 115908

[startup+0.70085 s]
/proc/loadavg: 2.24 3.44 3.20 4/189 13596
/proc/meminfo: memFree=23627732/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=184388 CPUtime=0.69 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 37945 0 0 0 64 5 0 0 25 0 1 0 569183352 188813312 37879 33554432000 4194304 6016207 140735350600400 18446744073709551615 4271093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 46097 37879 379 445 0 39641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 184388

[startup+2.02461 s]
/proc/loadavg: 2.24 3.44 3.20 4/189 13596
/proc/meminfo: memFree=23627732/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=369476 CPUtime=2.01 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 83769 0 0 0 191 10 0 0 25 0 1 0 569183352 378343424 83703 33554432000 4194304 6016207 140735350600400 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 92369 83703 379 445 0 85913 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 369476

[startup+3.10041 s]
/proc/loadavg: 2.62 3.50 3.22 5/190 13597
/proc/meminfo: memFree=23271968/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=534340 CPUtime=3.09 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 120037 0 0 0 294 15 0 0 25 0 1 0 569183352 547164160 119971 33554432000 4194304 6016207 140735350600400 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 133585 119971 379 445 0 127129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 534340

[startup+6.30081 s]
/proc/loadavg: 2.62 3.50 3.22 5/190 13597
/proc/meminfo: memFree=22980972/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=671556 CPUtime=6.29 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 156499 0 0 0 610 19 0 0 25 0 1 0 569183352 687673344 156433 33554432000 4194304 6016207 140735350600400 18446744073709551615 4809611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 167889 156433 398 445 0 161433 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 671556

[startup+12.7006 s]
/proc/loadavg: 2.83 3.51 3.22 5/190 13597
/proc/meminfo: memFree=22786840/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=858860 CPUtime=12.69 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 239531 0 0 0 1240 29 0 0 25 0 1 0 569183352 879472640 206697 33554432000 4194304 6016207 140735350600400 18446744073709551615 4253955 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 214715 206700 672 445 0 208259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 858860

[startup+25.5002 s]
/proc/loadavg: 3.01 3.53 3.23 6/190 13597
/proc/meminfo: memFree=22705444/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=891628 CPUtime=25.49 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 246738 0 0 0 2519 30 0 0 25 0 1 0 569183352 913027072 213904 33554432000 4194304 6016207 140735350600400 18446744073709551615 4425034 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 222907 213904 701 445 0 216451 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 891628

[startup+51.1005 s]
/proc/loadavg: 3.42 3.58 3.26 5/190 13598
/proc/meminfo: memFree=22662268/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=905248 CPUtime=51.09 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 248181 0 0 0 5078 31 0 0 25 0 1 0 569183352 926973952 215347 33554432000 4194304 6016207 140735350600400 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 226312 215347 721 445 0 219856 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 905248

[startup+102.301 s]
/proc/loadavg: 3.77 3.65 3.30 5/190 13599
/proc/meminfo: memFree=21659032/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2186344 CPUtime=102.3 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 490065 0 0 0 10171 59 0 0 25 0 1 0 569183352 2238816256 457204 33554432000 4194304 6016207 140735350600400 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 546586 457204 732 445 0 540130 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2186344

[startup+162.301 s]
/proc/loadavg: 3.91 3.71 3.34 5/190 13763
/proc/meminfo: memFree=21605236/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2266792 CPUtime=162.3 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 511434 0 0 0 16168 62 0 0 25 0 1 0 569183352 2321195008 478544 33554432000 4194304 6016207 140735350600400 18446744073709551615 4733405 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13596/statm: 566698 478544 732 445 0 560242 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2266792

[startup+222.307 s]
/proc/loadavg: 3.97 3.76 3.38 5/190 13792
/proc/meminfo: memFree=21360304/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2387552 CPUtime=222.29 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 540006 0 0 0 22164 65 0 0 25 0 1 0 569183352 2444853248 506763 33554432000 4194304 6016207 140735350600400 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 596888 506763 735 445 0 590432 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2387552

[startup+282.3 s]
/proc/loadavg: 3.99 3.80 3.41 5/190 13820
/proc/meminfo: memFree=21288348/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2387552 CPUtime=282.29 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 540017 0 0 0 28164 65 0 0 25 0 1 0 569183352 2444853248 506774 33554432000 4194304 6016207 140735350600400 18446744073709551615 4536473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 596888 506774 735 445 0 590432 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2387552

[startup+342.3 s]
/proc/loadavg: 4.03 3.85 3.45 5/190 13822
/proc/meminfo: memFree=21227332/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2387552 CPUtime=342.28 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 540017 0 0 0 34163 65 0 0 25 0 1 0 569183352 2444853248 506774 33554432000 4194304 6016207 140735350600400 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 596888 506774 735 445 0 590432 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 2387552

[startup+402.301 s]
/proc/loadavg: 4.01 3.87 3.48 5/190 13823
/proc/meminfo: memFree=21198912/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2387552 CPUtime=402.28 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 540023 0 0 0 40163 65 0 0 25 0 1 0 569183352 2444853248 506780 33554432000 4194304 6016207 140735350600400 18446744073709551615 4380234 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 596888 506780 735 445 0 590432 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 2387552

[startup+462.301 s]
/proc/loadavg: 4.00 3.89 3.51 5/190 13825
/proc/meminfo: memFree=21168384/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=2387552 CPUtime=462.29 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 541066 0 0 0 46163 66 0 0 25 0 1 0 569183352 2444853248 507394 33554432000 4194304 6016207 140735350600400 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 596888 507394 735 445 0 590432 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2387552

[startup+522.301 s]
/proc/loadavg: 4.00 3.91 3.54 5/190 13827
/proc/meminfo: memFree=18072824/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=5360144 CPUtime=522.29 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 1347638 0 0 0 52078 151 0 0 25 0 1 0 569183352 5488787456 1292462 33554432000 4194304 6016207 140735350600400 18446744073709551615 4724539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 1340036 1292462 735 445 0 1333580 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 5360144



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+562.7 s]
/proc/loadavg: 4.00 3.92 3.56 5/190 13828
/proc/meminfo: memFree=15587352/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=7897584 CPUtime=562.7 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4202496 1969375 0 0 0 56054 216 0 0 25 0 1 0 569183352 8087126016 1897064 33554432000 4194304 6016207 140735350600400 18446744073709551615 4456814 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13596/statm: 1974396 1897073 735 445 0 1967940 0
Current children cumulated CPU time (s) 562.7
Current children cumulated vsize (KiB) 7897584

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

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

[startup+562.807 s]
/proc/loadavg: 4.00 3.92 3.56 5/190 13828
/proc/meminfo: memFree=15587352/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=0 CPUtime=562.8 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4194308 1969602 0 0 0 56054 226 0 0 25 0 1 0 569183352 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/13596/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 562.8
Current children cumulated vsize (KiB) 0

[startup+562.9 s]
/proc/loadavg: 4.00 3.92 3.56 5/190 13828
/proc/meminfo: memFree=15587352/32951124 swapFree=67111348/67111528
[pid=13596] ppid=13594 vsize=0 CPUtime=562.89 cores=1,3
/proc/13596/stat : 13596 (qutersat_releas) R 13594 13596 12511 0 -1 4194308 1969602 0 0 0 56054 235 0 0 25 0 1 0 569183352 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/13596/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 562.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 562.962
CPU time (s): 562.957
CPU user time (s): 560.541
CPU system time (s): 2.41663
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 7897584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 560.541
system time used= 2.41663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1969602
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= 1891

runsolver used 0.925859 second user time and 2.14767 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 05:45:29
IDJOB=3292659
IDBENCH=86133
IDSOLVER=1607
FILE ID=node111/3292659-1303789525
RUNJOBID= node111-1303789524-13421
PBS_JOBID= 13157239
Free space on /tmp= 70856 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/industrial/narain05/vpn/clauses-8.renamed-as.sat05-1964.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292659-1303789525/watcher-3292659-1303789525 -o /tmp/evaluation-result-3292659-1303789525/solver-3292659-1303789525 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3292659-1303789525.cnf 560414614

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

MD5SUM BENCH= 83c1fe52702413077bb84179a04b277a
RANDOM SEED=560414614

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23628004 kB
Buffers:       1242824 kB
Cached:        7453084 kB
SwapCached:        132 kB
Active:        2876324 kB
Inactive:      5967596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23628004 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          121380 kB
Writeback:           0 kB
AnonPages:      147632 kB
Mapped:          20156 kB
Slab:           415976 kB
PageTables:       5648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   496900 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= 70848 MiB
End job on node111 at 2011-04-26 05:54:54