Trace number 422017

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 2007UNSAT 263.082 263.173

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 benchmark33.021
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                                               |
0.89/0.99	c |  Parsing time:         0.90         s                                       |
30.28/30.31	c ============================[ Search Statistics ]==============================
30.28/30.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.28/30.31	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.28/30.31	c ===============================================================================
30.28/30.31	c |         0 |   42404   725045  2841806 |   241681        0    nan |  0.000 % |
30.68/30.77	c |       101 |   42404   725045  2841806 |   265849      101      9 |  0.084 % |
31.28/31.36	c |       252 |   42404   725045  2841806 |   292434      252     15 |  0.084 % |
31.88/32.00	c |       480 |   42404   725045  2841806 |   321678      480     16 |  0.084 % |
33.18/33.23	c |       819 |   42404   725045  2841806 |   353846      819     16 |  0.084 % |
34.78/34.84	c |      1325 |   42404   725045  2841806 |   389230     1325     19 |  0.084 % |
37.58/37.66	c |      2084 |   42404   725045  2841806 |   428153     2084     20 |  0.084 % |
42.67/42.73	c |      3223 |   42404   725045  2841806 |   470969     3223     31 |  0.084 % |
49.07/49.16	c |      4931 |   42404   725045  2841806 |   518066     4931     38 |  0.084 % |
57.87/57.90	c |      7493 |   42404   725045  2841806 |   569872     7493     34 |  0.084 % |
69.27/69.35	c |     11337 |   42404   725045  2841806 |   626860    11337     31 |  0.084 % |
90.96/91.03	c |     17103 |   42404   725045  2841806 |   689546    17103     31 |  0.084 % |
115.05/115.11	c |     25752 |   42404   725045  2841806 |   758500    25752     28 |  0.084 % |
146.84/146.97	c |     38727 |   42404   725045  2841806 |   834350    38727     24 |  0.084 % |
190.42/190.55	c |     58190 |   42404   725045  2841806 |   917785    58190     22 |  0.084 % |
248.71/248.83	c |     87382 |   42402   724981  2841638 |  1009564    51874     20 |  0.086 % |
263.00/263.15	c ===============================================================================
263.00/263.15	c restarts              : 16
263.00/263.15	c conflicts             : 95560          (364 /sec)
263.00/263.15	c decisions             : 133827         (1.74 % random) (509 /sec)
263.00/263.15	c propagations          : 266206473      (1012785 /sec)
263.00/263.15	c conflict literals     : 1762427        (36.53 % deleted)
263.00/263.15	c Memory used           : 125.25 MB
263.00/263.15	c CPU time              : 262.846 s
263.00/263.15	c 
263.00/263.15	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/node42/watcher-422017-1177542343 -o ROOT/results/node42/solver-422017-1177542343 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422017-1177542343/minisat_noassertions /tmp/evaluation/422017-1177542343/instance-422017-1177542343.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.92 0.39 0.14 3/77 9221
/proc/meminfo: memFree=1813360/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=2160 CPUtime=0
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 444 0 0 0 0 0 0 0 18 0 1 0 202146299 2211840 430 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549439 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 540 430 50 130 0 407 0

[startup+0.042447 s]
/proc/loadavg: 0.92 0.39 0.14 3/77 9221
/proc/meminfo: memFree=1813360/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=5388 CPUtime=0.03
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 1172 0 0 0 3 0 0 0 18 0 1 0 202146299 5517312 1158 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 1347 1162 50 130 0 1214 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5388

[startup+0.101458 s]
/proc/loadavg: 0.92 0.39 0.14 3/77 9221
/proc/meminfo: memFree=1813360/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=10016 CPUtime=0.09
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 2217 0 0 0 8 1 0 0 18 0 1 0 202146299 10256384 2203 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 2504 2206 50 130 0 2371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10016

[startup+0.301501 s]
/proc/loadavg: 0.92 0.39 0.14 3/77 9221
/proc/meminfo: memFree=1813360/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=24660 CPUtime=0.29
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 5642 0 0 0 26 3 0 0 19 0 1 0 202146299 25251840 5628 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 6165 5628 50 130 0 6032 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24660

[startup+0.702572 s]
/proc/loadavg: 0.92 0.39 0.14 3/77 9221
/proc/meminfo: memFree=1813360/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=53160 CPUtime=0.69
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 12350 0 0 0 62 7 0 0 22 0 1 0 202146299 54435840 12336 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 13290 12336 50 130 0 13157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53160

[startup+1.50172 s]
/proc/loadavg: 0.92 0.39 0.14 2/78 9222
/proc/meminfo: memFree=1743272/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=75528 CPUtime=1.49
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 17573 0 0 0 140 9 0 0 25 0 1 0 202146299 77340672 17559 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529612 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 18882 17559 62 130 0 18749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75528

[startup+3.10203 s]
/proc/loadavg: 0.92 0.39 0.14 2/78 9222
/proc/meminfo: memFree=1743272/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=75528 CPUtime=3.09
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 17573 0 0 0 300 9 0 0 25 0 1 0 202146299 77340672 17559 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 18882 17559 62 130 0 18749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75528

[startup+6.30164 s]
/proc/loadavg: 0.92 0.40 0.15 2/78 9222
/proc/meminfo: memFree=1692784/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=133400 CPUtime=6.29
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 31645 0 0 0 612 17 0 0 25 0 1 0 202146299 136601600 31631 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529707 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 33350 31631 62 130 0 33217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133400

[startup+12.7019 s]
/proc/loadavg: 0.93 0.41 0.15 2/78 9222
/proc/meminfo: memFree=1681208/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=139144 CPUtime=12.69
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 33092 0 0 0 1251 18 0 0 25 0 1 0 202146299 142483456 33078 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 34786 33078 62 130 0 34653 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139144

[startup+25.5013 s]
/proc/loadavg: 0.94 0.44 0.16 2/78 9222
/proc/meminfo: memFree=1675128/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=146268 CPUtime=25.48
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 34615 0 0 0 2530 18 0 0 25 0 1 0 202146299 149778432 34601 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 36567 34601 62 130 0 36434 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146268

[startup+51.1012 s]
/proc/loadavg: 0.96 0.48 0.19 2/78 9222
/proc/meminfo: memFree=1689656/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=51.07
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35324 0 0 0 5088 19 0 0 25 0 1 0 202146299 131325952 30915 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30915 67 130 0 31929 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128248

[startup+102.306 s]
/proc/loadavg: 0.98 0.56 0.22 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=102.26
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35327 0 0 0 10206 20 0 0 25 0 1 0 202146299 131325952 30918 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30918 67 130 0 31929 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 128248

[startup+162.301 s]
/proc/loadavg: 0.99 0.64 0.27 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=162.23
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35331 0 0 0 16203 20 0 0 25 0 1 0 202146299 131325952 30922 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30922 67 130 0 31929 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 128248

[startup+222.302 s]
/proc/loadavg: 0.99 0.70 0.31 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=222.22
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35337 0 0 0 22201 21 0 0 25 0 1 0 202146299 131325952 30928 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30928 67 130 0 31929 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 128248

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

[startup+230.301 s]
/proc/loadavg: 0.99 0.71 0.32 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=230.21
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35339 0 0 0 23000 21 0 0 25 0 1 0 202146299 131325952 30930 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30930 67 130 0 31929 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 128248

[startup+243.106 s]
/proc/loadavg: 0.99 0.72 0.33 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=243.01
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35339 0 0 0 24280 21 0 0 25 0 1 0 202146299 131325952 30930 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546594 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30930 67 130 0 31929 0
Current children cumulated CPU time (s) 243.01
Current children cumulated vsize (KiB) 128248

[startup+255.901 s]
/proc/loadavg: 0.99 0.73 0.34 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=255.8
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35340 0 0 0 25559 21 0 0 25 0 1 0 202146299 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 255.8
Current children cumulated vsize (KiB) 128248

[startup+259.102 s]
/proc/loadavg: 0.99 0.73 0.34 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=259
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35340 0 0 0 25879 21 0 0 25 0 1 0 202146299 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 259
Current children cumulated vsize (KiB) 128248

[startup+260.706 s]
/proc/loadavg: 0.99 0.74 0.34 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=260.61
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35340 0 0 0 26040 21 0 0 25 0 1 0 202146299 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 260.61
Current children cumulated vsize (KiB) 128248

[startup+262.301 s]
/proc/loadavg: 0.99 0.74 0.34 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=262.2
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35340 0 0 0 26199 21 0 0 25 0 1 0 202146299 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 262.2
Current children cumulated vsize (KiB) 128248

[startup+262.701 s]
/proc/loadavg: 0.99 0.74 0.34 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=262.6
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35340 0 0 0 26239 21 0 0 25 0 1 0 202146299 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 262.6
Current children cumulated vsize (KiB) 128248

[startup+263.101 s]
/proc/loadavg: 0.99 0.74 0.34 2/78 9222
/proc/meminfo: memFree=1689720/2055920 swapFree=4147484/4192956
[pid=9221] ppid=9219 vsize=128248 CPUtime=263
/proc/9221/stat : 9221 (minisat_noasser) R 9219 9221 9127 0 -1 4194304 35340 0 0 0 26279 21 0 0 25 0 1 0 202146299 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9221/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 263
Current children cumulated vsize (KiB) 128248

Child status: 20
Real time (s): 263.173
CPU time (s): 263.082
CPU user time (s): 262.846
CPU system time (s): 0.235964
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 147364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.846
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35346
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= 406

runsolver used 0.223965 second user time and 0.610907 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Wed Apr 25 23:05:44 UTC 2007

IDJOB= 422017
IDBENCH= 20430
IDSOLVER= 189
FILE ID= node42/422017-1177542343

PBS_JOBID= 4695897

Free space on /tmp= 66431 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/422017-1177542343/minisat_noassertions /tmp/evaluation/422017-1177542343/instance-422017-1177542343.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-422017-1177542343 -o ROOT/results/node42/solver-422017-1177542343 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422017-1177542343/minisat_noassertions /tmp/evaluation/422017-1177542343/instance-422017-1177542343.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  8c6ad18be635cee0d986377c4d06ab11

RANDOM SEED= 963986721

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1813832 kB
Buffers:         35408 kB
Cached:         115656 kB
SwapCached:      14448 kB
Active:          92364 kB
Inactive:        82112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813832 kB
SwapTotal:     4192956 kB
SwapFree:      4147484 kB
Dirty:           18636 kB
Writeback:           0 kB
Mapped:          30304 kB
Slab:            53056 kB
Committed_AS:  3601564 kB
PageTables:       1912 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= 66431 MiB

End job on node42 on Wed Apr 25 23:10:07 UTC 2007