Trace number 315985

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
minisat SAT 2007 (with assertions)UNSAT 279.438 279.543

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.906
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  148153                                               |
0.00/0.00	c |  Number of clauses:    937242                                               |
3.59/3.60	c |  Parsing time:         3.51         s                                       |
39.07/39.11	c ============================[ Search Statistics ]==============================
39.07/39.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.07/39.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.07/39.11	c ===============================================================================
39.07/39.11	c |         0 |   42404   725045  2841806 |   241681        0    nan |  0.000 % |
39.47/39.59	c |       101 |   42404   725045  2841806 |   265849      101      9 |  0.084 % |
40.17/40.20	c |       252 |   42404   725045  2841806 |   292434      252     15 |  0.084 % |
40.76/40.86	c |       480 |   42404   725045  2841806 |   321678      480     16 |  0.084 % |
42.06/42.14	c |       819 |   42404   725045  2841806 |   353846      819     16 |  0.084 % |
43.76/43.81	c |      1325 |   42404   725045  2841806 |   389230     1325     19 |  0.084 % |
46.67/46.73	c |      2084 |   42404   725045  2841806 |   428153     2084     20 |  0.084 % |
51.87/51.93	c |      3223 |   42404   725045  2841806 |   470969     3223     31 |  0.084 % |
58.46/58.52	c |      4931 |   42404   725045  2841806 |   518066     4931     38 |  0.084 % |
67.46/67.56	c |      7493 |   42404   725045  2841806 |   569872     7493     34 |  0.084 % |
79.16/79.22	c |     11337 |   42404   725045  2841806 |   626860    11337     31 |  0.084 % |
101.45/101.55	c |     17103 |   42404   725045  2841806 |   689546    17103     31 |  0.084 % |
126.13/126.29	c |     25752 |   42404   725045  2841806 |   758500    25752     28 |  0.084 % |
158.82/158.94	c |     38727 |   42404   725045  2841806 |   834350    38727     24 |  0.084 % |
203.61/203.77	c |     58190 |   42404   725045  2841806 |   917785    58190     22 |  0.084 % |
264.09/264.28	c |     87382 |   42402   724981  2841638 |  1009564    51874     20 |  0.086 % |
278.88/279.04	c ===============================================================================
278.88/279.04	c restarts              : 16
278.88/279.04	c conflicts             : 95560          (343 /sec)
278.88/279.04	c decisions             : 133827         (1.74 % random) (480 /sec)
278.88/279.04	c propagations          : 266206473      (955033 /sec)
278.88/279.04	c conflict literals     : 1762427        (36.53 % deleted)
278.88/279.04	c Memory used           : 125.28 MB
278.88/279.04	c CPU time              : 278.741 s
278.88/279.04	c 
279.38/279.54	s UNSATISFIABLE

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/node26/watcher-315985-1172662808 -o ROOT/results/node26/solver-315985-1172662808 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315985-1172662808/minisat /tmp/evaluation/315985-1172662808/instance-315985-1172662808.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: 1.00 0.99 0.95 3/77 5154
/proc/meminfo: memFree=1704424/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=2192 CPUtime=0
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 454 0 0 0 0 0 0 0 18 0 1 0 286234474 2244608 438 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134553503 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 548 438 58 138 0 407 0

[startup+0.030398 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 5154
/proc/meminfo: memFree=1704424/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=4060 CPUtime=0.02
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 892 0 0 0 2 0 0 0 18 0 1 0 286234474 4157440 876 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 1015 877 58 138 0 874 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4060

[startup+0.101393 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 5154
/proc/meminfo: memFree=1704424/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=8240 CPUtime=0.09
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 1880 0 0 0 9 0 0 0 18 0 1 0 286234474 8437760 1864 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 2060 1864 58 138 0 1919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8240

[startup+0.301427 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 5154
/proc/meminfo: memFree=1704424/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=16912 CPUtime=0.29
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 3862 0 0 0 27 2 0 0 19 0 1 0 286234474 17317888 3846 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 4228 3846 58 138 0 4087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16912

[startup+0.701495 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 5154
/proc/meminfo: memFree=1704424/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=28424 CPUtime=0.69
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 6534 0 0 0 66 3 0 0 23 0 1 0 286234474 29106176 6518 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 7106 6518 58 138 0 6965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28424

[startup+1.50263 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 5155
/proc/meminfo: memFree=1672736/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=43040 CPUtime=1.49
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 9879 0 0 0 144 5 0 0 25 0 1 0 286234474 44072960 9863 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 10760 9863 58 138 0 10619 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43040

[startup+3.10191 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 5155
/proc/meminfo: memFree=1658400/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=60964 CPUtime=3.09
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 13953 0 0 0 302 7 0 0 25 0 1 0 286234474 62427136 13937 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 15241 13937 58 138 0 15100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60964

[startup+6.30147 s]
/proc/loadavg: 1.08 1.00 0.96 2/78 5155
/proc/meminfo: memFree=1634080/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=81508 CPUtime=6.29
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 19124 0 0 0 619 10 0 0 25 0 1 0 286234474 83464192 19108 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 20377 19110 70 138 0 20236 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81508

[startup+12.7016 s]
/proc/loadavg: 1.07 1.00 0.96 2/78 5155
/proc/meminfo: memFree=1583336/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=130748 CPUtime=12.69
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 30924 0 0 0 1254 15 0 0 25 0 1 0 286234474 133885952 30908 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134532688 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32687 30908 70 138 0 32546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130748

[startup+25.5018 s]
/proc/loadavg: 1.06 1.00 0.96 2/78 5155
/proc/meminfo: memFree=1571688/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=139176 CPUtime=25.48
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 33240 0 0 0 2532 16 0 0 25 0 1 0 286234474 142516224 33224 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134530599 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 34794 33224 70 138 0 34653 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 139176

[startup+51.1012 s]
/proc/loadavg: 1.04 1.00 0.96 2/78 5155
/proc/meminfo: memFree=1580840/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=51.07
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35331 0 0 0 5089 18 0 0 25 0 1 0 286234474 131358720 30920 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550706 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30920 73 138 0 31929 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128280

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 0.96 2/78 5155
/proc/meminfo: memFree=1580904/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=102.25
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35335 0 0 0 10207 18 0 0 25 0 1 0 286234474 131358720 30924 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30924 73 138 0 31929 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 128280

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=162.22
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35338 0 0 0 16204 18 0 0 25 0 1 0 286234474 131358720 30927 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30927 73 138 0 31929 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 128280

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=222.2
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35344 0 0 0 22201 19 0 0 25 0 1 0 286234474 131358720 30933 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551032 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30933 73 138 0 31929 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 128280

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=230.2
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35345 0 0 0 23001 19 0 0 25 0 1 0 286234474 131358720 30934 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550868 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30934 73 138 0 31929 0
Current children cumulated CPU time (s) 230.2
Current children cumulated vsize (KiB) 128280

[startup+255.902 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=255.79
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35347 0 0 0 25560 19 0 0 25 0 1 0 286234474 131358720 30936 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30936 73 138 0 31929 0
Current children cumulated CPU time (s) 255.79
Current children cumulated vsize (KiB) 128280

[startup+268.702 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=268.59
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35348 0 0 0 26840 19 0 0 25 0 1 0 286234474 131358720 30937 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134556055 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30937 73 138 0 31929 0
Current children cumulated CPU time (s) 268.59
Current children cumulated vsize (KiB) 128280

[startup+275.101 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=274.98
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35348 0 0 0 27479 19 0 0 25 0 1 0 286234474 131358720 30937 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30937 73 138 0 31929 0
Current children cumulated CPU time (s) 274.98
Current children cumulated vsize (KiB) 128280

[startup+276.701 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=276.58
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35348 0 0 0 27639 19 0 0 25 0 1 0 286234474 131358720 30937 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550593 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30937 73 138 0 31929 0
Current children cumulated CPU time (s) 276.58
Current children cumulated vsize (KiB) 128280

[startup+278.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=278.19
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35348 0 0 0 27800 19 0 0 25 0 1 0 286234474 131358720 30937 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30937 73 138 0 31929 0
Current children cumulated CPU time (s) 278.19
Current children cumulated vsize (KiB) 128280

[startup+279.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1580648/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=128280 CPUtime=278.98
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35354 0 0 0 27879 19 0 0 25 0 1 0 286234474 131358720 30942 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134702462 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 32070 30942 78 138 0 31929 0
Current children cumulated CPU time (s) 278.98
Current children cumulated vsize (KiB) 128280

[startup+279.502 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5157
/proc/meminfo: memFree=1581160/2055920 swapFree=4153620/4192956
[pid=5154] ppid=5152 vsize=119952 CPUtime=279.38
/proc/5154/stat : 5154 (minisat) R 5152 5154 5012 0 -1 4194304 35354 0 0 0 27919 19 0 0 25 0 1 0 286234474 122830848 29452 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134702501 0 0 4096 3 0 0 0 17 1 0 0
/proc/5154/statm: 29988 29452 78 138 0 29847 0
Current children cumulated CPU time (s) 279.38
Current children cumulated vsize (KiB) 119952

Child status: 0
Real time (s): 279.543
CPU time (s): 279.438
CPU user time (s): 279.218
CPU system time (s): 0.219966
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 147396

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

runsolver used 0.321951 second user time and 0.703892 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Wed Feb 28 11:40:08 UTC 2007

IDJOB= 315985
IDBENCH= 20430
IDSOLVER= 109
FILE ID= node26/315985-1172662808

PBS_JOBID= 3981208

Free space on /tmp= 66517 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= /tmp/evaluation/315985-1172662808/minisat /tmp/evaluation/315985-1172662808/instance-315985-1172662808.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-315985-1172662808 -o ROOT/results/node26/solver-315985-1172662808 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315985-1172662808/minisat /tmp/evaluation/315985-1172662808/instance-315985-1172662808.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  8c6ad18be635cee0d986377c4d06ab11

RANDOM SEED= 267782662

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1704896 kB
Buffers:         20852 kB
Cached:         259652 kB
SwapCached:      17676 kB
Active:          68332 kB
Inactive:       241780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704896 kB
SwapTotal:     4192956 kB
SwapFree:      4153620 kB
Dirty:           18100 kB
Writeback:           0 kB
Mapped:          35504 kB
Slab:            26580 kB
Committed_AS:   794220 kB
PageTables:       1724 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= 66517 MiB

End job on node26 on Wed Feb 28 11:44:48 UTC 2007