Trace number 455891

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 69.4794 69.5181

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11944.cnf
MD5SUMeef911a782905fce2d6d67e1fb443023
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.05984
Satisfiable
(Un)Satisfiability was proved
Number of variables178730
Number of clauses508210
Sum of the clauses size1309303
Maximum clause length3
Minimum clause length1
Number of clauses of size 121343
Number of clauses of size 2172641
Number of clauses of size 3314226
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

69.04/69.12	c run March_dl for 5 seconds ... 
69.04/69.12	c Bin: Executing march_dl
69.04/69.12	c child exit by a signal
69.04/69.12	c march_dl returned code 137.
69.04/69.12	c run saps (UBCSAT implementation) for 2 seconds ... 
69.04/69.12	c Bin: Executing ubcsat2006
69.04/69.12	c child exited successfully
69.04/69.12	c ubcsat2006 returned code 0.
69.04/69.12	c satzilla computing base features
69.04/69.12	Error!!! VCG-VAR-entropy
69.04/69.12	Satzilla is runing default solver ... 
69.04/69.12	 c satzilla running minisat20 ... 
69.04/69.12	This is MiniSat 2.0 beta
69.04/69.12	WARNING: for repeatability, setting FPU to use double precision
69.04/69.12	============================[ Problem Statistics ]=============================
69.04/69.12	|                                                                             |
69.04/69.12	|  Number of variables:  178771                                               |
69.04/69.12	|  Number of clauses:    508210                                               |
69.33/69.47	|  Parsing time:         0.30         s                                       |
69.33/69.48	============================[ Search Statistics ]==============================
69.33/69.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.33/69.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.33/69.48	===============================================================================
69.33/69.48	|         0 |  156753   484901  1283800 |   161633        0    nan |  0.000 % |
69.43/69.50	===============================================================================
69.43/69.50	restarts              : 1
69.43/69.50	conflicts             : 31             (92 /sec)
69.43/69.50	decisions             : 4298           (1.79 % random) (12756 /sec)
69.43/69.50	propagations          : 77391          (229682 /sec)
69.43/69.50	conflict literals     : 108            (2.70 % deleted)
69.43/69.50	Memory used           : 33.20 MB
69.43/69.50	CPU time              : 0.336948 s
69.43/69.50	
69.43/69.51	c Bin: Executing minisat20
69.43/69.51	c child exited successfully
69.43/69.51	c minisat20 returned code 20.
69.43/69.51	s UNSATISFIABLE
69.43/69.51	c SATZILLA_TIME=69.470000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-455891-1178590296 -o ROOT/results/node15/solver-455891-1178590296 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455891-1178590296/SATzilla2007_C /tmp/evaluation/455891-1178590296/instance-455891-1178590296.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 0.93 0.95 3/77 16226
/proc/meminfo: memFree=1536320/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=8244 CPUtime=0
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 653 0 0 0 0 0 0 0 19 0 1 0 306947276 8441856 648 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 2061 651 50 118 0 1940 0

[startup+0.0829929 s]
/proc/loadavg: 0.96 0.93 0.95 3/77 16226
/proc/meminfo: memFree=1536320/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=16416 CPUtime=0.07
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 3406 0 0 0 6 1 0 0 19 0 1 0 306947276 16809984 3401 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 4104 3401 50 118 0 3983 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17856

[startup+0.101995 s]
/proc/loadavg: 0.96 0.93 0.95 3/77 16226
/proc/meminfo: memFree=1536320/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=16680 CPUtime=0.09
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 3470 0 0 0 8 1 0 0 19 0 1 0 306947276 17080320 3465 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 4170 3465 50 118 0 4049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18120

[startup+0.302014 s]
/proc/loadavg: 0.96 0.93 0.95 3/77 16226
/proc/meminfo: memFree=1536320/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=18792 CPUtime=0.29
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 4136 0 0 0 27 2 0 0 21 0 1 0 306947276 19243008 4131 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 4698 4131 50 118 0 4577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20232

[startup+0.70105 s]
/proc/loadavg: 0.96 0.93 0.95 3/77 16226
/proc/meminfo: memFree=1536320/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=23016 CPUtime=0.69
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 5446 0 0 0 66 3 0 0 25 0 1 0 306947276 23568384 5441 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 5754 5441 50 118 0 5633 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24456

[startup+1.50112 s]
/proc/loadavg: 0.96 0.93 0.95 2/79 16228
/proc/meminfo: memFree=1496880/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=66344 CPUtime=1.49
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 16956 0 0 0 141 8 0 0 25 0 1 0 306947276 67936256 14666 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134644124 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 16586 14666 55 118 0 16465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67784

[startup+3.10127 s]
/proc/loadavg: 0.96 0.93 0.95 2/79 16228
/proc/meminfo: memFree=1482672/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=0
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306947276 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 360 110 95 260 0 84 0
[pid=16227] ppid=16226 vsize=66520 CPUtime=3.09
/proc/16227/stat : 16227 (march_dl) R 16226 16226 14803 0 -1 4194304 24291 0 0 0 298 11 0 0 25 0 1 0 306947276 68116480 14040 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16227/statm: 16630 14040 55 118 0 16509 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67960

[startup+6.30157 s]
/proc/loadavg: 0.96 0.93 0.95 2/79 16229
/proc/meminfo: memFree=1530480/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=1440 CPUtime=5
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 134 35183 0 0 0 0 482 18 16 0 1 0 306947276 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16226/statm: 360 111 96 260 0 84 0
[pid=16229] ppid=16226 vsize=44104 CPUtime=1.28
/proc/16229/stat : 16229 (ubcsat2006) R 16226 16226 14803 0 -1 4194304 8755 0 0 0 125 3 0 0 25 0 1 0 306947777 45162496 8738 18446744073709551615 134512640 134777720 4294956528 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16229/statm: 11026 8738 156 64 0 10607 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45544

[startup+12.7012 s]
/proc/loadavg: 0.97 0.93 0.95 2/78 16229
/proc/meminfo: memFree=1483960/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=12.67
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13170 43948 0 0 487 5 753 22 25 0 1 0 306947276 58904576 13140 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13140 121 260 0 14105 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57524

[startup+25.5013 s]
/proc/loadavg: 0.97 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1483576/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=25.46
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13270 43948 0 0 1765 6 753 22 25 0 1 0 306947276 58904576 13240 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13240 121 260 0 14105 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57524

[startup+51.1017 s]
/proc/loadavg: 0.98 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1482936/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=51.05
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13465 43948 0 0 4322 8 753 22 25 0 1 0 306947276 58904576 13435 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13435 121 260 0 14105 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57524

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

[startup+57.5013 s]
/proc/loadavg: 0.98 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1482680/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=57.45
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13517 43948 0 0 4961 9 753 22 25 0 1 0 306947276 58904576 13487 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13487 121 260 0 14105 0
Current children cumulated CPU time (s) 57.45
Current children cumulated vsize (KiB) 57524

[startup+63.9019 s]
/proc/loadavg: 0.98 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1482488/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=63.85
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13565 43948 0 0 5601 9 753 22 25 0 1 0 306947276 58904576 13535 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13535 121 260 0 14105 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 57524

[startup+67.1052 s]
/proc/loadavg: 0.98 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1482360/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=67.05
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13590 43948 0 0 5920 10 753 22 25 0 1 0 306947276 58904576 13560 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13560 121 260 0 14105 0
Current children cumulated CPU time (s) 67.05
Current children cumulated vsize (KiB) 57524

[startup+68.7013 s]
/proc/loadavg: 0.98 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1482360/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=57524 CPUtime=68.65
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 13605 43948 0 0 6080 10 753 22 25 0 1 0 306947276 58904576 13575 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14381 13575 121 260 0 14105 0
Current children cumulated CPU time (s) 68.65
Current children cumulated vsize (KiB) 57524

[startup+69.1013 s]
/proc/loadavg: 0.98 0.94 0.95 2/78 16229
/proc/meminfo: memFree=1482360/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=43820 CPUtime=69.04
/proc/16226/stat : 16226 (SATzilla2007_C) R 16224 16226 14803 0 -1 4194304 16852 43948 0 0 6118 11 753 22 25 0 1 0 306947276 44871680 10564 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135004211 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 10955 10564 124 260 0 10679 0
Current children cumulated CPU time (s) 69.04
Current children cumulated vsize (KiB) 43820

[startup+69.5014 s]
/proc/loadavg: 0.98 0.94 0.95 2/79 16230
/proc/meminfo: memFree=1491376/2055920 swapFree=4169132/4192956
[pid=16226] ppid=16224 vsize=34340 CPUtime=69.07
/proc/16226/stat : 16226 (SATzilla2007_C) S 16224 16226 14803 0 -1 4194304 16857 43948 0 0 6121 11 753 22 25 0 1 0 306947276 35164160 8196 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16226/statm: 8585 8196 126 260 0 8309 0
[pid=16230] ppid=16226 vsize=33988 CPUtime=0.36
/proc/16230/stat : 16230 (minisat20) R 16226 16226 14803 0 -1 4194304 7742 0 0 0 33 3 0 0 20 0 1 0 306954188 34803712 7691 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16230/statm: 8497 7691 56 118 0 8375 0
Current children cumulated CPU time (s) 69.43
Current children cumulated vsize (KiB) 68328

Child status: 20
Real time (s): 69.5181
CPU time (s): 69.4794
CPU user time (s): 69.0855
CPU system time (s): 0.39394
CPU usage (%): 99.9443
Max. virtual memory (cumulated for all children) (KiB): 68592

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

runsolver used 0.047992 second user time and 0.173973 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue May  8 02:11:37 UTC 2007

IDJOB= 455891
IDBENCH= 20464
IDSOLVER= 179
FILE ID= node15/455891-1178590296

PBS_JOBID= 5217742

Free space on /tmp= 66547 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11944.cnf
COMMAND LINE= /tmp/evaluation/455891-1178590296/SATzilla2007_C /tmp/evaluation/455891-1178590296/instance-455891-1178590296.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-455891-1178590296 -o ROOT/results/node15/solver-455891-1178590296 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455891-1178590296/SATzilla2007_C /tmp/evaluation/455891-1178590296/instance-455891-1178590296.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  eef911a782905fce2d6d67e1fb443023

RANDOM SEED= 304717280

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1536728 kB
Buffers:         74328 kB
Cached:         345860 kB
SwapCached:       2840 kB
Active:         251336 kB
Inactive:       192204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536728 kB
SwapTotal:     4192956 kB
SwapFree:      4169132 kB
Dirty:           18104 kB
Writeback:           0 kB
Mapped:          30272 kB
Slab:            61088 kB
Committed_AS: 10764048 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66547 MiB

End job on node15 on Tue May  8 02:12:46 UTC 2007