Trace number 3287553

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-01UNSAT 309.275 309.928

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.18	c Parse Cnf success: #var: 88352 #clause: 262658
0.09/0.18	c Find Units :          2
0.09/0.19	c Find Invs  :          0
0.18/0.23	c Find Ands  :      87988 AvgFaninNum: 2
0.18/0.24	c Find Xors  :          0 AvgFaninNum: nan
0.18/0.25	c Find Ite   :          0
0.28/0.31	c UnDirect variable: 0
0.28/0.31	c UnDirect to Direct Gate: 0
0.28/0.31	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.28/0.32	c Break Cycle : 136
0.28/0.32	c Total Root : 1 Undef Var: 935
0.28/0.37	c After covering, Total Root: 114 Leaf: 935
0.28/0.37	c Variable( cover/uncovered/unused ): 88352 0 0
0.28/0.37	c Unit Clauses: 2
0.28/0.37	c Binary Clauses( cover/uncovered ): 174834 270
0.28/0.37	c Clauses( cover/uncovered ): 87417 135
0.28/0.37	c Total Clauses( cover/uncovered ): 262253 405 99.8458%
0.28/0.37	c Covered Ands: 87417 Invs: 0 Xors: 0 Ites: 0
0.28/0.38	c Uncover Clauses avg size: 2.33333 max size: 3
0.28/0.38	c Final circuit: i/l/o/s     934       0     406     87915
0.28/0.38	c CnfToAig: Time: 0.36 s
0.58/0.66	c TmMap: Set choices finish.
0.69/0.70	c TmMap: Set big and: 11010
0.69/0.70	c TmMap: Origin: 88850 ClauseNum: 263745 --> New: 32795 ClauseNum: 141036
0.69/0.70	c TmMap: Time: 0.07
1.49/1.58	c Simulation --> TransNum: 115722/141036 Try to Add: #clause: 101668 #xorclause: 191
1.59/1.65	c #var: 32054 #clauses: 97074 Solving... 
16.28/16.92	c Abstract SAT
16.38/17.05	c Simulation --> TransNum: 136280/141036 Try to Add: #clause: 353 #xorclause: 0
16.38/17.05	c #var: 32113 #clauses: 84877 Solving... 
16.98/17.66	c Abstract SAT
17.08/17.79	c Simulation --> TransNum: 136414/141036 Try to Add: #clause: 19 #xorclause: 0
17.08/17.79	c #var: 32117 #clauses: 84920 Solving... 
17.57/18.21	c Abstract SAT
17.57/18.21	c Simulation --> TransNum: 141036/141036 Try to Add: #clause: 4500 #xorclause: 0
17.57/18.22	c #var: 32384 #clauses: 103526 Solving... 
309.24/309.90	s UNSATISFIABLE
309.24/309.91	c CPU time: 309.26 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: 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-3287553-1303769436/watcher-3287553-1303769436 -o /tmp/evaluation-result-3287553-1303769436/solver-3287553-1303769436 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3287553-1303769436.cnf 1909762374 

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: 0.86 2.00 2.83 5/184 15667
/proc/meminfo: memFree=18470116/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=28644 CPUtime=0 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 780 0 0 0 0 0 0 0 21 0 1 0 488543265 29331456 714 33554432000 4194304 6016207 140736065773712 18446744073709551615 210646840379 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15667/statm: 7161 725 289 445 0 705 0

[startup+0.0589559 s]
/proc/loadavg: 0.86 2.00 2.83 5/184 15667
/proc/meminfo: memFree=18470116/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=45700 CPUtime=0.04 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 5237 0 0 0 4 0 0 0 21 0 1 0 488543265 46796800 5171 33554432000 4194304 6016207 140736065773712 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 11425 5171 379 445 0 4969 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45700

[startup+0.100935 s]
/proc/loadavg: 0.86 2.00 2.83 5/184 15667
/proc/meminfo: memFree=18470116/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=53892 CPUtime=0.09 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 7167 0 0 0 8 1 0 0 21 0 1 0 488543265 55185408 7101 33554432000 4194304 6016207 140736065773712 18446744073709551615 210646837354 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 13473 7101 379 445 0 7017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53892

[startup+0.3009 s]
/proc/loadavg: 0.86 2.00 2.83 5/184 15667
/proc/meminfo: memFree=18470116/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=73476 CPUtime=0.28 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 11761 0 0 0 27 1 0 0 22 0 1 0 488543265 75239424 11695 33554432000 4194304 6016207 140736065773712 18446744073709551615 4778289 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 18369 11695 398 445 0 11913 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 73476

[startup+0.700837 s]
/proc/loadavg: 0.86 2.00 2.83 5/184 15667
/proc/meminfo: memFree=18470116/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=86056 CPUtime=0.69 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 15441 0 0 0 67 2 0 0 23 0 1 0 488543265 88121344 15375 33554432000 4194304 6016207 140736065773712 18446744073709551615 4253955 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 21514 15377 672 445 0 15058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86056

[startup+1.50069 s]
/proc/loadavg: 0.86 2.00 2.83 5/188 15674
/proc/meminfo: memFree=18258240/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=88104 CPUtime=1.49 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 15907 0 0 0 147 2 0 0 25 0 1 0 488543265 90218496 15841 33554432000 4194304 6016207 140736065773712 18446744073709551615 4246809 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 22026 15841 681 445 0 15570 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88104

[startup+3.10043 s]
/proc/loadavg: 0.86 2.00 2.83 5/188 15674
/proc/meminfo: memFree=18172340/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=96820 CPUtime=3.09 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 16706 0 0 0 307 2 0 0 25 0 1 0 488543265 99143680 16640 33554432000 4194304 6016207 140736065773712 18446744073709551615 4415075 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 24205 16640 711 445 0 17749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96820

[startup+6.30089 s]
/proc/loadavg: 1.11 2.03 2.84 5/188 15701
/proc/meminfo: memFree=18221328/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=96820 CPUtime=6.29 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 16925 0 0 0 627 2 0 0 25 0 1 0 488543265 99143680 16859 33554432000 4194304 6016207 140736065773712 18446744073709551615 4425034 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 24205 16859 716 445 0 17749 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96820

[startup+12.7008 s]
/proc/loadavg: 1.50 2.09 2.86 5/188 15701
/proc/meminfo: memFree=18115072/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=127076 CPUtime=12.17 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 24647 0 0 0 1205 12 0 0 25 0 1 0 488543265 130125824 24581 33554432000 4194304 6016207 140736065773712 18446744073709551615 4425034 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15667/statm: 31769 24581 735 445 0 25313 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 127076

[startup+25.5007 s]
/proc/loadavg: 2.19 2.22 2.89 5/188 15701
/proc/meminfo: memFree=18053360/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=159992 CPUtime=24.87 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 30888 0 0 0 2473 14 0 0 25 0 1 0 488543265 163831808 30789 33554432000 4194304 6016207 140736065773712 18446744073709551615 4668199 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 39998 30789 735 445 0 33542 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 159992

[startup+51.1003 s]
/proc/loadavg: 2.52 2.30 2.89 4/182 15719
/proc/meminfo: memFree=18121980/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=197176 CPUtime=50.44 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 38965 0 0 0 5026 18 0 0 25 0 1 0 488543265 201908224 38785 33554432000 4194304 6016207 140736065773712 18446744073709551615 4387567 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 49294 38785 735 445 0 42838 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 197176

[startup+102.307 s]
/proc/loadavg: 2.79 2.40 2.90 4/182 15720
/proc/meminfo: memFree=18041508/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=224400 CPUtime=101.64 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 43767 0 0 0 10145 19 0 0 25 0 1 0 488543265 229785600 43542 33554432000 4194304 6016207 140736065773712 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 56100 43542 735 445 0 49644 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 224400

[startup+162.301 s]
/proc/loadavg: 2.92 2.51 2.90 4/182 15722
/proc/meminfo: memFree=17993384/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283760 CPUtime=161.63 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 51431 0 0 0 16143 20 0 0 25 0 1 0 488543265 290570240 51085 33554432000 4194304 6016207 140736065773712 18446744073709551615 4425444 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70940 51085 738 445 0 64484 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 283760

[startup+222.3 s]
/proc/loadavg: 3.02 2.61 2.91 4/182 15724
/proc/meminfo: memFree=17927148/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=221.64 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 52937 0 0 0 22143 21 0 0 25 0 1 0 488543265 290701312 52588 33554432000 4194304 6016207 140736065773712 18446744073709551615 4377774 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 52588 735 445 0 64516 0
Current children cumulated CPU time (s) 221.64
Current children cumulated vsize (KiB) 283888

[startup+282.3 s]
/proc/loadavg: 3.01 2.68 2.91 4/182 15725
/proc/meminfo: memFree=17891924/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=281.63 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61207 0 0 0 28140 23 0 0 25 0 1 0 488543265 290701312 60604 33554432000 4194304 6016207 140736065773712 18446744073709551615 4424786 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60604 735 445 0 64516 0
Current children cumulated CPU time (s) 281.63
Current children cumulated vsize (KiB) 283888

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

[startup+294.3 s]
/proc/loadavg: 3.00 2.69 2.91 4/182 15726
/proc/meminfo: memFree=17890676/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=293.64 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61218 0 0 0 29340 24 0 0 25 0 1 0 488543265 290701312 60615 33554432000 4194304 6016207 140736065773712 18446744073709551615 4425860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60615 735 445 0 64516 0
Current children cumulated CPU time (s) 293.64
Current children cumulated vsize (KiB) 283888

[startup+300.7 s]
/proc/loadavg: 3.00 2.70 2.91 4/182 15726
/proc/meminfo: memFree=17873564/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=300.04 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61219 0 0 0 29980 24 0 0 25 0 1 0 488543265 290701312 60616 33554432000 4194304 6016207 140736065773712 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60616 735 445 0 64516 0
Current children cumulated CPU time (s) 300.04
Current children cumulated vsize (KiB) 283888

[startup+303.901 s]
/proc/loadavg: 3.00 2.70 2.91 4/182 15726
/proc/meminfo: memFree=17870836/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=303.24 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61219 0 0 0 30300 24 0 0 25 0 1 0 488543265 290701312 60616 33554432000 4194304 6016207 140736065773712 18446744073709551615 4373726 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60616 735 445 0 64516 0
Current children cumulated CPU time (s) 303.24
Current children cumulated vsize (KiB) 283888

[startup+307.1 s]
/proc/loadavg: 3.00 2.70 2.91 4/182 15726
/proc/meminfo: memFree=17870836/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=306.44 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61221 0 0 0 30620 24 0 0 25 0 1 0 488543265 290701312 60618 33554432000 4194304 6016207 140736065773712 18446744073709551615 4373676 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60618 735 445 0 64516 0
Current children cumulated CPU time (s) 306.44
Current children cumulated vsize (KiB) 283888

[startup+308.701 s]
/proc/loadavg: 3.00 2.71 2.91 4/182 15726
/proc/meminfo: memFree=17869968/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=308.04 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61221 0 0 0 30780 24 0 0 25 0 1 0 488543265 290701312 60618 33554432000 4194304 6016207 140736065773712 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60618 735 445 0 64516 0
Current children cumulated CPU time (s) 308.04
Current children cumulated vsize (KiB) 283888

[startup+309.501 s]
/proc/loadavg: 3.00 2.71 2.91 4/182 15726
/proc/meminfo: memFree=17869968/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=308.84 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61258 0 0 0 30860 24 0 0 25 0 1 0 488543265 290701312 60655 33554432000 4194304 6016207 140736065773712 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60655 735 445 0 64516 0
Current children cumulated CPU time (s) 308.84
Current children cumulated vsize (KiB) 283888

[startup+309.901 s]
/proc/loadavg: 3.00 2.71 2.91 4/182 15726
/proc/meminfo: memFree=17869968/32951132 swapFree=67111524/67111528
[pid=15667] ppid=15665 vsize=283888 CPUtime=309.24 cores=1,3
/proc/15667/stat : 15667 (qutersat_releas) R 15665 15667 14002 0 -1 4202496 61293 0 0 0 30900 24 0 0 25 0 1 0 488543265 290701312 60690 33554432000 4194304 6016207 140736065773712 18446744073709551615 4812318 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15667/statm: 70972 60690 735 445 0 64516 0
Current children cumulated CPU time (s) 309.24
Current children cumulated vsize (KiB) 283888

Child status: 0
Real time (s): 309.928
CPU time (s): 309.275
CPU user time (s): 309.023
CPU system time (s): 0.251961
CPU usage (%): 99.7892
Max. virtual memory (cumulated for all children) (KiB): 283888

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

runsolver used 0.546916 second user time and 1.11783 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:10:36
IDJOB=3287553
IDBENCH=82469
IDSOLVER=1607
FILE ID=node129/3287553-1303769436
RUNJOBID= node129-1303769436-15633
PBS_JOBID= 13157128
Free space on /tmp= 66276 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287553-1303769436/watcher-3287553-1303769436 -o /tmp/evaluation-result-3287553-1303769436/solver-3287553-1303769436 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3287553-1303769436.cnf 1909762374

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1909762374

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      18470388 kB
Buffers:       1240772 kB
Cached:       12441748 kB
SwapCached:          4 kB
Active:        2130108 kB
Inactive:     11687868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18470388 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           27108 kB
Writeback:           8 kB
AnonPages:      135436 kB
Mapped:          16340 kB
Slab:           600320 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   304300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node129 at 2011-04-26 00:15:46