Trace number 314626

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
minimarch 2007-02-08UNSAT 236.747 236.83

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark211.258
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  7847                                                 |
0.00/0.00	|  Number of clauses:    73394                                                |
0.09/0.14	|  Parsing time:         0.14         s                                       |
1.29/1.37	============================[ Search Statistics ]==============================
1.29/1.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.37	===============================================================================
1.29/1.37	|         0 |    1781     9928    33730 |     3309        0    nan |  0.000 % |
1.29/1.38	|       100 |    1771     9928    33730 |     3640       98     18 | 53.231 % |
1.39/1.40	|       250 |    1771     9928    33730 |     4004      248     26 | 53.231 % |
1.39/1.43	|       475 |    1770     9928    33730 |     4404      472     25 | 53.243 % |
1.39/1.46	|       812 |    1770     9928    33730 |     4845      809     22 | 53.243 % |
1.49/1.54	|      1319 |    1770     9928    33730 |     5329     1316     24 | 53.243 % |
1.59/1.67	|      2078 |    1770     9847    33514 |     5862     2067     31 | 53.243 % |
1.79/1.85	|      3217 |    1770     9847    33514 |     6448     3206     30 | 53.243 % |
2.19/2.21	|      4926 |    1770     9847    33514 |     7093     4915     30 | 53.244 % |
2.69/2.71	|      7488 |    1770     9847    33514 |     7803     7477     27 | 53.243 % |
3.59/3.68	|     11333 |    1770     9847    33514 |     8583    11322     28 | 53.243 % |
5.28/5.33	|     17099 |    1770     9847    33514 |     9441    10363     33 | 53.243 % |
7.59/7.68	|     25748 |    1769     9838    33486 |    10386    11741     26 | 53.256 % |
11.68/11.75	|     38723 |    1747     9586    32774 |    11424     9573     32 | 53.536 % |
18.29/18.38	|     58184 |    1747     9586    32774 |    12567    12980     27 | 53.537 % |
28.88/28.99	|     87376 |    1747     9586    32774 |    13823    16287     25 | 53.537 % |
46.78/46.87	|    131165 |    1746     9574    32746 |    15206    12469     22 | 53.549 % |
77.26/77.32	|    196849 |    1746     9574    32746 |    16726    18427     21 | 53.549 % |
118.94/119.03	|    295375 |    1746     9574    32746 |    18399    19480     18 | 53.549 % |
199.42/199.58	|    443164 |    1679     9074    31188 |    20239    19105     16 | 54.403 % |
236.71/236.82	===============================================================================
236.71/236.82	lookaheads            : 571922
236.71/236.82	variable balance      : 0.00
236.71/236.82	restarts              : 20
236.71/236.82	conflicts             : 511615         (2161 /sec)
236.71/236.82	decisions             : 571922         (0.87 % random) (2416 /sec)
236.71/236.82	decision = positive   : 281656
236.71/236.82	decision = negative   : 290266
236.71/236.82	propagations          : 199138195      (841250 /sec)
236.71/236.82	conflict literals     : 12479408       (74.21 % deleted)
236.71/236.82	Memory used           : 9.00 MB
236.71/236.82	CPU time              : 236.717 s
236.71/236.82	
236.71/236.82	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/node6/watcher-314626-1172639796 -o ROOT/results/node6/solver-314626-1172639796 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314626-1172639796/minimarch /tmp/evaluation/314626-1172639796/instance-314626-1172639796.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.97 0.97 3/77 25467
/proc/meminfo: memFree=1459640/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=2440 CPUtime=0
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 283934374 2498560 503 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 610 504 49 132 0 475 0

[startup+0.0860861 s]
/proc/loadavg: 1.00 0.97 0.97 3/77 25467
/proc/meminfo: memFree=1459640/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=6992 CPUtime=0.07
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 1618 0 0 0 7 0 0 0 18 0 1 0 283934374 7159808 1602 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523626 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 1748 1602 51 132 0 1613 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6992

[startup+0.10109 s]
/proc/loadavg: 1.00 0.97 0.97 3/77 25467
/proc/meminfo: memFree=1459640/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=6992 CPUtime=0.09
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 1618 0 0 0 9 0 0 0 18 0 1 0 283934374 7159808 1602 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523029 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 1748 1602 51 132 0 1613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6992

[startup+0.30113 s]
/proc/loadavg: 1.00 0.97 0.97 3/77 25467
/proc/meminfo: memFree=1459640/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=6988 CPUtime=0.29
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 1630 0 0 0 29 0 0 0 20 0 1 0 283934374 7155712 1614 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531497 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 1747 1614 63 132 0 1612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6988

[startup+0.701208 s]
/proc/loadavg: 1.00 0.97 0.97 3/77 25467
/proc/meminfo: memFree=1459640/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=6988 CPUtime=0.69
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 1630 0 0 0 69 0 0 0 23 0 1 0 283934374 7155712 1614 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 1747 1614 63 132 0 1612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6988

[startup+1.50137 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1453360/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=1.49
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2080 0 0 0 149 0 0 0 25 0 1 0 283934374 8437760 1947 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557553 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1947 66 132 0 1925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8240

[startup+3.10168 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451760/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=3.09
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2080 0 0 0 309 0 0 0 25 0 1 0 283934374 8437760 1947 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551202 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1947 66 132 0 1925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8240

[startup+6.30131 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451632/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=6.28
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2080 0 0 0 628 0 0 0 25 0 1 0 283934374 8437760 1947 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557276 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1947 66 132 0 1925 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8240

[startup+12.7016 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451632/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=12.68
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2080 0 0 0 1268 0 0 0 25 0 1 0 283934374 8437760 1947 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557142 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1947 66 132 0 1925 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8240

[startup+25.5011 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451632/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=25.49
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2080 0 0 0 2548 1 0 0 25 0 1 0 283934374 8437760 1947 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1947 66 132 0 1925 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8240

[startup+51.1011 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451696/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=51.08
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2081 0 0 0 5107 1 0 0 25 0 1 0 283934374 8437760 1948 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1948 66 132 0 1925 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8240

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451696/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8240 CPUtime=102.26
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2102 0 0 0 10225 1 0 0 25 0 1 0 283934374 8437760 1969 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2060 1969 66 132 0 1925 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8240

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1451568/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=8528 CPUtime=162.24
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2144 0 0 0 16222 2 0 0 25 0 1 0 283934374 8732672 2011 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2132 2011 66 132 0 1997 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8528

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=222.21
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 22219 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557716 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9208

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

[startup+230.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=230.21
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23019 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 9208

[startup+233.501 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=233.41
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23339 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 233.41
Current children cumulated vsize (KiB) 9208

[startup+235.101 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=235.01
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23499 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134558352 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 235.01
Current children cumulated vsize (KiB) 9208

[startup+235.902 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=235.81
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23579 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 235.81
Current children cumulated vsize (KiB) 9208

[startup+236.302 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=236.21
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23619 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 236.21
Current children cumulated vsize (KiB) 9208

[startup+236.702 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=236.61
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23659 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551539 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 236.61
Current children cumulated vsize (KiB) 9208

[startup+236.802 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25468
/proc/meminfo: memFree=1450736/2055924 swapFree=4191880/4192956
[pid=25467] ppid=25465 vsize=9208 CPUtime=236.71
/proc/25467/stat : 25467 (minimarch) R 25465 25467 25017 0 -1 4194304 2340 0 0 0 23669 2 0 0 25 0 1 0 283934374 9428992 2207 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557142 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 2302 2207 66 132 0 2167 0
Current children cumulated CPU time (s) 236.71
Current children cumulated vsize (KiB) 9208

Child status: 20
Real time (s): 236.83
CPU time (s): 236.747
CPU user time (s): 236.717
CPU system time (s): 0.029995
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 9208

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

runsolver used 0.272958 second user time and 0.570913 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 28 05:16:37 UTC 2007

IDJOB= 314626
IDBENCH= 20396
IDSOLVER= 110
FILE ID= node6/314626-1172639796

PBS_JOBID= 3980939

Free space on /tmp= 66470 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-20.cnf
COMMAND LINE= /tmp/evaluation/314626-1172639796/minimarch /tmp/evaluation/314626-1172639796/instance-314626-1172639796.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-314626-1172639796 -o ROOT/results/node6/solver-314626-1172639796 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314626-1172639796/minimarch /tmp/evaluation/314626-1172639796/instance-314626-1172639796.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 152833504

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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:      2055924 kB
MemFree:       1460048 kB
Buffers:         25516 kB
Cached:         451056 kB
SwapCached:        448 kB
Active:         198440 kB
Inactive:       333860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1460048 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:          65652 kB
Slab:            49176 kB
Committed_AS:   976708 kB
PageTables:       1744 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= 66470 MiB

End job on node6 on Wed Feb 28 05:20:34 UTC 2007