Trace number 3285667

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) 599.405 599.447

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.01	c Set FPU double precision.
0.18/0.25	c Parse Cnf success: #var: 133566 #clause: 667976
0.18/0.25	c Find Units :        211
0.29/0.30	c Find Invs  :       1050
0.29/0.35	c Find Ands  :       7350 AvgFaninNum: 14.4286
0.29/0.35	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.35	c Find Ite   :          0
0.29/0.35	c UnDirect variable: 0
0.29/0.35	c UnDirect to Direct Gate: 0
0.29/0.35	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.35	c Break Cycle : 1452
0.29/0.35	c Total Root : 60 Undef Var: 129708
0.29/0.39	c After covering, Total Root: 501 Leaf: 54313
0.29/0.39	c Variable( cover/uncovered/unused ): 58171 75395 0
0.29/0.39	c Unit Clauses: 211
0.29/0.39	c Binary Clauses( cover/uncovered ): 58698 600597
0.29/0.39	c Clauses( cover/uncovered ): 3858 4612
0.29/0.39	c Total Clauses( cover/uncovered ): 62767 605209 9.3966%
0.29/0.39	c Covered Ands: 3858 Invs: 0 Xors: 0 Ites: 0
0.69/0.74	c Uncover Clauses avg size: 2.33271 max size: 63
0.69/0.75	c Final circuit: i/l/o/s  129587       0  440278    545566
0.69/0.75	c CnfToAig: Time: 0.74 s
1.09/1.15	c TmMap: Set choices finish.
1.38/1.41	c TmMap: Set big and: 436649
1.38/1.41	c TmMap: Origin: 675154 ClauseNum: 1636698 --> New: 566422 ClauseNum: 1420183
1.38/1.41	c TmMap: Time: 0.32
1.48/1.50	c Try to Add: #clause: 874014 #xorclause: 0
1.58/1.63	c #var: 126143 #clauses: 28102 Solving... 
599.16/599.20	c Time Out !!
599.16/599.20	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-3285667-1303760731/watcher-3285667-1303760731 -o /tmp/evaluation-result-3285667-1303760731/solver-3285667-1303760731 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285667-1303760731.cnf 992641086 

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: 4.06 3.97 3.31 5/193 15922
/proc/meminfo: memFree=16489840/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=35496 CPUtime=0 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 2299 0 0 0 0 0 0 0 25 0 1 0 487671318 36347904 2233 33554432000 4194304 6016207 140734949516448 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 8874 2247 372 445 0 2418 0

[startup+0.082692 s]
/proc/loadavg: 4.06 3.97 3.31 5/193 15922
/proc/meminfo: memFree=16489840/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=51880 CPUtime=0.07 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 5864 0 0 0 6 1 0 0 25 0 1 0 487671318 53125120 5799 33554432000 4194304 6016207 140734949516448 18446744073709551615 246516531802 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 12970 5825 379 445 0 6514 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51880

[startup+0.10069 s]
/proc/loadavg: 4.06 3.97 3.31 5/193 15922
/proc/meminfo: memFree=16489840/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=60072 CPUtime=0.09 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 8389 0 0 0 8 1 0 0 25 0 1 0 487671318 61513728 8323 33554432000 4194304 6016207 140734949516448 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 15018 8323 379 445 0 8562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60072

[startup+0.300656 s]
/proc/loadavg: 4.06 3.97 3.31 5/193 15922
/proc/meminfo: memFree=16489840/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=84776 CPUtime=0.29 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 14318 0 0 0 27 2 0 0 25 0 1 0 487671318 86810624 14252 33554432000 4194304 6016207 140734949516448 18446744073709551615 4282382 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 21194 14252 384 445 0 14738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84776

[startup+0.700592 s]
/proc/loadavg: 4.06 3.97 3.31 5/193 15922
/proc/meminfo: memFree=16489840/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=129832 CPUtime=0.69 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 22623 0 0 0 66 3 0 0 25 0 1 0 487671318 132947968 22557 33554432000 4194304 6016207 140734949516448 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 32458 22572 400 445 0 26002 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129832

[startup+1.50045 s]
/proc/loadavg: 4.06 3.97 3.31 5/194 15923
/proc/meminfo: memFree=16198544/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=299484 CPUtime=1.48 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 64543 0 0 0 141 7 0 0 25 0 1 0 487671318 306671616 64477 33554432000 4194304 6016207 140734949516448 18446744073709551615 4240018 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 74871 64477 681 445 0 68415 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 299484

[startup+3.10114 s]
/proc/loadavg: 4.06 3.97 3.31 5/194 15923
/proc/meminfo: memFree=16088680/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=299484 CPUtime=3.09 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 64564 0 0 0 302 7 0 0 25 0 1 0 487671318 306671616 64498 33554432000 4194304 6016207 140734949516448 18446744073709551615 4424909 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 74871 64498 700 445 0 68415 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 299484

[startup+6.30056 s]
/proc/loadavg: 4.05 3.97 3.31 5/194 15923
/proc/meminfo: memFree=15760948/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=527324 CPUtime=6.29 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 106315 0 0 0 618 11 0 0 25 0 1 0 487671318 539979776 106225 33554432000 4194304 6016207 140734949516448 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 131831 106225 700 445 0 125375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 527324

[startup+12.7004 s]
/proc/loadavg: 4.05 3.97 3.31 5/194 15924
/proc/meminfo: memFree=15361804/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=795628 CPUtime=12.69 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 152591 0 0 0 1251 18 0 0 25 0 1 0 487671318 814723072 152501 33554432000 4194304 6016207 140734949516448 18446744073709551615 4733403 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 198907 152501 715 445 0 192451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 795628

[startup+25.5011 s]
/proc/loadavg: 4.04 3.97 3.32 5/194 15924
/proc/meminfo: memFree=15307220/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=812516 CPUtime=25.49 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 158205 0 0 0 2530 19 0 0 25 0 1 0 487671318 832016384 158115 33554432000 4194304 6016207 140734949516448 18446744073709551615 4373941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 203129 158115 724 445 0 196673 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 812516

[startup+51.1004 s]
/proc/loadavg: 4.02 3.97 3.34 5/194 15925
/proc/meminfo: memFree=13786568/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=1016828 CPUtime=51.09 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 205694 0 0 0 5084 25 0 0 25 0 1 0 487671318 1041231872 204770 33554432000 4194304 6016207 140734949516448 18446744073709551615 4405253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 254207 204770 731 445 0 247751 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1016828

[startup+102.307 s]
/proc/loadavg: 4.08 3.99 3.38 5/194 15954
/proc/meminfo: memFree=8683028/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=3993152 CPUtime=102.3 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 953588 0 0 0 10127 103 0 0 25 0 1 0 487671318 4088987648 932865 33554432000 4194304 6016207 140734949516448 18446744073709551615 4716163 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 998288 932865 731 445 0 991832 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3993152

[startup+162.301 s]
/proc/loadavg: 4.03 3.99 3.41 5/194 15984
/proc/meminfo: memFree=5581496/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=5484840 CPUtime=162.29 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1266265 0 0 0 16090 139 0 0 25 0 1 0 487671318 5616476160 1242068 33554432000 4194304 6016207 140734949516448 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1371210 1242068 734 445 0 1364754 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5484840

[startup+222.3 s]
/proc/loadavg: 4.09 4.02 3.46 5/194 16012
/proc/meminfo: memFree=3924836/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=6272772 CPUtime=222.29 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1402574 0 0 0 22073 156 0 0 25 0 1 0 487671318 6423318528 1378250 33554432000 4194304 6016207 140734949516448 18446744073709551615 4733390 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1568193 1378250 734 445 0 1561737 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 6272772

[startup+282.3 s]
/proc/loadavg: 4.12 4.04 3.50 5/194 16014
/proc/meminfo: memFree=1963200/32951124 swapFree=67111416/67111528
[pid=15922] ppid=15920 vsize=6714884 CPUtime=282.29 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1484207 0 0 0 28063 166 0 0 25 0 1 0 487671318 6876041216 1459876 33554432000 4194304 6016207 140734949516448 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1678721 1459876 734 445 0 1672265 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 6714884

[startup+342.3 s]
/proc/loadavg: 4.10 4.04 3.53 5/194 16015
/proc/meminfo: memFree=97068/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=7137548 CPUtime=342.25 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1562258 0 0 0 34044 181 0 0 25 0 1 0 487671318 7308849152 1531605 33554432000 4194304 6016207 140734949516448 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1784387 1531605 734 445 0 1777931 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 7137548

[startup+402.3 s]
/proc/loadavg: 4.08 4.05 3.56 5/194 16045
/proc/meminfo: memFree=6974544/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=7428256 CPUtime=402.24 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1622030 0 0 0 40034 190 0 0 25 0 1 0 487671318 7606534144 1591373 33554432000 4194304 6016207 140734949516448 18446744073709551615 4373760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1857064 1591373 734 445 0 1850608 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 7428256

[startup+462.301 s]
/proc/loadavg: 4.03 4.04 3.59 5/194 16047
/proc/meminfo: memFree=6382660/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=7539868 CPUtime=462.25 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1657632 0 0 0 46028 197 0 0 25 0 1 0 487671318 7720824832 1626966 33554432000 4194304 6016207 140734949516448 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1884967 1626966 734 445 0 1878511 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 7539868

[startup+522.301 s]
/proc/loadavg: 4.08 4.04 3.62 5/194 16048
/proc/meminfo: memFree=6241676/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=7711520 CPUtime=522.24 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1676251 0 0 0 52024 200 0 0 25 0 1 0 487671318 7896596480 1645585 33554432000 4194304 6016207 140734949516448 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1927880 1645585 734 445 0 1921424 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 7711520

[startup+582.301 s]
/proc/loadavg: 3.79 3.98 3.62 3/183 16084
/proc/meminfo: memFree=11092988/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=7774048 CPUtime=582.25 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1709704 0 0 0 58019 206 0 0 25 0 1 0 487671318 7960625152 1678961 33554432000 4194304 6016207 140734949516448 18446744073709551615 4378481 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1943512 1678961 734 445 0 1937056 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 7774048



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+599.201 s]
/proc/loadavg: 3.40 3.88 3.60 3/182 16084
/proc/meminfo: memFree=11064956/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=7902132 CPUtime=599.16 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4202496 1716214 0 0 0 59708 208 0 0 25 0 1 0 487671318 8091783168 1685369 33554432000 4194304 6016207 140734949516448 18446744073709551615 4381064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15922/statm: 1975533 1685369 734 445 0 1969077 0
Current children cumulated CPU time (s) 599.16
Current children cumulated vsize (KiB) 7902132

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

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

[startup+599.401 s]
/proc/loadavg: 3.40 3.88 3.60 3/183 16085
/proc/meminfo: memFree=16825616/32951124 swapFree=67111352/67111528
[pid=15922] ppid=15920 vsize=0 CPUtime=599.36 cores=1,3
/proc/15922/stat : 15922 (qutersat_releas) R 15920 15922 15612 0 -1 4194308 1716219 0 0 0 59708 228 0 0 25 0 1 0 487671318 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/15922/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 599.36
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 599.447
CPU time (s): 599.405
CPU user time (s): 597.08
CPU system time (s): 2.32465
CPU usage (%): 99.993
Max. virtual memory (cumulated for all children) (KiB): 7902132

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

runsolver used 0.993848 second user time and 2.28965 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:45:31
IDJOB=3285667
IDBENCH=82392
IDSOLVER=1607
FILE ID=node134/3285667-1303760731
RUNJOBID= node134-1303759504-15633
PBS_JOBID= 13157124
Free space on /tmp= 71016 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=992641086

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16489872 kB
Buffers:       2349388 kB
Cached:       11237428 kB
SwapCached:        108 kB
Active:       11344692 kB
Inactive:      4558412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16489872 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           23308 kB
Writeback:           0 kB
AnonPages:     2315636 kB
Mapped:          18868 kB
Slab:           489688 kB
PageTables:      10140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3148784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71044 MiB
End job on node134 at 2011-04-25 21:55:32