Trace number 421473

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 211.258 211.317

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	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:  7847                                                 |
0.00/0.00	c |  Number of clauses:    73394                                                |
0.00/0.04	c |  Parsing time:         0.04         s                                       |
0.19/0.29	c ============================[ Search Statistics ]==============================
0.19/0.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.29	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.29	c ===============================================================================
0.19/0.29	c |         0 |    1784     9879    33925 |     3293        0    nan |  0.000 % |
0.29/0.30	c |       101 |    1778     9879    33925 |     3622      100     10 | 53.180 % |
0.29/0.31	c |       251 |    1778     9879    33925 |     3984      250     15 | 53.180 % |
0.29/0.32	c |       476 |    1778     9879    33925 |     4382      475     19 | 53.180 % |
0.29/0.35	c |       813 |    1778     9879    33925 |     4821      812     25 | 53.180 % |
0.29/0.39	c |      1324 |    1772     9857    33875 |     5303     1315     24 | 53.345 % |
0.39/0.46	c |      2084 |    1764     9766    33601 |     5833     2067     26 | 53.358 % |
0.49/0.59	c |      3224 |    1764     9733    33516 |     6417     3207     22 | 53.358 % |
0.79/0.81	c |      4932 |    1764     9733    33516 |     7058     4915     32 | 53.358 % |
1.09/1.19	c |      7494 |    1764     9733    33516 |     7764     7477     34 | 53.358 % |
1.79/1.87	c |     11339 |    1764     9733    33516 |     8541    11322     35 | 53.358 % |
3.30/3.31	c |     17105 |    1764     9733    33516 |     9395    10283     30 | 53.358 % |
5.29/5.39	c |     25755 |    1764     9733    33516 |    10334    11759     24 | 53.358 % |
8.80/8.88	c |     38730 |    1763     9724    33488 |    11368     9457     25 | 53.371 % |
13.89/13.99	c |     58191 |    1763     9724    33488 |    12505    12546     19 | 53.371 % |
21.89/21.98	c |     87386 |    1761     9664    33341 |    13755    15791     30 | 53.396 % |
35.48/35.55	c |    131175 |    1761     9664    33341 |    15131    13246     31 | 53.396 % |
58.07/58.13	c |    196860 |    1761     9664    33341 |    16644    19147     20 | 53.396 % |
95.06/95.16	c |    295387 |    1761     9664    33341 |    18308    20956     24 | 53.396 % |
159.25/159.39	c |    443177 |    1759     9526    32956 |    20139    12692     24 | 53.422 % |
211.23/211.31	c ===============================================================================
211.23/211.31	c restarts              : 20
211.23/211.31	c conflicts             : 549474         (2601 /sec)
211.23/211.31	c decisions             : 646535         (0.89 % random) (3061 /sec)
211.23/211.31	c propagations          : 165852732      (785206 /sec)
211.23/211.31	c conflict literals     : 15428885       (68.75 % deleted)
211.23/211.31	c Memory used           : 9.13 MB
211.23/211.31	c CPU time              : 211.222 s
211.23/211.31	c 
211.23/211.31	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/node45/watcher-421473-1177491806 -o ROOT/results/node45/solver-421473-1177491806 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421473-1177491806/minisat_noassertions /tmp/evaluation/421473-1177491806/instance-421473-1177491806.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.91 0.95 0.69 3/77 21404
/proc/meminfo: memFree=1810712/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=2476 CPUtime=0
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 104026244 2535424 519 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524841 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 619 520 49 130 0 486 0

[startup+0.044681 s]
/proc/loadavg: 0.91 0.95 0.69 3/77 21404
/proc/meminfo: memFree=1810712/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=3932 CPUtime=0.04
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 888 0 0 0 4 0 0 0 18 0 1 0 104026244 4026368 874 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529369 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 983 874 62 130 0 850 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3932

[startup+0.101688 s]
/proc/loadavg: 0.91 0.95 0.69 3/77 21404
/proc/meminfo: memFree=1810712/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=3932 CPUtime=0.09
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 888 0 0 0 9 0 0 0 18 0 1 0 104026244 4026368 874 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529418 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 983 874 62 130 0 850 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3932

[startup+0.301706 s]
/proc/loadavg: 0.91 0.95 0.69 3/77 21404
/proc/meminfo: memFree=1810712/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=5416 CPUtime=0.29
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1326 0 0 0 29 0 0 0 19 0 1 0 104026244 5545984 1259 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547158 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1354 1259 63 130 0 1221 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5416

[startup+0.701747 s]
/proc/loadavg: 0.91 0.95 0.69 3/77 21404
/proc/meminfo: memFree=1810712/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=5416 CPUtime=0.69
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1329 0 0 0 69 0 0 0 23 0 1 0 104026244 5545984 1262 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548455 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1354 1262 66 130 0 1221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5416

[startup+1.50183 s]
/proc/loadavg: 0.91 0.95 0.69 2/78 21405
/proc/meminfo: memFree=1805712/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=5416 CPUtime=1.49
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1334 0 0 0 149 0 0 0 25 0 1 0 104026244 5545984 1267 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547944 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1354 1267 66 130 0 1221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5416

[startup+3.10199 s]
/proc/loadavg: 0.92 0.95 0.69 2/78 21405
/proc/meminfo: memFree=1805200/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=6208 CPUtime=3.09
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1499 0 0 0 308 1 0 0 25 0 1 0 104026244 6356992 1432 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1552 1432 66 130 0 1419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6208

[startup+6.30132 s]
/proc/loadavg: 0.92 0.95 0.69 2/78 21405
/proc/meminfo: memFree=1804944/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=6208 CPUtime=6.29
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1523 0 0 0 628 1 0 0 25 0 1 0 104026244 6356992 1456 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547320 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1552 1456 66 130 0 1419 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6208

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.69 2/78 21405
/proc/meminfo: memFree=1804752/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=6348 CPUtime=12.69
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1546 0 0 0 1268 1 0 0 25 0 1 0 104026244 6500352 1479 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1587 1479 66 130 0 1454 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6348

[startup+25.5013 s]
/proc/loadavg: 0.94 0.95 0.69 2/78 21405
/proc/meminfo: memFree=1803984/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=7184 CPUtime=25.49
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1746 0 0 0 2548 1 0 0 25 0 1 0 104026244 7356416 1679 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1796 1679 66 130 0 1663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7184

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.70 2/78 21405
/proc/meminfo: memFree=1803536/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=7604 CPUtime=51.07
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 1848 0 0 0 5106 1 0 0 25 0 1 0 104026244 7786496 1781 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546053 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 1901 1781 66 130 0 1768 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7604

[startup+102.304 s]
/proc/loadavg: 0.98 0.96 0.72 2/78 21405
/proc/meminfo: memFree=1802256/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=8924 CPUtime=102.27
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2183 0 0 0 10225 2 0 0 25 0 1 0 104026244 9138176 2116 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2231 2116 66 130 0 2098 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8924

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/78 21405
/proc/meminfo: memFree=1801936/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9204 CPUtime=162.25
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2247 0 0 0 16222 3 0 0 25 0 1 0 104026244 9424896 2180 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548038 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2301 2180 66 130 0 2168 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9204

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

[startup+179.103 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801872/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9204 CPUtime=179.05
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2264 0 0 0 17902 3 0 0 25 0 1 0 104026244 9424896 2197 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2301 2197 66 130 0 2168 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 9204

[startup+191.901 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=191.84
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 19181 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552403 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 9344

[startup+204.702 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=204.64
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 20461 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 9344

[startup+207.906 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=207.84
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 20781 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552422 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 207.84
Current children cumulated vsize (KiB) 9344

[startup+209.502 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=209.43
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 20940 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 209.43
Current children cumulated vsize (KiB) 9344

[startup+210.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=210.23
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 21020 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547989 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 210.23
Current children cumulated vsize (KiB) 9344

[startup+211.101 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=211.04
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 21101 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 211.04
Current children cumulated vsize (KiB) 9344

[startup+211.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 21405
/proc/meminfo: memFree=1801808/2055920 swapFree=4157692/4192956
[pid=21404] ppid=21402 vsize=9344 CPUtime=211.23
/proc/21404/stat : 21404 (minisat_noasser) R 21402 21404 21101 0 -1 4194304 2281 0 0 0 21120 3 0 0 25 0 1 0 104026244 9568256 2214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546108 0 0 4096 3 0 0 0 17 1 0 0
/proc/21404/statm: 2336 2214 66 130 0 2203 0
Current children cumulated CPU time (s) 211.23
Current children cumulated vsize (KiB) 9344

Child status: 20
Real time (s): 211.317
CPU time (s): 211.258
CPU user time (s): 211.222
CPU system time (s): 0.035994
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 9344

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

runsolver used 0.167974 second user time and 0.465929 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Wed Apr 25 09:03:26 UTC 2007

IDJOB= 421473
IDBENCH= 20396
IDSOLVER= 188
FILE ID= node45/421473-1177491806

PBS_JOBID= 4685862

Free space on /tmp= 66445 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-20.cnf
COMMAND LINE= /tmp/evaluation/421473-1177491806/minisat_noassertions /tmp/evaluation/421473-1177491806/instance-421473-1177491806.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-421473-1177491806 -o ROOT/results/node45/solver-421473-1177491806 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421473-1177491806/minisat_noassertions /tmp/evaluation/421473-1177491806/instance-421473-1177491806.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 699093052

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1811120 kB
Buffers:         37944 kB
Cached:         125860 kB
SwapCached:      15512 kB
Active:         111324 kB
Inactive:        76464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811120 kB
SwapTotal:     4192956 kB
SwapFree:      4157692 kB
Dirty:            2668 kB
Writeback:           0 kB
Mapped:          29900 kB
Slab:            42568 kB
Committed_AS:  1324408 kB
PageTables:       1732 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= 66445 MiB

End job on node45 on Wed Apr 25 09:06:58 UTC 2007