Trace number 455883

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 115.758 115.794

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc949.cnf
MD5SUMe10ad28ec7f3c39ecd45d17e52e9ffcb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.976851
Satisfiable
(Un)Satisfiability was proved
Number of variables112656
Number of clauses360099
Sum of the clauses size954283
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119830
Number of clauses of size 3237177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

64.46/64.52	c run March_dl for 5 seconds ... 
64.46/64.52	c Bin: Executing march_dl
64.46/64.52	c child exit by a signal
64.46/64.52	c march_dl returned code 137.
64.46/64.52	c run saps (UBCSAT implementation) for 2 seconds ... 
64.46/64.52	c Bin: Executing ubcsat2006
64.46/64.52	c child exited successfully
64.46/64.52	c ubcsat2006 returned code 0.
64.46/64.52	c satzilla computing base features
64.46/64.52	c satzilla doing unit-prop probe
64.46/64.52	c satzilla doing local search probe
64.46/64.52	c satzilla doing lobjois search-space size estimate
64.46/64.52	c satzilla's ranking:
64.46/64.52	c 1) minisat20+P: -8.388235
64.46/64.52	c 2) march_dl: 2.060446
64.46/64.52	c 3) minisat20: 3.355263
64.46/64.52	c 4) vallst+P: 3.474221
64.46/64.52	c 5) zchaff_rand+P: 4.418247
64.46/64.52	c 6) march_dl+P: 10.469886
64.46/64.52	c 7) kcnfs+P: 999.000000
64.46/64.52	c 8) kcnfs: 999.000000
64.46/64.52	c 9) vallst: 999.000000
64.46/64.52	c 10) zchaff_rand: 999.000000
64.46/64.52	c satzilla running minisat20 with preprocessing ... 
115.64/115.77	c Preprocessing...
115.64/115.77	c Inital problem has 112728 variables, 240269 nary clauses (119830 binary clauses).
115.64/115.77	c Num non-binary clauses 237177, Average non-binary clause length 3.000
115.64/115.77	c CONTRADICTION found(2)!
115.64/115.77	c Preprocessor runtime was 50.690 seconds.
115.64/115.77	c 
115.64/115.77	s UNSATISFIABLE

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/node9/watcher-455883-1178589287 -o ROOT/results/node9/solver-455883-1178589287 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455883-1178589287/SATzilla2007_C /tmp/evaluation/455883-1178589287/instance-455883-1178589287.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.79 0.95 0.98 3/77 30098
/proc/meminfo: memFree=1790816/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=5928 CPUtime=0
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 562 0 0 0 0 0 0 0 19 0 1 0 334966279 6070272 557 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 1515 560 49 118 0 1394 0

[startup+0.0533181 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 30098
/proc/meminfo: memFree=1790816/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=10820 CPUtime=0.04
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 2194 0 0 0 4 0 0 0 19 0 1 0 334966279 11079680 2189 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 2705 2190 50 118 0 2584 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12260

[startup+0.101322 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 30098
/proc/meminfo: memFree=1790816/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=11348 CPUtime=0.08
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 2360 0 0 0 8 0 0 0 19 0 1 0 334966279 11620352 2355 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 2837 2355 50 118 0 2716 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12788

[startup+0.301345 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 30098
/proc/meminfo: memFree=1790816/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=13460 CPUtime=0.29
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 3029 0 0 0 28 1 0 0 20 0 1 0 334966279 13783040 3024 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 3365 3024 50 118 0 3244 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14900

[startup+0.701389 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 30098
/proc/meminfo: memFree=1790816/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=33636 CPUtime=0.69
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 7446 0 0 0 66 3 0 0 24 0 1 0 334966279 34443264 6635 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 8409 6635 53 118 0 8288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35076

[startup+1.50148 s]
/proc/loadavg: 0.79 0.95 0.98 2/79 30100
/proc/meminfo: memFree=1757008/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=38964 CPUtime=1.49
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 11000 0 0 0 145 4 0 0 25 0 1 0 334966279 39899136 8305 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544564 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 9741 8305 55 118 0 9620 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40404

[startup+3.10166 s]
/proc/loadavg: 0.79 0.95 0.98 2/79 30100
/proc/meminfo: memFree=1756112/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=0
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 334966279 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30098/statm: 360 110 95 260 0 84 0
[pid=30099] ppid=30098 vsize=38964 CPUtime=3.09
/proc/30099/stat : 30099 (march_dl) R 30098 30098 29959 0 -1 4194304 13507 0 0 0 304 5 0 0 25 0 1 0 334966279 39899136 8465 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134518339 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30099/statm: 9741 8465 57 118 0 9620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40404

[startup+6.30202 s]
/proc/loadavg: 0.89 0.97 0.99 2/79 30101
/proc/meminfo: memFree=1784912/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=1440 CPUtime=4.99
/proc/30098/stat : 30098 (SATzilla2007_C) S 30096 30098 29959 0 -1 4194304 134 14214 0 0 0 0 493 6 16 0 1 0 334966279 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30098/statm: 360 111 96 260 0 84 0
[pid=30101] ppid=30098 vsize=34888 CPUtime=1.29
/proc/30101/stat : 30101 (ubcsat2006) R 30098 30098 29959 0 -1 4194304 6144 0 0 0 126 3 0 0 25 0 1 0 334966780 35725312 6127 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30101/statm: 8722 6127 156 64 0 8303 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36328

[startup+12.7017 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1753888/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=40596 CPUtime=12.67
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 9342 20364 0 0 510 5 742 10 25 0 1 0 334966279 41570304 9312 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 10149 9312 121 260 0 9873 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40596

[startup+25.5012 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1753376/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=40596 CPUtime=25.47
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 9485 20364 0 0 1787 8 742 10 25 0 1 0 334966279 41570304 9455 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 10149 9455 121 260 0 9873 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40596

[startup+51.1011 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1752352/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=40596 CPUtime=51.06
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 9765 20364 0 0 4343 11 742 10 25 0 1 0 334966279 41570304 9735 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 10149 9735 121 260 0 9873 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 40596

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1679456/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=243232 CPUtime=102.25
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 45104 20364 0 0 9441 32 742 10 25 0 1 0 334966279 249069568 27905 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134598480 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 60808 27905 164 260 0 60532 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 243232

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

[startup+108.702 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1678112/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=244900 CPUtime=108.65
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 45475 20364 0 0 10081 32 742 10 25 0 1 0 334966279 250777600 28276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570940 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 61225 28276 164 260 0 60949 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 244900

[startup+111.902 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1677280/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=245668 CPUtime=111.85
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 45702 20364 0 0 10401 32 742 10 25 0 1 0 334966279 251564032 28503 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 61417 28503 164 260 0 61141 0
Current children cumulated CPU time (s) 111.85
Current children cumulated vsize (KiB) 245668

[startup+113.501 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1660768/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=313284 CPUtime=113.45
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 49792 20364 0 0 10559 34 742 10 25 0 1 0 334966279 320802816 32593 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570940 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 78321 32593 164 260 0 78045 0
Current children cumulated CPU time (s) 113.45
Current children cumulated vsize (KiB) 313284

[startup+115.101 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1659104/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=107992 CPUtime=115.05
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 50573 20364 0 0 10709 44 742 10 25 0 1 0 334966279 110583808 24916 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134581508 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 26998 24916 164 260 0 26722 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 107992

[startup+115.505 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1679456/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=190876 CPUtime=115.45
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 53612 20364 0 0 10748 45 742 10 25 0 1 0 334966279 195457024 27955 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570929 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 47719 27955 165 260 0 47443 0
Current children cumulated CPU time (s) 115.45
Current children cumulated vsize (KiB) 190876

[startup+115.701 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30101
/proc/meminfo: memFree=1679456/2055920 swapFree=4145452/4192956
[pid=30098] ppid=30096 vsize=190876 CPUtime=115.64
/proc/30098/stat : 30098 (SATzilla2007_C) R 30096 30098 29959 0 -1 4194304 53688 20364 0 0 10767 45 742 10 25 0 1 0 334966279 195457024 28031 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570935 0 0 4096 0 0 0 0 17 1 0 0
/proc/30098/statm: 47719 28031 165 260 0 47443 0
Current children cumulated CPU time (s) 115.64
Current children cumulated vsize (KiB) 190876

Child status: 20
Real time (s): 115.794
CPU time (s): 115.758
CPU user time (s): 115.178
CPU system time (s): 0.579911
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 315996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.178
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74075
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= 21
involuntary context switches= 105

runsolver used 0.108983 second user time and 0.249962 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  8 01:54:47 UTC 2007

IDJOB= 455883
IDBENCH= 20456
IDSOLVER= 179
FILE ID= node9/455883-1178589287

PBS_JOBID= 5217741

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  e10ad28ec7f3c39ecd45d17e52e9ffcb

RANDOM SEED= 505576828

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1791224 kB
Buffers:         28768 kB
Cached:         146320 kB
SwapCached:      15448 kB
Active:         101968 kB
Inactive:        95872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791224 kB
SwapTotal:     4192956 kB
SwapFree:      4145452 kB
Dirty:           15472 kB
Writeback:           0 kB
Mapped:          29656 kB
Slab:            52380 kB
Committed_AS:  8871604 kB
PageTables:       1784 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= 66550 MiB

End job on node9 on Tue May  8 01:56:43 UTC 2007