Trace number 318851

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 RANDOMUNSAT 69.4964 69.5526

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.05084
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.03/69.15	c run March_dl for 5 seconds ... 
69.03/69.15	c Bin: Executing march_dl
69.03/69.15	c child exit by a signal
69.03/69.15	c march_dl returned code 137.
69.03/69.15	c run saps (UBCSAT implementation) for 2 seconds ... 
69.03/69.15	c Bin: Executing ubcsat2006
69.03/69.15	c child exited successfully
69.03/69.15	c ubcsat2006 returned code 0.
69.03/69.15	c satzilla computing base features
69.03/69.15	Error!!! VCG-VAR-entropy
69.03/69.15	Satzilla is runing default solver ... 
69.03/69.15	 c satzilla running minisat20 ... 
69.03/69.15	This is MiniSat 2.0 beta
69.03/69.15	WARNING: for repeatability, setting FPU to use double precision
69.03/69.15	============================[ Problem Statistics ]=============================
69.03/69.15	|                                                                             |
69.03/69.15	|  Number of variables:  178771                                               |
69.03/69.15	|  Number of clauses:    508210                                               |
69.41/69.50	|  Parsing time:         0.30         s                                       |
69.41/69.52	============================[ Search Statistics ]==============================
69.41/69.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.41/69.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.41/69.52	===============================================================================
69.41/69.52	|         0 |  156753   484901  1283800 |   161633        0    nan |  0.000 % |
69.41/69.54	===============================================================================
69.41/69.54	restarts              : 1
69.41/69.54	conflicts             : 31             (93 /sec)
69.41/69.54	decisions             : 4298           (1.79 % random) (12832 /sec)
69.41/69.54	propagations          : 77391          (231053 /sec)
69.41/69.54	conflict literals     : 108            (2.70 % deleted)
69.41/69.54	Memory used           : 33.20 MB
69.41/69.54	CPU time              : 0.334949 s
69.41/69.54	
69.41/69.54	c Bin: Executing minisat20
69.41/69.54	c child exited successfully
69.41/69.54	c minisat20 returned code 20.
69.41/69.54	s UNSATISFIABLE
69.41/69.54	c SATZILLA_TIME=69.480000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-318851-1176322539 -o ROOT/results/node3/solver-318851-1176322539 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318851-1176322539/SATzilla2007_R /tmp/evaluation/318851-1176322539/instance-318851-1176322539.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.87 0.97 0.93 2/77 6779
/proc/meminfo: memFree=1773472/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=3324 CPUtime=0
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 323 0 0 0 0 0 0 0 20 0 1 0 108291740 3403776 318 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 831 327 49 118 0 710 0

[startup+0.0442159 s]
/proc/loadavg: 0.87 0.97 0.93 2/77 6779
/proc/meminfo: memFree=1773472/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=15888 CPUtime=0.03
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 3239 0 0 0 2 1 0 0 20 0 1 0 108291740 16269312 3234 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 3972 3234 50 118 0 3851 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17328

[startup+0.101224 s]
/proc/loadavg: 0.87 0.97 0.93 2/77 6779
/proc/meminfo: memFree=1773472/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=16680 CPUtime=0.09
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 3474 0 0 0 7 2 0 0 23 0 1 0 108291740 17080320 3469 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 4170 3469 50 118 0 4049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18120

[startup+0.301256 s]
/proc/loadavg: 0.87 0.97 0.93 2/77 6779
/proc/meminfo: memFree=1773472/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=18924 CPUtime=0.29
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 4176 0 0 0 27 2 0 0 25 0 1 0 108291740 19378176 4171 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 4731 4171 50 118 0 4610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20364

[startup+0.701322 s]
/proc/loadavg: 0.87 0.97 0.93 2/77 6779
/proc/meminfo: memFree=1773472/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=23280 CPUtime=0.68
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 5547 0 0 0 65 3 0 0 25 0 1 0 108291740 23838720 5542 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 5820 5542 50 118 0 5699 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24720

[startup+1.50145 s]
/proc/loadavg: 0.87 0.97 0.93 2/79 6781
/proc/meminfo: memFree=1733840/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=62952 CPUtime=1.48
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 16956 0 0 0 139 9 0 0 25 0 1 0 108291740 64462848 13846 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134651771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 15738 13846 55 118 0 15617 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64392

[startup+3.10171 s]
/proc/loadavg: 0.87 0.97 0.93 2/79 6781
/proc/meminfo: memFree=1718992/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=0
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 108291740 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 110 95 260 0 84 0
[pid=6780] ppid=6779 vsize=66520 CPUtime=3.09
/proc/6780/stat : 6780 (march_dl) R 6779 6779 5280 0 -1 4194304 24413 0 0 0 296 13 0 0 25 0 1 0 108291740 68116480 14162 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134542963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6780/statm: 16630 14164 55 118 0 16509 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67960

[startup+6.30123 s]
/proc/loadavg: 0.88 0.97 0.93 2/79 6782
/proc/meminfo: memFree=1767888/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=1440 CPUtime=5
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 135 35183 0 0 0 0 481 19 16 0 1 0 108291740 1474560 111 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6779/statm: 360 111 96 260 0 84 0
[pid=6782] ppid=6779 vsize=44104 CPUtime=1.27
/proc/6782/stat : 6782 (ubcsat2006) R 6779 6779 5280 0 -1 4194304 8755 0 0 0 123 4 0 0 25 0 1 0 108292242 45162496 8738 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6782/statm: 11026 8738 156 64 0 10607 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 45544

[startup+12.7013 s]
/proc/loadavg: 0.89 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1721368/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=12.68
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13171 43948 0 0 485 7 751 25 25 0 1 0 108291740 58904576 13140 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13140 121 260 0 14105 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57524

[startup+25.5014 s]
/proc/loadavg: 0.92 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1721176/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=25.47
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13271 43948 0 0 1763 8 751 25 25 0 1 0 108291740 58904576 13240 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537934 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13240 121 260 0 14105 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57524

[startup+51.1015 s]
/proc/loadavg: 0.94 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1720408/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=51.04
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13468 43948 0 0 4318 10 751 25 25 0 1 0 108291740 58904576 13437 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13437 121 260 0 14105 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 57524

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

[startup+57.5016 s]
/proc/loadavg: 0.95 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1720216/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=57.44
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13518 43948 0 0 4957 11 751 25 25 0 1 0 108291740 58904576 13487 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13487 121 260 0 14105 0
Current children cumulated CPU time (s) 57.44
Current children cumulated vsize (KiB) 57524

[startup+63.9016 s]
/proc/loadavg: 0.95 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1720088/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=63.83
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13568 43948 0 0 5596 11 751 25 25 0 1 0 108291740 58904576 13537 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13537 121 260 0 14105 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 57524

[startup+67.1051 s]
/proc/loadavg: 0.95 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1719960/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=67.04
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13593 43948 0 0 5917 11 751 25 25 0 1 0 108291740 58904576 13562 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13562 121 260 0 14105 0
Current children cumulated CPU time (s) 67.04
Current children cumulated vsize (KiB) 57524

[startup+68.7014 s]
/proc/loadavg: 0.95 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1719896/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=57524 CPUtime=68.63
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 13606 43948 0 0 6076 11 751 25 25 0 1 0 108291740 58904576 13575 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 14381 13575 121 260 0 14105 0
Current children cumulated CPU time (s) 68.63
Current children cumulated vsize (KiB) 57524

[startup+69.1014 s]
/proc/loadavg: 0.95 0.97 0.93 2/78 6782
/proc/meminfo: memFree=1719896/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=43820 CPUtime=69.03
/proc/6779/stat : 6779 (SATzilla2007_R) R 6777 6779 5280 0 -1 4194304 14491 43948 0 0 6115 12 751 25 25 0 1 0 108291740 44871680 8202 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134524524 0 0 4096 0 0 0 0 17 1 0 0
/proc/6779/statm: 10955 8202 124 260 0 10679 0
Current children cumulated CPU time (s) 69.03
Current children cumulated vsize (KiB) 43820

[startup+69.5025 s]
/proc/loadavg: 0.95 0.97 0.93 2/79 6783
/proc/meminfo: memFree=1730960/2055920 swapFree=4191880/4192956
[pid=6779] ppid=6777 vsize=34340 CPUtime=69.08
/proc/6779/stat : 6779 (SATzilla2007_R) S 6777 6779 5280 0 -1 4194304 16858 43948 0 0 6119 13 751 25 25 0 1 0 108291740 35164160 8196 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6779/statm: 8585 8196 126 260 0 8309 0
[pid=6783] ppid=6779 vsize=33616 CPUtime=0.33
/proc/6783/stat : 6783 (minisat20) R 6779 6779 5280 0 -1 4194304 7631 0 0 0 29 4 0 0 20 0 1 0 108298656 34422784 7580 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134513639 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6783/statm: 8404 7581 46 118 0 8282 0
Current children cumulated CPU time (s) 69.41
Current children cumulated vsize (KiB) 67956

Child status: 20
Real time (s): 69.5526
CPU time (s): 69.4964
CPU user time (s): 69.0435
CPU system time (s): 0.452931
CPU usage (%): 99.9192
Max. virtual memory (cumulated for all children) (KiB): 68592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.0435
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68570
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= 26
involuntary context switches= 1455

runsolver used 0.087986 second user time and 0.158975 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Wed Apr 11 20:15:40 UTC 2007

IDJOB= 318851
IDBENCH= 20464
IDSOLVER= 134
FILE ID= node3/318851-1176322539

PBS_JOBID= 4516504

Free space on /tmp= 66542 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11944.cnf
COMMAND LINE= /tmp/evaluation/318851-1176322539/SATzilla2007_R /tmp/evaluation/318851-1176322539/instance-318851-1176322539.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-318851-1176322539 -o ROOT/results/node3/solver-318851-1176322539 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318851-1176322539/SATzilla2007_R /tmp/evaluation/318851-1176322539/instance-318851-1176322539.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  eef911a782905fce2d6d67e1fb443023

RANDOM SEED= 720758405

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1773944 kB
Buffers:         32648 kB
Cached:         130820 kB
SwapCached:        480 kB
Active:         149860 kB
Inactive:        72960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773944 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           18272 kB
Writeback:           0 kB
Mapped:          76360 kB
Slab:            44668 kB
Committed_AS:  4852912 kB
PageTables:       1780 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= 66542 MiB

End job on node3 on Wed Apr 11 20:16:50 UTC 2007