Trace number 3285161

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) 595.388 595.384

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
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.29	c Parse Cnf success: #var: 133566 #clause: 676901
0.18/0.29	c Find Units :        211
0.28/0.35	c Find Invs  :       1050
0.38/0.40	c Find Ands  :       7350 AvgFaninNum: 14.4286
0.38/0.40	c Find Xors  :          0 AvgFaninNum: nan
0.38/0.40	c Find Ite   :          0
0.38/0.40	c UnDirect variable: 0
0.38/0.40	c UnDirect to Direct Gate: 0
0.38/0.40	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.41	c Break Cycle : 1452
0.38/0.41	c Total Root : 60 Undef Var: 129708
0.38/0.45	c After covering, Total Root: 501 Leaf: 54313
0.38/0.45	c Variable( cover/uncovered/unused ): 58171 75395 0
0.38/0.45	c Unit Clauses: 211
0.38/0.45	c Binary Clauses( cover/uncovered ): 58698 609522
0.38/0.45	c Clauses( cover/uncovered ): 3858 4612
0.38/0.45	c Total Clauses( cover/uncovered ): 62767 614134 9.2727%
0.38/0.45	c Covered Ands: 3858 Invs: 0 Xors: 0 Ites: 0
0.78/0.83	c Uncover Clauses avg size: 2.32788 max size: 63
0.78/0.84	c Final circuit: i/l/o/s  129587       0  448718    554006
0.78/0.84	c CnfToAig: Time: 0.83 s
1.18/1.29	c TmMap: Set choices finish.
1.49/1.58	c TmMap: Set big and: 445160
1.49/1.58	c TmMap: Origin: 683594 ClauseNum: 1662018 --> New: 574897 ClauseNum: 1445534
1.49/1.58	c TmMap: Time: 0.36
1.58/1.69	c Try to Add: #clause: 890892 #xorclause: 0
1.78/1.83	c #var: 126178 #clauses: 28032 Solving... 
595.10/595.10	c Time Out !!
595.10/595.10	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-3285161-1303760086/watcher-3285161-1303760086 -o /tmp/evaluation-result-3285161-1303760086/solver-3285161-1303760086 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285161-1303760086.cnf 493846533 

running on 2 cores: 0,2

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.08 4.46 5.63 5/187 18228
/proc/meminfo: memFree=19702088/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=11800 CPUtime=0 cores=0,2
/proc/18228/stat : 18228 (runsolver) R 18226 18228 17937 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 487607343 12083200 51 33554432000 4194304 5434984 140735173871632 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/18228/statm: 2950 51 31 303 0 2644 0

[startup+0.0824321 s]
/proc/loadavg: 4.08 4.46 5.63 5/187 18228
/proc/meminfo: memFree=19702088/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=47784 CPUtime=0.06 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 5717 0 0 0 6 0 0 0 21 0 1 0 487607343 48930816 5651 33554432000 4194304 6016207 140735247051424 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 11946 5651 379 445 0 5490 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47784

[startup+0.100428 s]
/proc/loadavg: 4.08 4.46 5.63 5/187 18228
/proc/meminfo: memFree=19702088/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=60072 CPUtime=0.09 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 6672 0 0 0 8 1 0 0 21 0 1 0 487607343 61513728 6607 33554432000 4194304 6016207 140735247051424 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 15018 6634 379 445 0 8562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60072

[startup+0.300367 s]
/proc/loadavg: 4.08 4.46 5.63 5/187 18228
/proc/meminfo: memFree=19702088/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=84776 CPUtime=0.28 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 14336 0 0 0 26 2 0 0 22 0 1 0 487607343 86810624 14270 33554432000 4194304 6016207 140735247051424 18446744073709551615 4282721 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 21194 14270 384 445 0 14738 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84776

[startup+0.700327 s]
/proc/loadavg: 4.08 4.46 5.63 5/187 18228
/proc/meminfo: memFree=19702088/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=97064 CPUtime=0.68 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 17427 0 0 0 66 2 0 0 23 0 1 0 487607343 99393536 17361 33554432000 4194304 6016207 140735247051424 18446744073709551615 242970241140 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 24266 17361 400 445 0 17810 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 97064

[startup+1.50119 s]
/proc/loadavg: 4.08 4.46 5.63 5/188 18229
/proc/meminfo: memFree=19567540/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=269036 CPUtime=1.49 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 56948 0 0 0 141 8 0 0 25 0 1 0 487607343 275492864 56883 33554432000 4194304 6016207 140735247051424 18446744073709551615 4257620 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 67259 56905 672 445 0 60803 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269036

[startup+3.10088 s]
/proc/loadavg: 4.07 4.45 5.62 5/188 18229
/proc/meminfo: memFree=19018704/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=301932 CPUtime=3.08 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 65263 0 0 0 300 8 0 0 25 0 1 0 487607343 309178368 65197 33554432000 4194304 6016207 140735247051424 18446744073709551615 4668080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 75483 65197 700 445 0 69027 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 301932

[startup+6.30036 s]
/proc/loadavg: 4.07 4.45 5.62 5/188 18229
/proc/meminfo: memFree=18735820/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=468844 CPUtime=6.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 95507 0 0 0 616 13 0 0 25 0 1 0 487607343 480096256 95441 33554432000 4194304 6016207 140735247051424 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 117211 95441 700 445 0 110755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 468844

[startup+12.7003 s]
/proc/loadavg: 4.13 4.46 5.61 5/188 18230
/proc/meminfo: memFree=18065192/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=745684 CPUtime=12.68 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 148654 0 0 0 1248 20 0 0 25 0 1 0 487607343 763580416 148562 33554432000 4194304 6016207 140735247051424 18446744073709551615 4712786 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 186421 148562 712 445 0 179965 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 745684

[startup+25.5011 s]
/proc/loadavg: 4.11 4.44 5.59 5/188 18230
/proc/meminfo: memFree=17316088/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=798072 CPUtime=25.49 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 155135 0 0 0 2528 21 0 0 25 0 1 0 487607343 817225728 154985 33554432000 4194304 6016207 140735247051424 18446744073709551615 4373988 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 199518 154985 724 445 0 193062 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 798072

[startup+51.1007 s]
/proc/loadavg: 4.07 4.40 5.54 5/188 18231
/proc/meminfo: memFree=15858012/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=856988 CPUtime=51.08 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 161022 0 0 0 5086 22 0 0 25 0 1 0 487607343 877555712 160872 33554432000 4194304 6016207 140735247051424 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 214247 160872 724 445 0 207791 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 856988

[startup+102.307 s]
/proc/loadavg: 4.46 4.43 5.49 4/188 18260
/proc/meminfo: memFree=19396940/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=2909720 CPUtime=102.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 693128 0 0 0 10142 87 0 0 25 0 1 0 487607343 2979553280 678216 33554432000 4194304 6016207 140735247051424 18446744073709551615 4716163 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 727430 678216 731 445 0 720974 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2909720

[startup+162.3 s]
/proc/loadavg: 4.79 4.58 5.47 5/188 18262
/proc/meminfo: memFree=14281840/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=4966552 CPUtime=162.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1183165 0 0 0 16080 149 0 0 25 0 1 0 487607343 5085749248 1154711 33554432000 4194304 6016207 140735247051424 18446744073709551615 4373669 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1241638 1154711 734 445 0 1235182 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 4966552

[startup+222.301 s]
/proc/loadavg: 4.29 4.47 5.38 5/188 18263
/proc/meminfo: memFree=13446232/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=5894344 CPUtime=222.3 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1347237 0 0 0 22060 170 0 0 25 0 1 0 487607343 6035808256 1318753 33554432000 4194304 6016207 140735247051424 18446744073709551615 4733353 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1473586 1318753 734 445 0 1467130 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 5894344

[startup+282.301 s]
/proc/loadavg: 4.15 4.40 5.29 5/188 18265
/proc/meminfo: memFree=13273576/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=6495004 CPUtime=282.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1457260 0 0 0 28044 185 0 0 25 0 1 0 487607343 6650884096 1428465 33554432000 4194304 6016207 140735247051424 18446744073709551615 4373941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1623751 1428465 734 445 0 1617295 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 6495004

[startup+342.306 s]
/proc/loadavg: 4.21 4.36 5.22 5/188 18267
/proc/meminfo: memFree=9211868/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=6947204 CPUtime=342.3 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1531928 0 0 0 34033 197 0 0 25 0 1 0 487607343 7113936896 1503115 33554432000 4194304 6016207 140735247051424 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1736801 1503115 734 445 0 1730345 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 6947204

[startup+402.301 s]
/proc/loadavg: 4.72 4.49 5.21 5/188 18296
/proc/meminfo: memFree=13850588/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=7288056 CPUtime=402.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1614846 0 0 0 40019 210 0 0 25 0 1 0 487607343 7462969344 1585683 33554432000 4194304 6016207 140735247051424 18446744073709551615 4380836 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1822014 1585683 734 445 0 1815558 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 7288056

[startup+462.301 s]
/proc/loadavg: 4.26 4.39 5.13 5/188 18298
/proc/meminfo: memFree=12054560/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=7546092 CPUtime=462.3 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1655574 0 0 0 46012 218 0 0 25 0 1 0 487607343 7727198208 1625964 33554432000 4194304 6016207 140735247051424 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1886523 1625964 734 445 0 1880067 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 7546092

[startup+522.3 s]
/proc/loadavg: 4.10 4.32 5.06 5/188 18299
/proc/meminfo: memFree=8621152/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=7605244 CPUtime=522.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1674421 0 0 0 52007 222 0 0 25 0 1 0 487607343 7787769856 1644811 33554432000 4194304 6016207 140735247051424 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1901311 1644811 734 445 0 1894855 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 7605244

[startup+582.301 s]
/proc/loadavg: 5.11 4.57 5.09 5/188 18329
/proc/meminfo: memFree=12926132/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=7814600 CPUtime=582.29 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1711407 0 0 0 57995 234 0 0 25 0 1 0 487607343 8002150400 1681787 33554432000 4194304 6016207 140735247051424 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1953650 1681787 734 445 0 1947194 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 7814600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+595.101 s]
/proc/loadavg: 4.94 4.55 5.08 5/188 18329
/proc/meminfo: memFree=12849644/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=7881812 CPUtime=595.1 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4202496 1719006 0 0 0 59273 237 0 0 25 0 1 0 487607343 8070975488 1689386 33554432000 4194304 6016207 140735247051424 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18228/statm: 1970453 1689386 734 445 0 1963997 0
Current children cumulated CPU time (s) 595.1
Current children cumulated vsize (KiB) 7881812

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

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

[startup+595.207 s]
/proc/loadavg: 4.94 4.55 5.08 5/188 18329
/proc/meminfo: memFree=12849644/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=0 CPUtime=595.2 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4194308 1719011 0 0 0 59273 247 0 0 25 0 1 0 487607343 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/18228/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 595.2
Current children cumulated vsize (KiB) 0

[startup+595.301 s]
/proc/loadavg: 4.94 4.55 5.08 5/189 18330
/proc/meminfo: memFree=17413952/32951132 swapFree=67111364/67111528
[pid=18228] ppid=18226 vsize=0 CPUtime=595.3 cores=0,2
/proc/18228/stat : 18228 (qutersat_releas) R 18226 18228 17937 0 -1 4194308 1719011 0 0 0 59273 257 0 0 25 0 1 0 487607343 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/18228/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 595.3
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 595.384
CPU time (s): 595.388
CPU user time (s): 592.739
CPU system time (s): 2.6486
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7881812

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

runsolver used 1.3278 second user time and 4.10338 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:34:47
IDJOB=3285161
IDBENCH=82372
IDSOLVER=1607
FILE ID=node128/3285161-1303760086
RUNJOBID= node128-1303759504-17955
PBS_JOBID= 13157129
Free space on /tmp= 66640 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=493846533

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19702236 kB
Buffers:       1271696 kB
Cached:        5874936 kB
SwapCached:        160 kB
Active:        5986024 kB
Inactive:      6632500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19702236 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13512 kB
Writeback:           0 kB
AnonPages:     5471388 kB
Mapped:          20452 kB
Slab:           553264 kB
PageTables:      17284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  6866540 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= 66660 MiB
End job on node128 at 2011-04-25 21:44:44