Trace number 422014

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.977 212.039

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3085
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

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:  115898                                               |
0.00/0.00	c |  Number of clauses:    649270                                               |
0.59/0.67	c |  Parsing time:         0.61         s                                       |
29.38/29.40	c ============================[ Search Statistics ]==============================
29.38/29.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.38/29.40	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.38/29.40	c ===============================================================================
29.38/29.40	c |         0 |   31748   485694  2001621 |   161898        0    nan |  0.000 % |
29.48/29.58	c |       100 |   31748   485694  2001621 |   178087      100     12 |  0.029 % |
29.58/29.67	c |       250 |   31748   485694  2001621 |   195896      250     12 |  0.029 % |
29.98/30.06	c |       475 |   31748   485694  2001621 |   215486      475     12 |  0.029 % |
30.28/30.30	c |       812 |   31748   485694  2001621 |   237034      812     13 |  0.029 % |
30.88/30.91	c |      1319 |   31748   485694  2001621 |   260738     1319     17 |  0.029 % |
32.68/32.76	c |      2080 |   31748   485694  2001621 |   286812     2080     23 |  0.029 % |
33.88/33.94	c |      3219 |   31741   485518  2000606 |   315493     3216     24 |  0.035 % |
38.07/38.10	c |      4927 |   31741   485518  2000606 |   347042     4924     23 |  0.035 % |
41.37/41.45	c |      7489 |   31741   485518  2000606 |   381747     7486     22 |  0.035 % |
45.37/45.40	c |     11334 |   31741   485518  2000606 |   419921    11331     21 |  0.035 % |
53.16/53.23	c |     17100 |   31741   485518  2000606 |   461913    17097     22 |  0.035 % |
64.56/64.66	c |     25749 |   31719   485227  1999385 |   508105    25743     21 |  0.054 % |
82.67/82.72	c |     38723 |   31719   485227  1999385 |   558915    38716     20 |  0.064 % |
112.55/112.62	c |     58186 |   31708   485085  1998777 |   614807    58179     19 |  0.064 % |
157.64/157.70	c |     87378 |   31708   485085  1998777 |   676288    87371     19 |  0.064 % |
211.93/212.02	c ===============================================================================
211.93/212.02	c restarts              : 16
211.93/212.02	c conflicts             : 117503         (555 /sec)
211.93/212.02	c decisions             : 166438         (1.83 % random) (786 /sec)
211.93/212.02	c propagations          : 187305641      (884311 /sec)
211.93/212.02	c conflict literals     : 2143895        (40.47 % deleted)
211.93/212.02	c Memory used           : 92.12 MB
211.93/212.02	c CPU time              : 211.81 s
211.93/212.02	c 
211.93/212.02	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/node29/watcher-422014-1177542276 -o ROOT/results/node29/solver-422014-1177542276 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422014-1177542276/minisat_noassertions /tmp/evaluation/422014-1177542276/instance-422014-1177542276.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.82 0.29 0.10 3/77 825
/proc/meminfo: memFree=1672912/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=2176 CPUtime=0
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 202143441 2228224 447 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530921 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 544 447 50 130 0 411 0

[startup+0.0278189 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 825
/proc/meminfo: memFree=1672912/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=4064 CPUtime=0.02
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 891 0 0 0 2 0 0 0 18 0 1 0 202143441 4161536 877 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 1016 877 50 130 0 883 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4064

[startup+0.101824 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 825
/proc/meminfo: memFree=1672912/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=9892 CPUtime=0.09
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 2254 0 0 0 8 1 0 0 18 0 1 0 202143441 10129408 2240 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 2473 2241 50 130 0 2340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9892

[startup+0.301836 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 825
/proc/meminfo: memFree=1672912/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=23928 CPUtime=0.29
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 5808 0 0 0 26 3 0 0 20 0 1 0 202143441 24502272 5794 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 5982 5795 50 130 0 5849 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23928

[startup+0.70186 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 825
/proc/meminfo: memFree=1672912/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=53572 CPUtime=0.69
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 12571 0 0 0 63 6 0 0 23 0 1 0 202143441 54857728 12557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529445 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 13393 12557 62 130 0 13260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53572

[startup+1.50191 s]
/proc/loadavg: 0.83 0.30 0.10 2/78 826
/proc/meminfo: memFree=1622792/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=53572 CPUtime=1.49
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 12571 0 0 0 143 6 0 0 25 0 1 0 202143441 54857728 12557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 13393 12557 62 130 0 13260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53572

[startup+3.10301 s]
/proc/loadavg: 0.83 0.30 0.10 3/78 826
/proc/meminfo: memFree=1622664/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=53572 CPUtime=3.09
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 12571 0 0 0 303 6 0 0 25 0 1 0 202143441 54857728 12557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 13393 12557 62 130 0 13260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53572

[startup+6.30121 s]
/proc/loadavg: 0.85 0.31 0.11 2/78 826
/proc/meminfo: memFree=1603912/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=93672 CPUtime=6.29
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 22396 0 0 0 618 11 0 0 25 0 1 0 202143441 95920128 22382 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23418 22383 62 130 0 23285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93672

[startup+12.7016 s]
/proc/loadavg: 0.86 0.32 0.11 2/78 826
/proc/meminfo: memFree=1576008/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=100656 CPUtime=12.69
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 24197 0 0 0 1257 12 0 0 25 0 1 0 202143441 103071744 24183 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 25164 24183 62 130 0 25031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100656

[startup+25.5014 s]
/proc/loadavg: 0.88 0.35 0.12 2/78 826
/proc/meminfo: memFree=1571464/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=105844 CPUtime=25.49
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25370 0 0 0 2536 13 0 0 25 0 1 0 202143441 108384256 25356 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 26461 25356 62 130 0 26328 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105844

[startup+51.102 s]
/proc/loadavg: 0.93 0.41 0.15 2/78 826
/proc/meminfo: memFree=1582024/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=93616 CPUtime=51.07
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25812 0 0 0 5094 13 0 0 25 0 1 0 202143441 95862784 22733 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547187 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23404 22733 67 130 0 23271 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93616

[startup+102.305 s]
/proc/loadavg: 0.97 0.50 0.19 2/78 826
/proc/meminfo: memFree=1581832/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=93860 CPUtime=102.26
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25863 0 0 0 10212 14 0 0 25 0 1 0 202143441 96112640 22784 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23465 22784 67 130 0 23332 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 93860

[startup+162.302 s]
/proc/loadavg: 0.99 0.58 0.24 2/78 826
/proc/meminfo: memFree=1581640/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=93980 CPUtime=162.24
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25902 0 0 0 16210 14 0 0 25 0 1 0 202143441 96235520 22823 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23495 22823 67 130 0 23362 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 93980

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.60 0.25 2/78 826
/proc/meminfo: memFree=1581640/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94160 CPUtime=179.03
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25911 0 0 0 17889 14 0 0 25 0 1 0 202143441 96419840 22832 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23540 22832 67 130 0 23407 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 94160

[startup+191.902 s]
/proc/loadavg: 0.99 0.62 0.26 2/78 826
/proc/meminfo: memFree=1581448/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=191.83
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25957 0 0 0 19169 14 0 0 25 0 1 0 202143441 96587776 22878 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22878 67 130 0 23448 0
Current children cumulated CPU time (s) 191.83
Current children cumulated vsize (KiB) 94324

[startup+204.701 s]
/proc/loadavg: 0.99 0.64 0.27 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=204.63
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 20448 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 204.63
Current children cumulated vsize (KiB) 94324

[startup+207.906 s]
/proc/loadavg: 0.99 0.64 0.27 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=207.84
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 20769 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 207.84
Current children cumulated vsize (KiB) 94324

[startup+209.502 s]
/proc/loadavg: 0.99 0.64 0.27 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=209.43
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 20928 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 209.43
Current children cumulated vsize (KiB) 94324

[startup+211.102 s]
/proc/loadavg: 0.99 0.65 0.28 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=211.04
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 21089 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 211.04
Current children cumulated vsize (KiB) 94324

[startup+211.502 s]
/proc/loadavg: 0.99 0.65 0.28 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=211.43
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 21128 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 211.43
Current children cumulated vsize (KiB) 94324

[startup+211.902 s]
/proc/loadavg: 0.99 0.65 0.28 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=211.83
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 21168 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 211.83
Current children cumulated vsize (KiB) 94324

[startup+212.002 s]
/proc/loadavg: 0.99 0.65 0.28 2/78 826
/proc/meminfo: memFree=1581384/2055920 swapFree=4146612/4192956
[pid=825] ppid=823 vsize=94324 CPUtime=211.93
/proc/825/stat : 825 (minisat_noasser) R 823 825 683 0 -1 4194304 25962 0 0 0 21178 15 0 0 25 0 1 0 202143441 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/825/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 211.93
Current children cumulated vsize (KiB) 94324

Child status: 20
Real time (s): 212.039
CPU time (s): 211.977
CPU user time (s): 211.81
CPU system time (s): 0.166974
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 106608

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

runsolver used 0.185971 second user time and 0.449931 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Wed Apr 25 23:04:37 UTC 2007

IDJOB= 422014
IDBENCH= 20421
IDSOLVER= 189
FILE ID= node29/422014-1177542276

PBS_JOBID= 4695907

Free space on /tmp= 66476 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= /tmp/evaluation/422014-1177542276/minisat_noassertions /tmp/evaluation/422014-1177542276/instance-422014-1177542276.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-422014-1177542276 -o ROOT/results/node29/solver-422014-1177542276 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422014-1177542276/minisat_noassertions /tmp/evaluation/422014-1177542276/instance-422014-1177542276.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ccc94758bbd09de3056ff3a062ddfd45

RANDOM SEED= 87719587

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1673256 kB
Buffers:         38248 kB
Cached:         258880 kB
SwapCached:      11728 kB
Active:         186696 kB
Inactive:       147636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673256 kB
SwapTotal:     4192956 kB
SwapFree:      4146612 kB
Dirty:           13344 kB
Writeback:           0 kB
Mapped:          43620 kB
Slab:            33644 kB
Committed_AS:  2706108 kB
PageTables:       1908 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= 66476 MiB

End job on node29 on Wed Apr 25 23:08:09 UTC 2007