Trace number 3286325

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
kw 2011-02-28UNSAT 593.057 593.085

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

592.96/593.07	c 593.040000 seconds
592.96/593.07	s UNSATISFIABLE

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-3286325-1303770329/watcher-3286325-1303770329 -o /tmp/evaluation-result-3286325-1303770329/solver-3286325-1303770329 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3286325-1303770329.cnf 

running on 2 cores: 4,6

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.78 0.98 1.56 4/186 32684
/proc/meminfo: memFree=20356696/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=9796 CPUtime=0 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 1662 0 0 0 0 0 0 0 24 0 1 0 488629613 10031104 1613 33554432000 4194304 6935321 140736712435136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 2449 1618 241 670 0 1770 0

[startup+0.106637 s]
/proc/loadavg: 0.78 0.98 1.56 4/186 32684
/proc/meminfo: memFree=20356696/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=40464 CPUtime=0.1 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 9033 0 0 0 9 1 0 0 25 0 1 0 488629613 41435136 8968 33554432000 4194304 6935321 140736712435136 18446744073709551615 4469832 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 10116 8969 247 670 0 9437 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 40464

[startup+0.200681 s]
/proc/loadavg: 0.78 0.98 1.56 4/186 32684
/proc/meminfo: memFree=20356696/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=46156 CPUtime=0.19 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 10419 0 0 0 18 1 0 0 25 0 1 0 488629613 47263744 10354 33554432000 4194304 6935321 140736712435136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 11539 10355 252 670 0 10860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46156

[startup+0.30066 s]
/proc/loadavg: 0.78 0.98 1.56 4/186 32684
/proc/meminfo: memFree=20356696/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=54964 CPUtime=0.29 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 12738 0 0 0 27 2 0 0 25 0 1 0 488629613 56283136 12673 33554432000 4194304 6935321 140736712435136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 13741 12674 252 670 0 13062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54964

[startup+0.700577 s]
/proc/loadavg: 0.78 0.98 1.56 4/186 32684
/proc/meminfo: memFree=20356696/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=89296 CPUtime=0.69 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 21550 0 0 0 66 3 0 0 25 0 1 0 488629613 91439104 21190 33554432000 4194304 6935321 140736712435136 18446744073709551615 5323920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 22324 21190 274 670 0 21645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89296

[startup+1.50042 s]
/proc/loadavg: 0.78 0.98 1.56 5/187 32685
/proc/meminfo: memFree=20055172/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=91760 CPUtime=1.49 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 22549 0 0 0 144 5 0 0 25 0 1 0 488629613 93962240 21257 33554432000 4194304 6935321 140736712435136 18446744073709551615 4429614 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 22940 21257 286 670 0 22261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91760

[startup+3.1011 s]
/proc/loadavg: 0.78 0.98 1.56 6/190 32691
/proc/meminfo: memFree=19643220/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=91760 CPUtime=3.09 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 22562 0 0 0 304 5 0 0 25 0 1 0 488629613 93962240 21270 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430736 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 22940 21270 286 670 0 22261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91760

[startup+6.30047 s]
/proc/loadavg: 1.20 1.06 1.59 5/190 32691
/proc/meminfo: memFree=19322160/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=96768 CPUtime=6.29 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 23822 0 0 0 623 6 0 0 25 0 1 0 488629613 99090432 22530 33554432000 4194304 6935321 140736712435136 18446744073709551615 4336039 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 24192 22530 286 670 0 23513 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96768

[startup+12.7012 s]
/proc/loadavg: 1.42 1.11 1.60 5/190 32691
/proc/meminfo: memFree=19159000/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=104508 CPUtime=12.69 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 25700 0 0 0 1263 6 0 0 25 0 1 0 488629613 107016192 24408 33554432000 4194304 6935321 140736712435136 18446744073709551615 4487515 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 26127 24408 298 670 0 25448 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104508

[startup+25.5006 s]
/proc/loadavg: 1.99 1.25 1.64 5/190 32691
/proc/meminfo: memFree=19111280/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=111224 CPUtime=25.5 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 27378 0 0 0 2543 7 0 0 25 0 1 0 488629613 113893376 26086 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430531 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 27806 26086 298 670 0 27127 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 111224

[startup+51.1005 s]
/proc/loadavg: 2.68 1.47 1.70 5/190 32692
/proc/meminfo: memFree=19078688/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=118164 CPUtime=51.07 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 29151 0 0 0 5100 7 0 0 25 0 1 0 488629613 120999936 27859 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430675 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 29541 27859 298 670 0 28862 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 118164

[startup+102.3 s]
/proc/loadavg: 3.50 1.87 1.82 5/190 306
/proc/meminfo: memFree=18188656/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=130844 CPUtime=102.27 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 32291 0 0 0 10220 7 0 0 25 0 1 0 488629613 133984256 30999 33554432000 4194304 6935321 140736712435136 18446744073709551615 4429603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 32711 30999 298 670 0 32032 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 130844

[startup+162.3 s]
/proc/loadavg: 3.82 2.26 1.95 5/190 398
/proc/meminfo: memFree=18604628/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=134244 CPUtime=162.27 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 33042 0 0 0 16219 8 0 0 25 0 1 0 488629613 137465856 31750 33554432000 4194304 6935321 140736712435136 18446744073709551615 4348025 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 33561 31750 298 670 0 32882 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 134244

[startup+222.3 s]
/proc/loadavg: 3.93 2.57 2.08 5/190 454
/proc/meminfo: memFree=18816348/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=139636 CPUtime=222.26 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 34419 0 0 0 22218 8 0 0 25 0 1 0 488629613 142987264 33127 33554432000 4194304 6935321 140736712435136 18446744073709551615 4497854 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 34909 33127 298 670 0 34230 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 139636

[startup+282.3 s]
/proc/loadavg: 3.97 2.83 2.20 5/190 455
/proc/meminfo: memFree=18798036/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=145876 CPUtime=282.26 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 35984 0 0 0 28217 9 0 0 25 0 1 0 488629613 149377024 34692 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 36469 34692 298 670 0 35790 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 145876

[startup+342.3 s]
/proc/loadavg: 3.99 3.04 2.31 5/190 457
/proc/meminfo: memFree=18777864/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=147668 CPUtime=342.26 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 36438 0 0 0 34217 9 0 0 25 0 1 0 488629613 151212032 35146 33554432000 4194304 6935321 140736712435136 18446744073709551615 4429603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 36917 35146 298 670 0 36238 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 147668

[startup+402.3 s]
/proc/loadavg: 3.99 3.21 2.41 5/190 495
/proc/meminfo: memFree=19879872/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=150272 CPUtime=402.25 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 37091 0 0 0 40216 9 0 0 25 0 1 0 488629613 153878528 35799 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 37568 35799 298 670 0 36889 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 150272

[startup+462.306 s]
/proc/loadavg: 3.99 3.35 2.51 5/190 497
/proc/meminfo: memFree=19862844/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=150272 CPUtime=462.26 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 37106 0 0 0 46217 9 0 0 25 0 1 0 488629613 153878528 35814 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430575 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 37568 35814 298 670 0 36889 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 150272

[startup+522.301 s]
/proc/loadavg: 3.99 3.47 2.60 5/190 499
/proc/meminfo: memFree=19845840/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=150272 CPUtime=522.25 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 37116 0 0 0 52216 9 0 0 25 0 1 0 488629613 153878528 35824 33554432000 4194304 6935321 140736712435136 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 37568 35824 298 670 0 36889 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 150272

[startup+582.301 s]
/proc/loadavg: 3.99 3.56 2.68 5/190 500
/proc/meminfo: memFree=19827836/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=582.26 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38050 0 0 0 58216 10 0 0 25 0 1 0 488629613 157667328 36758 33554432000 4194304 6935321 140736712435136 18446744073709551615 4336783 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36758 298 670 0 37814 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 153972

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

[startup+582.6 s]
/proc/loadavg: 3.99 3.56 2.68 5/190 500
/proc/meminfo: memFree=19827836/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=582.56 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38050 0 0 0 58246 10 0 0 25 0 1 0 488629613 157667328 36758 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36758 298 670 0 37814 0
Current children cumulated CPU time (s) 582.56
Current children cumulated vsize (KiB) 153972

[startup+589.001 s]
/proc/loadavg: 3.99 3.58 2.70 5/190 500
/proc/meminfo: memFree=19820892/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=588.96 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38052 0 0 0 58886 10 0 0 25 0 1 0 488629613 157667328 36760 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430633 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36760 298 670 0 37814 0
Current children cumulated CPU time (s) 588.96
Current children cumulated vsize (KiB) 153972

[startup+590.601 s]
/proc/loadavg: 3.99 3.58 2.70 5/190 500
/proc/meminfo: memFree=19820892/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=590.56 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38052 0 0 0 59046 10 0 0 25 0 1 0 488629613 157667328 36760 33554432000 4194304 6935321 140736712435136 18446744073709551615 4430908 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36760 298 670 0 37814 0
Current children cumulated CPU time (s) 590.56
Current children cumulated vsize (KiB) 153972

[startup+592.201 s]
/proc/loadavg: 3.99 3.58 2.70 5/190 500
/proc/meminfo: memFree=19820892/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=592.16 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38052 0 0 0 59206 10 0 0 25 0 1 0 488629613 157667328 36760 33554432000 4194304 6935321 140736712435136 18446744073709551615 5917597 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36760 298 670 0 37814 0
Current children cumulated CPU time (s) 592.16
Current children cumulated vsize (KiB) 153972

[startup+592.6 s]
/proc/loadavg: 3.99 3.58 2.70 5/190 500
/proc/meminfo: memFree=19820892/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=592.56 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38052 0 0 0 59246 10 0 0 25 0 1 0 488629613 157667328 36760 33554432000 4194304 6935321 140736712435136 18446744073709551615 4347175 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36760 298 670 0 37814 0
Current children cumulated CPU time (s) 592.56
Current children cumulated vsize (KiB) 153972

[startup+593 s]
/proc/loadavg: 3.99 3.58 2.70 5/190 500
/proc/meminfo: memFree=19820892/32950928 swapFree=67111528/67111528
[pid=32684] ppid=32682 vsize=153972 CPUtime=592.96 cores=4,6
/proc/32684/stat : 32684 (kw) R 32682 32684 32630 0 -1 4202496 38052 0 0 0 59286 10 0 0 25 0 1 0 488629613 157667328 36760 33554432000 4194304 6935321 140736712435136 18446744073709551615 4395153 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32684/statm: 38493 36760 298 670 0 37814 0
Current children cumulated CPU time (s) 592.96
Current children cumulated vsize (KiB) 153972

Child status: 20
Real time (s): 593.085
CPU time (s): 593.057
CPU user time (s): 592.945
CPU system time (s): 0.111982
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 153972

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

runsolver used 1.04584 second user time and 2.19467 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 00:25:29
IDJOB=3286325
IDBENCH=82422
IDSOLVER=1658
FILE ID=node149/3286325-1303770329
RUNJOBID= node149-1303770328-32649
PBS_JOBID= 13157177
Free space on /tmp= 72136 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286325-1303770329/watcher-3286325-1303770329 -o /tmp/evaluation-result-3286325-1303770329/solver-3286325-1303770329 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3286325-1303770329.cnf

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=924331875

node149.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.806
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.806
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20357472 kB
Buffers:       2171700 kB
Cached:        9710556 kB
SwapCached:          0 kB
Active:        1606972 kB
Inactive:     10446628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20357472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           54468 kB
Writeback:           0 kB
AnonPages:      170624 kB
Mapped:          16264 kB
Slab:           473948 kB
PageTables:       5820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   345524 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= 72144 MiB
End job on node149 at 2011-04-26 00:35:22