Trace number 3285023

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-01Signal 350.034 350.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.30	c Parse Cnf success: #var: 171676 #clause: 858766
0.29/0.30	c Find Units :        211
0.29/0.37	c Find Invs  :       1350
0.39/0.43	c Find Ands  :       9450 AvgFaninNum: 14.4286
0.39/0.44	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.44	c Find Ite   :          0
0.39/0.44	c UnDirect variable: 0
0.39/0.44	c UnDirect to Direct Gate: 0
0.39/0.44	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.44	c Break Cycle : 1858
0.39/0.44	c Total Root : 60 Undef Var: 166724
0.39/0.49	c After covering, Total Root: 607 Leaf: 69539
0.39/0.49	c Variable( cover/uncovered/unused ): 74491 97185 0
0.39/0.49	c Unit Clauses: 211
0.39/0.49	c Binary Clauses( cover/uncovered ): 75212 772453
0.39/0.49	c Clauses( cover/uncovered ): 4952 5938
0.39/0.49	c Total Clauses( cover/uncovered ): 80375 778391 9.35936%
0.39/0.49	c Covered Ands: 4952 Invs: 0 Xors: 0 Ites: 0
0.89/0.92	c Uncover Clauses avg size: 2.33292 max size: 63
0.89/0.93	c Final circuit: i/l/o/s  166603       0  613460    771157
0.89/0.93	c CnfToAig: Time: 0.92 s
1.39/1.49	c TmMap: Set choices finish.
1.79/1.84	c TmMap: Set big and: 621873
1.79/1.84	c TmMap: Origin: 937761 ClauseNum: 2313471 --> New: 788712 ClauseNum: 2016480
1.79/1.84	c TmMap: Time: 0.43
1.89/1.97	c Try to Add: #clause: 1244662 #xorclause: 0
2.10/2.16	c #var: 175251 #clauses: 41673 Solving... 
339.69/339.79	terminate called after throwing an instance of 'std::bad_alloc'
339.69/339.79	  what():  std::bad_alloc

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285023-1303759907/watcher-3285023-1303759907 -o /tmp/evaluation-result-3285023-1303759907/solver-3285023-1303759907 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285023-1303759907.cnf 992641086 

running on 2 cores: 5,7

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: 3.95 3.63 4.82 4/189 2606
/proc/meminfo: memFree=10343968/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=31844 CPUtime=0 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 1071 0 0 0 0 0 0 0 18 0 1 0 487588754 32608256 1006 33554432000 4194304 6016207 140733283654288 18446744073709551615 228244042811 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2606/statm: 7961 1019 303 445 0 1505 0

[startup+0.0187341 s]
/proc/loadavg: 3.95 3.63 4.82 4/189 2606
/proc/meminfo: memFree=10343968/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=39460 CPUtime=0.01 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 3495 0 0 0 1 0 0 0 18 0 1 0 487588754 40407040 3430 33554432000 4194304 6016207 140733283654288 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 9865 3431 379 445 0 3409 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39460

[startup+0.100722 s]
/proc/loadavg: 3.95 3.63 4.82 4/189 2606
/proc/meminfo: memFree=10343968/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=60964 CPUtime=0.09 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 8636 0 0 0 9 0 0 0 18 0 1 0 487588754 62427136 8571 33554432000 4194304 6016207 140733283654288 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 15241 8571 379 445 0 8785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60964

[startup+0.300685 s]
/proc/loadavg: 3.95 3.63 4.82 4/189 2606
/proc/meminfo: memFree=10343968/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=85668 CPUtime=0.29 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 14891 0 0 0 27 2 0 0 18 0 1 0 487588754 87724032 14826 33554432000 4194304 6016207 140733283654288 18446744073709551615 228244348672 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 21417 14826 379 445 0 14961 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85668

[startup+0.700622 s]
/proc/loadavg: 3.95 3.63 4.82 4/189 2606
/proc/meminfo: memFree=10343968/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=103324 CPUtime=0.69 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 18953 0 0 0 66 3 0 0 18 0 1 0 487588754 105803776 18888 33554432000 4194304 6016207 140733283654288 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 25831 18889 400 445 0 19375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103324

[startup+1.50048 s]
/proc/loadavg: 3.95 3.63 4.82 5/190 2607
/proc/meminfo: memFree=10168872/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=301992 CPUtime=1.49 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 69472 0 0 0 141 8 0 0 20 0 1 0 487588754 309239808 69407 33554432000 4194304 6016207 140733283654288 18446744073709551615 4225986 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 75498 69407 672 445 0 69042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 301992

[startup+3.10019 s]
/proc/loadavg: 3.95 3.63 4.82 5/190 2607
/proc/meminfo: memFree=9997024/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=373800 CPUtime=3.09 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 85618 0 0 0 299 10 0 0 25 0 1 0 487588754 382771200 85553 33554432000 4194304 6016207 140733283654288 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 93450 85553 700 445 0 86994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 373800

[startup+6.30063 s]
/proc/loadavg: 3.95 3.64 4.81 5/190 2607
/proc/meminfo: memFree=9917328/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=541224 CPUtime=6.29 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 116058 0 0 0 615 14 0 0 25 0 1 0 487588754 554213376 115990 33554432000 4194304 6016207 140733283654288 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 135306 115990 700 445 0 128850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 541224

[startup+12.7005 s]
/proc/loadavg: 3.96 3.64 4.81 5/190 2608
/proc/meminfo: memFree=9653568/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=891696 CPUtime=12.69 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 172153 0 0 0 1247 22 0 0 25 0 1 0 487588754 913096704 172085 33554432000 4194304 6016207 140733283654288 18446744073709551615 4529220 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 222924 172085 715 445 0 216468 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 891696

[startup+25.5003 s]
/proc/loadavg: 3.97 3.66 4.80 5/190 2608
/proc/meminfo: memFree=9574956/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=899212 CPUtime=25.49 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 178637 0 0 0 2525 24 0 0 25 0 1 0 487588754 920793088 178569 33554432000 4194304 6016207 140733283654288 18446744073709551615 4426505 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 224803 178569 724 445 0 218347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 899212

[startup+51.1008 s]
/proc/loadavg: 4.05 3.70 4.78 5/190 2609
/proc/meminfo: memFree=9280180/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=1036096 CPUtime=51.09 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 187512 0 0 0 5085 24 0 0 25 0 1 0 487588754 1060962304 187444 33554432000 4194304 6016207 140733283654288 18446744073709551615 4373802 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 259024 187444 724 445 0 252568 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1036096

[startup+102.307 s]
/proc/loadavg: 4.02 3.75 4.74 5/190 2610
/proc/meminfo: memFree=8494540/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=1071284 CPUtime=102.3 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 200676 0 0 0 10203 27 0 0 25 0 1 0 487588754 1096994816 200578 33554432000 4194304 6016207 140733283654288 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 267821 200578 724 445 0 261365 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1071284

[startup+162.3 s]
/proc/loadavg: 4.04 3.80 4.69 5/190 2612
/proc/meminfo: memFree=6155668/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=3324124 CPUtime=162.29 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 792504 0 0 0 16137 92 0 0 25 0 1 0 487588754 3403902976 773881 33554432000 4194304 6016207 140733283654288 18446744073709551615 228244046151 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 831031 773881 731 445 0 824575 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3324124

[startup+222.301 s]
/proc/loadavg: 4.01 3.84 4.64 5/190 2613
/proc/meminfo: memFree=3081236/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=6308720 CPUtime=222.29 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 1528510 0 0 0 22053 176 0 0 25 0 1 0 487588754 6460129280 1488217 33554432000 4194304 6016207 140733283654288 18446744073709551615 4373772 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1577180 1488217 731 445 0 1570724 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 6308720

[startup+282.3 s]
/proc/loadavg: 4.00 3.86 4.60 5/190 2615
/proc/meminfo: memFree=1894328/32951124 swapFree=67111524/67111528
[pid=2606] ppid=2604 vsize=7078252 CPUtime=282.3 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4202496 1692247 0 0 0 28035 195 0 0 25 0 1 0 487588754 7248130048 1651779 33554432000 4194304 6016207 140733283654288 18446744073709551615 4373760 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1769563 1651779 734 445 0 1763107 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 7078252

[startup+342.301 s]
/proc/loadavg: 4.00 3.89 4.56 5/190 2616
/proc/meminfo: memFree=96592/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=7743420 CPUtime=342.29 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204032 1839709 0 1 0 33764 465 0 0 25 0 1 0 487588754 7929262080 1799234 33554432000 4194304 6016207 140733283654288 18446744073709551615 228243735141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1935855 1799234 773 445 0 1929399 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 7743420

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

[startup+345.501 s]
/proc/loadavg: 4.08 3.90 4.56 6/190 2616
/proc/meminfo: memFree=244780/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=7743420 CPUtime=345.49 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204032 1839709 0 1 0 33764 785 0 0 25 0 1 0 487588754 7929262080 1799234 33554432000 4194304 6016207 140733283654288 18446744073709551615 228243735141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1935855 1799234 773 445 0 1929399 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 7743420

[startup+347.101 s]
/proc/loadavg: 4.08 3.90 4.56 5/190 2617
/proc/meminfo: memFree=1519376/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=7743420 CPUtime=347.09 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204032 1839709 0 1 0 33764 945 0 0 25 0 1 0 487588754 7929262080 1799234 33554432000 4194304 6016207 140733283654288 18446744073709551615 228243735141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1935855 1799234 773 445 0 1929399 0
Current children cumulated CPU time (s) 347.09
Current children cumulated vsize (KiB) 7743420

[startup+348.707 s]
/proc/loadavg: 4.08 3.90 4.56 5/190 2617
/proc/meminfo: memFree=97616/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=7743420 CPUtime=348.7 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204032 1839709 0 1 0 33764 1106 0 0 25 0 1 0 487588754 7929262080 1799234 33554432000 4194304 6016207 140733283654288 18446744073709551615 228243735141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1935855 1799234 773 445 0 1929399 0
Current children cumulated CPU time (s) 348.7
Current children cumulated vsize (KiB) 7743420

[startup+349.5 s]
/proc/loadavg: 4.08 3.90 4.56 5/190 2617
/proc/meminfo: memFree=97616/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=7743420 CPUtime=349.49 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204032 1839709 0 1 0 33764 1185 0 0 25 0 1 0 487588754 7929262080 1799234 33554432000 4194304 6016207 140733283654288 18446744073709551615 228243735141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2606/statm: 1935855 1799234 773 445 0 1929399 0
Current children cumulated CPU time (s) 349.49
Current children cumulated vsize (KiB) 7743420

[startup+349.9 s]
/proc/loadavg: 4.31 3.95 4.58 5/190 2617
/proc/meminfo: memFree=94704/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=0 CPUtime=349.89 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204036 1839709 0 1 0 33764 1225 0 0 25 0 1 0 487588754 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/2606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 349.89
Current children cumulated vsize (KiB) 0

[startup+350 s]
/proc/loadavg: 4.31 3.95 4.58 5/190 2617
/proc/meminfo: memFree=94704/32951124 swapFree=67111464/67111528
[pid=2606] ppid=2604 vsize=0 CPUtime=349.99 cores=5,7
/proc/2606/stat : 2606 (qutersat_releas) R 2604 2606 2288 0 -1 4204036 1839709 0 1 0 33764 1235 0 0 25 0 1 0 487588754 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/2606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 349.99
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 350.03
CPU time (s): 350.034
CPU user time (s): 337.649
CPU system time (s): 12.3851
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7743420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 337.649
system time used= 12.3851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1839709
page faults= 1
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= 228

runsolver used 0.502923 second user time and 1.41378 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 21:31:48
IDJOB=3285023
IDBENCH=82369
IDSOLVER=1607
FILE ID=node136/3285023-1303759907
RUNJOBID= node136-1303759504-2311
PBS_JOBID= 13157123
Free space on /tmp= 71828 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285023-1303759907/watcher-3285023-1303759907 -o /tmp/evaluation-result-3285023-1303759907/solver-3285023-1303759907 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285023-1303759907.cnf 992641086

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=992641086

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:      10344240 kB
Buffers:       1706628 kB
Cached:       16200572 kB
SwapCached:          4 kB
Active:       13660616 kB
Inactive:      8371648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10344240 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          320404 kB
Writeback:           0 kB
AnonPages:     4124364 kB
Mapped:          20212 kB
Slab:           502248 kB
PageTables:      14732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5404828 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= 64792 MiB
End job on node136 at 2011-04-25 21:37:38